Skip to content

Releases: hyperledger/fabric-gateway

v1.5.1

15 Apr 07:20
a4f3d33
Compare
Choose a tag to compare

What's Changed

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

v1.5.0

07 Mar 11:10
670e292
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.3.2

11 Sep 17:29
f75f440
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

02 Aug 17:59
75141fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Jun 10:21
2812404
Compare
Choose a tag to compare

What's Changed

Migration considerations

Java applications are now required to have an explicit dependency on a suitable gRPC channel service provider. Earlier versions of the org.hyperledger.fabric/fabric-gateway Java package included io.grpc/grpc-netty-shaded as a dependency. This dependency has been removed, which allows client applications the flexibility to select a gRPC channel service provider most suitable to their runtime environment when creating a gRPC connection. See the gRPC security documentation for details of the available providers.

Full Changelog: v1.2.2...v1.3.0

v1.2.2

21 Feb 11:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

17 Feb 14:04
Compare
Choose a tag to compare

What's Changed

  • Support Go 1.20 by @bestbeforetoday in #549
  • Use interface instead of @grpc/grpc-js Client class in public API to avoid potential type errors if the application and fabric-gateway API depend on different versions of gRPC by @bestbeforetoday in #555

Full Changelog: v1.2.0...v1.2.1

v1.2.0

01 Feb 16:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.2

14 Dec 13:51
Compare
Choose a tag to compare

What's Changed

  • Ensure correct hash algorithm is used to generate transaction ID when a non-default algorithm is specified for signing by @bestbeforetoday in #502
  • Update fabric-protos dependencies for Fabric v2.5 release by @bestbeforetoday in #514

Full Changelog: v1.1.1...v1.1.2