v2.73.0
What's Changed
Enhancements
- Grpc deadline and timeout to the client #1538
New APIs forClient: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
FileAppendandMessageSubmitto 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
- @rocksload made their first contribution in #1548
- @reddaisyy made their first contribution in #1546
Full Changelog: v2.72.0...v2.73.0