Skip to content

v2.73.0

Choose a tag to compare

@0xivanov 0xivanov released this 28 Oct 09:35
· 15 commits to main since this release
v2.73.0
4547027

What's Changed

Enhancements

  • Grpc deadline and timeout to the client #1538
    New APIs for Client:
    • GetGrpcDeadline & SetGrpcDeadline - the grpc deadline for a single grpc request
      New APIs for transactions and queries:
    • GetRequestTimeout & SetRequestTimeout - the total time budget for a complete Transaction or Query execute operation

Bug Fixes

  • The SDK not switching nodes when it receives bad grpc status code #1538

Internal Changes

  • Refactor for FileAppend and MessageSubmit to share execute logic #1549
  • Replace HasSuffix+TrimSuffix with CutSuffix #1548

Dependency Changes

  • Chore(deps): Bump hiero-ledger/hiero-solo-action from b76850c1ac44466900f8e7412b309c3aa0f539c1 to 6a1a77601cf3e69661fb6880530a4edf656b40d5 by @dependabot[bot] in #1541
  • Chore(deps): Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by @dependabot[bot] in #1522
  • Chore(deps): Bump golang.org/x/crypto from 0.41.0 to 0.43.0 by @dependabot[bot] in #1523

New Contributors

Full Changelog: v2.72.0...v2.73.0