Releases: hyperledger/fabric-gateway-java
v2.2.9
What's Changed
- Update dependencies to address CVE-2023-3635 by @bestbeforetoday in #162
Full Changelog: v2.2.8...v2.2.9
v2.2.8
What's Changed
- Configuration option on Gateway builder to enable or disable force shutdown of the underlying Channels when closing the Gateway by @yoshiteru-imamura in #153
New Contributors
- @yoshiteru-imamura made their first contribution in #153
Full Changelog: v2.2.7...v2.2.8
v2.2.7
What's Changed
This is a maintenance release containing the following changes:
- Add the ability to configure HFClient executor service through Gateway by @mohamedibrahim54 in #128
Full Changelog: v2.2.6...v2.2.7
v2.2.6
What's Changed
This is a maintenance release containing dependency updates and the following bug fix:
- Use correct CryptoSuite and User context for event replay by @bestbeforetoday in #119
Full Changelog: v2.2.5...v2.2.6
v2.2.5
This is a maintenance release containing dependency updates to address a potential secuiruty vulnerability related to CouchDB wallets:
Full Changelog: v2.2.4...v2.2.5
v2.2.4
This is a maintenance release containing dependency updates and the following bug fix:
- Close InputStream on Wallet.get() by @bestbeforetoday in #99
Full Changelog: v2.2.3...v2.2.4
v2.2.3
This is a maintenance release containing the following internal implementation change:
- Reimplemented CouchDB wallet to use new com.ibm.cloud:cloudant package instead of deprecated com.cloudant:cloudant-client package.
v2.2.2
v2.2.1
This is a maintenance release containing the following bug fix:
- Contract event listeners will only receive chaincode events emitted by transactions that committed successfully.
This release also includes new default query and commit handlers that allow client applications to interact with Fabric networks where the client identity's organization is not running any peer nodes.
v2.2.0
Updated Java SDK to support Hyperledger Fabric v2.2.
The v2.2.0 release is a long-term support (LTS) release and supersedes previous v2.x releases. Please see the Fabric LTS release strategy document for more information on LTS releases:
https://github.com/hyperledger/fabric-rfcs/blob/master/text/0005-lts-release-strategy.md