Releases: hiero-ledger/hiero-sdk-go
Releases · hiero-ledger/hiero-sdk-go
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
v2.46.0
What's Changed
- Chore(deps): Bump step-security/harden-runner from 2.9.1 to 2.10.1 by @dependabot in #1062
- feat(TCK): Implement
AccountDelete
by @0xivanov in #1056 - chore: handle
THROTTLED_AT_CONSENSUS
and refactor retry method by @0xivanov in #1069 - feat: Trim
0x
prefix when creatingPrivateKey
from string by @0xivanov in #1059 - feat(HIP-904): Token Claim/Cancel by @0xivanov in #1070
- release: v2.46.0 by @0xivanov in #1071
Full Changelog: v2.45.0...v2.46.0
v2.45.0
What's Changed
- chore: fix e2e tests by @0xivanov in #1042
- ci: update workflows to use latitude.sh based runners by @nathanklick in #1044
- chore: Add pre-commit git hook for golangci-lint by @isavov in #1041
- Chore(deps): Bump golang.org/x/crypto from 0.26.0 to 0.27.0 by @dependabot in #1055
- Chore(deps): Bump actions/setup-java from 4.2.2 to 4.3.0 by @dependabot in #1058
- feat(HIP-904) -
TokenAirdropTransaction
by @0xivanov in #1047 - fix: Retry when getting
THROTTLED_AT_CONSENSUS
by @0xivanov in #1065 - release: v2.45.0 by @0xivanov in #1067
New Contributors
- @nathanklick made their first contribution in #1044
Full Changelog: v2.44.0...v2.45.0
v2.44.0
What's Changed
- Chore(deps): Bump actions/setup-java from 4.2.1 to 4.2.2 by @dependabot in #1022
- Chore(deps): Bump step-security/harden-runner from 2.9.0 to 2.9.1 by @dependabot in #1023
- fix(TCK):
AccountCreateTransaction
by @0xivanov in #1012 - Chore(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 by @dependabot in #1025
- feat(TCK): Add
AccountUpdate
method by @0xivanov in #1020 - chore: fix linting by @0xivanov in #1035
- feat(HIP-869): Dynamic Address Book by @0xivanov in #1011
- chore: Add helper functions to
utilities_for_test
part 1 by @0xivanov in #1003 - release: v2.44.0 by @0xivanov in #1037
Full Changelog: v2.43.0...v2.44.0