What's Changed
- Update dependencies by @bestbeforetoday in #379
Migration considerations
The version of the Fabric protocol buffer Java bindings used in this release require version 4 of the Java protocol buffers package. If your smart contract has a dependency on org.hyperledger.fabric:fabric-protos
, it must be at version 0.3.7 or higher. If your smart contract has a dependency on Google protocol buffer libraries, such as com.google.protobuf:protobuf-java
, they must be at version 4. Where your only dependency on these libraries is as a transitive dependency of the Fabric chaincode libraries, no action should be required.
New Contributors
- @MuthuSundaravadivel made their first contribution in #375
Full Changelog: v2.5.5...v2.5.6