Skip to content

v1.3.0

Compare
Choose a tag to compare
@bestbeforetoday bestbeforetoday released this 19 Jun 10:21
· 108 commits to main since this release
2812404

What's Changed

Migration considerations

Java applications are now required to have an explicit dependency on a suitable gRPC channel service provider. Earlier versions of the org.hyperledger.fabric/fabric-gateway Java package included io.grpc/grpc-netty-shaded as a dependency. This dependency has been removed, which allows client applications the flexibility to select a gRPC channel service provider most suitable to their runtime environment when creating a gRPC connection. See the gRPC security documentation for details of the available providers.

Full Changelog: v1.2.2...v1.3.0