Skip to content

Releases: hyperledger/fabric-sdk-java

v2.2.1

04 Aug 13:22
Compare
Choose a tag to compare

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

15 Jul 16:21
0ad1b3f
Compare
Choose a tag to compare

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

07 Jul 12:49
da7d5cd
Compare
Choose a tag to compare

Maintenance release containing bug fixes

v2.1.4

03 Jul 13:19
a610d60
Compare
Choose a tag to compare

Maintenance release containing bug fixes.

v2.1.3

12 Jun 12:49
4d2c5fa
Compare
Choose a tag to compare

Updated to latest versions of dependencies

v2.1.2

19 May 14:55
06d40e2
Compare
Choose a tag to compare

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

19 May 11:12
9da9a07
Compare
Choose a tag to compare

Fix release to update dependency versions.

v1.4.9

03 Jul 13:44
bcea80a
Compare
Choose a tag to compare

Updated to latest versions of dependencies

v2.1.0

22 Apr 08:16
032aa59
Compare
Choose a tag to compare

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

22 Jan 16:32
Compare
Choose a tag to compare
release v2.0.0 (#40)

Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>