Releases: hyperledger/fabric-chaincode-java
Releases · hyperledger/fabric-chaincode-java
v2.4.0 Java Chaincode
v2.4.0 Java Chaincode to support the upcoming Fabric v2.4 release
v2.4.0-beta Fabric Chaincode Java
The first release of the v2.4 beta.
v2.2.3 Java Chaincode
This is a maintenance release for the 2.2 LTS Branch of Java Chaincode
It includes fixes for Mutual TLS when working with Chaincode-as-a-Server
v2.3.1 Java Chaincode
A patch version of the 2.3 release.
Note: this is the current development release, not the LTS release. LTS versions are v2.2.x
v2.2.2 Java Chaincode
This is a maintenance release of the 2.2 LTS Branch
- Chaincode-as-a-server is working within the Java Chaincode; this gives parity with Node and Go chaincode
- The full maven installation has been removed from the JavaEnv image and replaced with the wrapper. Last release the we did the same with Gradle
v1.4.8 Java Chaincode
Big Fix Release
v2.3.0 Java Chaincode
This Java Chaincode Release is required to support Hyperledger Fabric v2.3.0
Note: this is the current development release, not the LTS release
v1.4.7 Java Chaincode
v2.2.1 Java Chaincode - LTS
This is a bug fix release with the following..
- cef231c FABCJ-293 Remove gradle from image
- d2643ef Minor Performance Improvements
- 703558c FABCJ-291 Startkey needs additional checks For the open ended query, the start and empty keys are empty from the chaincode. However, in the shim, if the start key is an empty key, it is replaced with 0x01 which is nothing but a namespace for the non-composite key.
V2.2.0 Java Chaincode - LTS
Release Notes
This v2.2.0 Release is the LTS version of the fabric-chaincode-java