Skip to content

Releases: hyperledger/fabric-gateway

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

v1.1.1

20 Oct 10:46
91fc324
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

30 Jun 11:03
52d2cb8
Compare
Choose a tag to compare

What's Changed

  • Block event listening (#377)
  • Event checkpointing to support resume with no loss or duplication of events (#362, #381)
  • Allow gRPC call options to be specified (#289)
  • Persistence of proposal, transaction and commit objects (#394)
  • Use new Fabric protobuf packages: https://hyperledger.github.io/fabric-protos/
  • Support for Go 1.18, Node 16 and Java 17 LTS releases
  • Go 1.16 no longer supported

Note that Hyperledger Fabric v2.4.4 or later is required for full functionality.

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

08 Feb 09:21
295ddf0
Compare
Choose a tag to compare

This is a maintenance release containing bug fixes and dependency updates.

Notable changes

New contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Nov 16:32
59846c9
Compare
Choose a tag to compare

This is the first official release of the Fabric Gateway client API, for use with Hyperledger Fabric v2.4.

v0.2.0 (pre-release)

25 Nov 13:49
040ffe4
Compare
Choose a tag to compare
v0.2.0 (pre-release) Pre-release
Pre-release

This is a pre-release version and is not recommended for production use. However, pending any stop-ship issues, the API is what will be published as a production release alongside Fabric v2.4 so you are encouraged to give it a try. Feedback, suggestions and bug reports are welcome!

v0.1.0 (preview)

05 Nov 14:49
cdee381
Compare
Choose a tag to compare
v0.1.0 (preview) Pre-release
Pre-release

This is a preview release and is not recommended for production use. However, the API should be stable and it should be feature complete for an initial production release so you are encouraged to give it a try. Feedback, suggestions and bug reports are welcome!