Releases: hyperledger/fabric-sdk-java
v2.2.1
This patch release updates the version of gRPC used by the SDK and removes usage of deprecated gRPC APIs. This deprecated API usage could cause NoSuchMethodError failures if newer gRPC versions were resolved at runtime by consuming projects.
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. Refer to the change log for a full list of updates.
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
v1.4.11
Maintenance release containing bug fixes
v2.1.4
Maintenance release containing bug fixes.
v2.1.3
Updated to latest versions of dependencies
v2.1.2
Changes:
- The transaction ID used when sending transaction proposals can be derived in advance by creating a new transaction context and attaching that transaction context to the proposal request.
v2.1.1
Fix release to update dependency versions.
v1.4.9
Updated to latest versions of dependencies
v2.1.0
v2.1.0
Release Notes
Updated Java SDK to support Hyperledger Fabric v2.1.
The v2.1.0 release supercedes v2.0.0 and there are minimal changes between them, please see the change log for a full list of updates.
The release-1.4 branch is currently LTS, please see the proposed Fabric LTS strategy for more information:
hyperledger/fabric-rfcs#23
Known Vulnerabilities
none
Resolved Vulnerabilities
none
Known Issues & Workarounds
none
Change Log
https://github.com/hyperledger/fabric-sdk-java/blob/master/CHANGELOG.md#v2.1.0
v2.0.0
release v2.0.0 (#40) Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>