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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
0 commit comments