Skip to content

Commit a107e61

Browse files
authored
release: v2.74.0 (#1579)
Signed-off-by: Ivan Ivanov <[email protected]>
1 parent 4c8f2ff commit a107e61

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v2.74.0
2+
3+
### Added
4+
- Support for HIP-1299: Enhanced retry mechanism to handle node account ID rotations in the Dynamic Address Book. [#1547](https://github.com/hiero-ledger/hiero-sdk-go/pull/1547)
5+
- The SDK now treats `INVALID_NODE_ACCOUNT_ID` as a retryable status code.
6+
- When this error is encountered, the affected node is automatically marked as unusable (increased backoff, removed from healthy nodes list).
7+
- The client's network configuration is automatically updated with the latest node account IDs via an address book query.
8+
- The transaction is automatically retried with another node.
9+
- This ensures seamless handling of node account ID changes that occur when nodes update their account IDs in the Dynamic Address Book.
10+
- Support for hooks, programmable Hiero extension points that let users customize the behavior of their entities. The initial implementation focuses on EVM hooks and account allowance hooks as the first extension point. [#1572](https://github.com/hiero-ledger/hiero-sdk-go/pull/1572)
11+
12+
13+
### Changed
14+
- Refactor and test mirror node grpc stream calls. [#1558](https://github.com/hiero-ledger/hiero-sdk-go/pull/1558)
15+
16+
117
## v2.73.0
218

319
### Added

0 commit comments

Comments
 (0)