v1.3.0
What's Changed
- Use @noble/curves for Node signing by @bestbeforetoday in #565
- Add implementations for all hashes supported by Fabric v2.5 by @bestbeforetoday in #580
- Require at least Node 16 and Go 1.19 by @bestbeforetoday in #584
- Remove Netty dependency from Java package by @bestbeforetoday in #587
- Ed25519 signer implementations by @bestbeforetoday in #596
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