What's Changed
This release introduces new API support in NodeCreateTransaction and NodeUpdateTransaction for setting a grpcWebProxyEndpoint, allowing gRPC communication via a web proxy from non-gRPC clients. This enhancement enables greater flexibility for node configurations across diverse environments.
Enhancements
- Web Proxy Endpoint Support for Nodes: Added
setGrpcWebProxyEndpoint(Endpoint)andgetGrpcWebProxyEndpoint()to bothNodeCreateTransactionandNodeUpdateTransaction. This enables the configuration of a web proxy for gRPC, supporting communication from non-gRPC clients. [#1234](link to the PR)
Documentation
- Additional documentation on the usage of
grpcWebProxyEndpointwill is provided in the SDK examples.
Full Changelog: v2.65.1...v2.66.0-beta.1