Skip to content

Tags: hyperledger/fabric-gateway

Tags

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Go dependencies to address vulnerabilities (#774)

Address the following (uncalled) vulnerabilities:

- CVE-2024-45337
- CVE-2024-45338

Signed-off-by: Mark S. Lewis <[email protected]>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update release versions (#765)

The protobuf update (for Java at least) is significant enough that a
minor rather than patch-level version increase is probably warranted.

Also update dev dependencies to latest versions.

Signed-off-by: Mark S. Lewis <[email protected]>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove support for Go 1.21 (#753)

Since the release of Go 1.23 on 2024-08-13, Go 1.21 is no longer a
supported Go release.

Signed-off-by: Mark S. Lewis <[email protected]>

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies to address GO-2024-2687 (#699)

Signed-off-by: Mark S. Lewis <[email protected]>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove support for Go 1.20 (#686)

- Update dependencies for all language implementations.

Signed-off-by: Mark S. Lewis <[email protected]>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies (#650)

- Java gRPC and Maven plugin
- Node test dependencies

Also:

- Remove unused import in test code.
- Remove a redundant vulnerability scan suppression.

Signed-off-by: Mark S. Lewis <[email protected]>

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use elliptic instead of @noble/curves for Node crypto (#629)

@noble/curves makes use of @noble/hashes, which does not function
correctly on big-endian systems, and also throws an error on module load
if a big-endian system is detected. Revert to using elliptic as the
ECDSA signing implementation.

Signed-off-by: Mark S. Lewis <[email protected]>

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Java dependencies to address CVE-2023-2976 (#611)

Also update dependencies for Go and Node implementation to stay current.

Signed-off-by: Mark S. Lewis <[email protected]>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies (#600)

Signed-off-by: Mark S. Lewis <[email protected]>

v1.2.2

Toggle v1.2.2's commit message
Update dependencies to address CVE-2022-41723 / GO-2023-1571

Signed-off-by: Mark S. Lewis <[email protected]>