Skip to content

Commit 4547027

Browse files
authored
release: v2.73.0 (#1552)
Signed-off-by: Ivan Ivanov <[email protected]>
1 parent 9ee95ab commit 4547027

File tree

4 files changed

+449
-2
lines changed

4 files changed

+449
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

0 commit comments

Comments
 (0)