Skip to content

Commit 06ad29d

Browse files
authored
release: v2.65.0 (#1425)
Signed-off-by: Ivan Ivanov <[email protected]>
1 parent 96b3039 commit 06ad29d

File tree

4 files changed

+449
-0
lines changed

4 files changed

+449
-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.65.0
2+
3+
### Added
4+
- Add persistent shard and realm support to Client [#1395](https://github.com/hiero-ledger/hiero-sdk-go/pull/1395)
5+
- `ClientForNetworkV2` : extracts the shard and realm from the network map and persists it
6+
- `ClientFromConfig` : can now accept shard and realm into the json schema
7+
- `GetShard`
8+
- `GetRealm`
9+
10+
### Deprecated
11+
- `ClientForMirrorNetworkWithRealmAndShard` : Use `ClientForMirrorNetworkWithShardAndRealm` instead.
12+
- `ClientForNetwork` : Use `ClientForNetworkV2` instead.
13+
14+
### Changed
15+
- Replaced bip39 library (https://github.com/tyler-smith/go-bip39), since it is no longer available [#1418](https://github.com/hiero-ledger/hiero-sdk-go/pull/1418)
16+
117
## v2.64.0
218

319
### Added

0 commit comments

Comments
 (0)