Skip to content

Commit 1a7bfdd

Browse files
authored
release: v2.68.0 (#1461)
Signed-off-by: Ivan Ivanov <[email protected]>
1 parent 1682114 commit 1a7bfdd

File tree

4 files changed

+439
-2
lines changed

4 files changed

+439
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.68.0
2+
3+
### Added
4+
- Introduced new method `DeleteGrpcWebProxyEndpoint` for `NodeUpdateTransaction` that effectively sets the proxy to `null` in the mirror node api and removes it from the address book state. [#1444](https://github.com/hiero-ledger/hiero-sdk-go/pull/1444)
5+
- Chunk size option for `TopicMessageSubmitTransaction`, added `SetChunkSize` and `GetChunkSize` [#1448](https://github.com/hiero-ledger/hiero-sdk-go/pull/1448)
6+
7+
### Changed
8+
- Now it's possible to update the topic memo to empty string using the setter, as previously the value would be ignored [#1448](https://github.com/hiero-ledger/hiero-sdk-go/pull/1448)
9+
- Migrated to Go version 1.24 [#1452](https://github.com/hiero-ledger/hiero-sdk-go/pull/1452)
10+
111
## v2.67.0
212

313
### Added

0 commit comments

Comments
 (0)