Skip to content

Releases: hyperledger/fabric-gateway-java

v2.1.4

07 Jul 12:53
811dff6
Compare
Choose a tag to compare

Maintenance release containing bug fixes

v1.4.5

07 Jul 12:50
ba8c404
Compare
Choose a tag to compare

Maintenance release containing bug fixes

v2.1.3

12 Jun 12:50
69d6d6c
Compare
Choose a tag to compare

Updated to latest versions of dependencies

v2.1.2

20 May 08:10
45aba43
Compare
Choose a tag to compare

Changes:

  • The transaction ID can be obtained from a transaction object. This allows application code to manage its own asynchronous listening for transaction commit events when submitting transactions if desired. This would typically be achieved by use of the NONE commit handler, which does not wait for any commit events before returning from the transaction submit.
  • The default commit handler can be overridden on a transaction object to allow a mix of commit handling strategies to be used within an application.

v2.1.1

12 May 15:30
da703d9
Compare
Choose a tag to compare
FGJ-85 v2.1.1 Update dependency versions (#49)

Signed-off-by: andrew-coleman <[email protected]>

v1.4.4

12 May 15:30
a95a041
Compare
Choose a tag to compare
FGJ-85 v1.4.4 Update dependency versions (#48)

Signed-off-by: andrew-coleman <[email protected]>

FGJ-81 Release v2.1.0 (#45)

23 Apr 14:27
5fd5256
Compare
Choose a tag to compare

New features in release v2.1.0:

  • Compatibility with Fabric v2.1.
  • Ability to build a Gateway without a Wallet.

v2.0.0

24 Jan 11:10
44cefdd
Compare
Choose a tag to compare

Key features of release v2.0.0:

  • Compatibility with Fabric v2.0.0.
  • New wallet API offering better portability across programming languages and easier extensibility.
  • Proposal responses are attached to any ContractException thrown, to allow programmatic inspection of peer responses.