Releases: hiero-ledger/hiero-sdk-go
Releases · hiero-ledger/hiero-sdk-go
v2.53.0
What's Changed
- feat(TCK): implement token schedule update by @0xivanov in #1171
- fix: make Transaction Receipt and Record consistent with other SDKs by @0xivanov in #1187
- feat: Added ECDSA PKey validation and unit test by @gsstoykov in #1192
- Chore(deps): Bump actions/setup-java from 4.5.0 to 4.6.0 by @dependabot in #1191
- feat: Mirror Node Contract Queries by @0xivanov in #1188
- chore: add missing request types by @georgi-l95 in #1193
- Chore(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /tck by @dependabot in #1186
- Chore(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot in #1185
- release: v2.53.0 by @0xivanov in #1194
New Contributors
- @georgi-l95 made their first contribution in #1193
Full Changelog: v2.52.0...v2.53.0
v2.52.0
What's Changed
- chore: Hiero renaming initial by @gsstoykov in #1152
- feat(TCK): Implement token create method by @0xivanov in #1162
- Chore(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 by @dependabot in #1161
- feat(TCK): Implement token update and delete by @0xivanov in #1169
- Chore(deps): Bump golang.org/x/text from 0.19.0 to 0.21.0 by @dependabot in #1179
- chore: Update protobufs to
v0.57
by @0xivanov in #1174 - feat (HIP-423): Long Term Scheduled Transactions by @0xivanov in #1181
- Chore(deps): Bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #1183
- Chore(deps): Bump golang.org/x/crypto from 0.28.0 to 0.30.0 by @dependabot in #1178
- chore: release v2.52.0 by @0xivanov in #1184
Full Changelog: v2.51.0...v2.52.0
v2.51.0
What's Changed
- chore: update changelog by @0xivanov in #1134
- fix: Retry in case of throttle when calling
getRecord
by @0xivanov in #1135 - chore: make uint tests run in parallel by @0xivanov in #1136
- feat: Init client with mirror network by @0xivanov in #1137
- Chore(deps): Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #1107
- Chore(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.0 by @dependabot in #1138
- Chore(deps): Bump codecov/codecov-action from 5.0.0 to 5.0.2 by @dependabot in #1140
- feat: create client without schedule network update by @0xivanov in #1141
- chore: Updated tck/README.md by @rbarkerSL in #1143
- Chore(deps): Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #1145
- chore: skip
_UpdateAddressBook
forClientFromConfigWithoutScheduleNetworkUpdate
by @0xivanov in #1144 - chore: Updated the runners to associate with hiero-client-sdk by @rbarkerSL in #1148
- Chore(deps): Bump codecov/codecov-action from 5.0.2 to 5.0.4 by @dependabot in #1150
- Chore(deps): Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #1139
- chore(TCK): fix build by @0xivanov in #1151
- Update README.md by @hendrikebbers in #1149
- Chore(deps): Bump codecov/codecov-action from 5.0.4 to 5.0.7 by @dependabot in #1154
- feat: sdd getters for internal list of keys + threshold value by @cweagans in #1160
- fix: max backoff by @0xivanov in #1153
- release: v2.51.0 by @0xivanov in #1164
New Contributors
Full Changelog: v2.50.0...v2.51.0
v2.51.0-beta.2
What's Changed
- chore: Updated tck/README.md by @rbarkerSL in #1143
- Chore(deps): Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #1145
- chore: skip
_UpdateAddressBook
forClientFromConfigWithoutScheduleNetworkUpdate
by @0xivanov in #1144
Full Changelog: v2.51.0-beta.1...v2.51.0-beta.2
v2.51.0-beta.1
What's Changed
- chore: update changelog by @0xivanov in #1134
- fix: Retry in case of throttle when calling
getRecord
by @0xivanov in #1135 - chore: make uint tests run in parallel by @0xivanov in #1136
- feat: Init client with mirror network by @0xivanov in #1137
- Chore(deps): Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #1107
- Chore(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.0 by @dependabot in #1138
- Chore(deps): Bump codecov/codecov-action from 5.0.0 to 5.0.2 by @dependabot in #1140
- feat: create client without schedule network update by @0xivanov in #1141
Full Changelog: v2.50.0...v2.51.0-beta.1
v2.50.0
What's Changed
- chore: Add defer CloseIntegrationTestEnv() to E2E tests by @RashRAJ in #1105
- refactor: Implement generics in
Transaction.go
by @0xivanov in #1089 - ci: Update per Q3 audit findings by @mishomihov00 in #1123
- feat: Replace go-ethereum RLP lib by @gsstoykov in #1128
- chore: replace
/common/abi
module by @0xivanov in #1127 - chore: Replace key logic from
go-ethereum
by @0xivanov in #1124
New Contributors
- @RashRAJ made their first contribution in #1105
- @mishomihov00 made their first contribution in #1123
Full Changelog: v2.49.0...v2.50.0
v2.50.0-beta.1
v2.49.0
What's Changed
- Update README.md for migration to Hiero by @hendrikebbers in #1093
- feat: Remove
hedera-protobufs-go
dependency and addhedera-protobufs
as submodule by @0xivanov in #1103 - Chore(deps): Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #1116
- Chore(deps): Bump actions/setup-java from 4.4.0 to 4.5.0 by @dependabot in #1119
- Chore(deps): Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #1120
- Chore(deps): Bump actions/setup-node from 4.0.4 to 4.1.0 by @dependabot in #1118
- chore: Replace
/math
package by @0xivanov in #1121 - release: v2.49.0 by @0xivanov in #1122
New Contributors
- @hendrikebbers made their first contribution in #1093
Full Changelog: v2.48.0...v2.49.0
v2.48.0
What's Changed
- Chore(deps): Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #1087
- Chore(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #1091
- Chore(deps): Bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in #1096
- fix: replace manual receipt query execution with
GetReceipt
by @0xivanov in #1092 - fix: update transaction receipt validation and write test for file up… by @Mujhtech in #1094
- Chore(deps): Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #1098
- chore: Remove sorting in transfer and airdrop transactions by @0xivanov in #1100
- chore: remove
Println
from src and test by @0xivanov in #1101 - feat: create new account helper function by @Mujhtech in #1097
- fix: Reset staked ids by @0xivanov in #1108
- feat: Add integration test for NodeCreateTransaction by @gsstoykov in #1102
- release v2.48.0 by @0xivanov in #1110
New Contributors
Full Changelog: v2.47.0...v2.48.0
v2.47.0
What's Changed
- fix: Re-submit transaction in case of throttle at receipt by @0xivanov in #1072
- Chore(deps): Bump actions/setup-java from 4.3.0 to 4.4.0 by @dependabot in #1078
- Chore(deps): Bump actions/setup-node from 4.0.3 to 4.0.4 by @dependabot in #1077
- feat: Simplified ipv4 address by @gsstoykov in #1038
- feat: Add missing
SetMessage
functionality toTopicMessageSubmitTransaction
by @0xivanov in #1075 - Chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #1080
- release: v2.47.0 by @0xivanov in #1083
Full Changelog: v2.46.0...v2.47.0