Skip to content

Releases: hyperledger/fabric-gateway

v1.10.1

27 Jan 10:44
ebb6c5e

Choose a tag to compare

What's Changed

This release contains numerous dependency updates, including a change to Java test dependencies to address vulnerability CVE-2026-24400. There are no functional changes.

Full Changelog: v1.10.0...v1.10.1

v1.10.0

04 Nov 21:22
5221019

Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

30 Sep 18:08
e91ff72

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0

24 Jul 11:05
a12281a

Choose a tag to compare

What's Changed

  • Supported Go versions 1.23 and 1.24 by @bestbeforetoday in #780
  • Remove support for Node 18 by @bestbeforetoday in #797
  • Fix Node HSM signer failure with RangeError [ERR_INVALID_ARG_VALUE]: The argument 'size' is invalid. Received NaN (caused by regression in a dependency) by @bestbeforetoday in #866

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

20 Dec 13:57
a42c63b

Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

18 Oct 16:36
6fa5370

Choose a tag to compare

What's Changed

Migration considerations

The updated Fabric protocol buffer bindings in the Java implementation use protobuf-java v4 rather than protobuf-java v3, which was used in previous releases. This requires that the client application classpath resolves protobuf-java v4; otherwise the following error may be observed at runtime:

java.lang.NoClassDefFoundError: com/google/protobuf/RuntimeVersion$RuntimeDomain

It is recommended to include the v4 protobuf-bom as a Maven pom import in your pom.xml file's dependencyManagement section, or as a Gradle platform import in your build.gradle file, to ensure that transitive dependency management resolves the correct version of protobuf-java, as described in the Java quickstart guide.

Full Changelog: v1.6.0...v1.7.0

v1.6.0

23 Sep 10:51
b49f021

Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1

15 Apr 07:20
a4f3d33

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

07 Mar 11:10
670e292

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

23 Oct 14:44
3850461

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0