github hiero-ledger/hiero-sdk-js v2.66.0-beta.1

latest releases: v2.84.0-beta.1, v2.83.0, v2.83.0-beta.3...
11 months ago

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) and getGrpcWebProxyEndpoint() to both NodeCreateTransaction and NodeUpdateTransaction. 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 grpcWebProxyEndpoint will is provided in the SDK examples.

Full Changelog: v2.65.1...v2.66.0-beta.1

Don't miss a new hiero-sdk-js release

NewReleases is sending notifications on new releases.