File tree Expand file tree Collapse file tree 4 files changed +449
-2
lines changed Expand file tree Collapse file tree 4 files changed +449
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v2.73.0
2+
3+ ### Added
4+ - Grpc deadline and timeout to the client [ #1538 ] ( https://github.com/hiero-ledger/hiero-sdk-go/pull/1538 )
5+ New APIs for ` Client ` :
6+ - ` GetGrpcDeadline ` & ` SetGrpcDeadline ` - the grpc deadline for a single grpc request
7+ New APIs for transactions and queries:
8+ - ` GetRequestTimeout ` & ` SetRequestTimeout ` - the total time budget for a complete Transaction or Query execute operation
9+
10+ ### Fixed
11+ - The SDK not switching nodes when it receives bad grpc status code [ #1538 ] ( https://github.com/hiero-ledger/hiero-sdk-go/pull/1538 )
12+
13+ ### Changed
14+ - Internal refactor for ` FileAppend ` and ` MessageSubmit ` to share execute logic [ #1549 ] ( https://github.com/hiero-ledger/hiero-sdk-go/pull/1549 )
15+ - Replace HasSuffix+TrimSuffix with CutSuffix [ #1548 ] ( https://github.com/hiero-ledger/hiero-sdk-go/pull/1548 )
16+
117## v2.72.0
218
319### Fixed
You can’t perform that action at this time.
0 commit comments