You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
0 commit comments