Releases: hyperledger/fabric-gateway-java
Releases · hyperledger/fabric-gateway-java
v2.1.4
Maintenance release containing bug fixes
v1.4.5
Maintenance release containing bug fixes
v2.1.3
Updated to latest versions of dependencies
v2.1.2
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
FGJ-85 v2.1.1 Update dependency versions (#49) Signed-off-by: andrew-coleman <[email protected]>
v1.4.4
FGJ-85 v1.4.4 Update dependency versions (#48) Signed-off-by: andrew-coleman <[email protected]>
FGJ-81 Release v2.1.0 (#45)
New features in release v2.1.0:
- Compatibility with Fabric v2.1.
- Ability to build a Gateway without a Wallet.
v2.0.0
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.