Skip to content

Releases: hiero-ledger/hiero-sdk-go

v2.43.0

05 Aug 11:51
v2.43.0
c143fd3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.42.0...v2.43.0

v2.42.0

22 Jul 13:30
v2.42.0
f326a51
Compare
Choose a tag to compare

What's Changed

  • Chore(deps): Bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #1000
  • feat(HIP-904): Token Reject by @0xivanov in #991
  • Chore(deps): Bump gradle/gradle-build-action from 3.4.2 to 3.5.0 by @dependabot in #1001
  • fix: Get cost for TransactionReceiptQuery and AccountBalanceQuery by @0xivanov in #993
  • Chore(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.3 to 2.3.4 by @dependabot in #1009
  • chore: update changelog by @0xivanov in #1010

Full Changelog: v2.41.0...v2.42.0

v2.41.0

10 Jul 12:51
v2.41.0
f8a6116
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.40.0...v2.41.0

v2.40.0

26 Jun 13:23
v2.40.0
cd5f7f5
Compare
Choose a tag to compare

What's Changed

  • Chore(deps): Bump step-security/harden-runner from 2.8.0 to 2.8.1 by @dependabot in #956
  • Chore(deps): Bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot in #955
  • chore: revert the skipping of tests during the modularization triage by @0xivanov in #976
  • chore: update protobufs by @0xivanov in #979
  • Chore(deps): Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #978
  • Chore(deps): Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #977
  • Chore(deps): Bump gradle/gradle-build-action from 3.3.2 to 3.4.2 by @dependabot in #985
  • feat: custom derivation paths in Mnemonic ECDSA private key derivation by @bguiz in #958
  • chore: Revisit and fix failing examples by @0xivanov in #973
  • Chore(deps): Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #983

New Contributors

Full Changelog: v2.39.0...v2.40.0

v2.39.0

12 Jun 14:05
v2.39.0
a48cb04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.38.1...v2.39.0

v2.38.1

11 Jun 15:18
7dc9338
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.38.0...v2.38.1

v2.38.0

06 Jun 08:05
3a6f8af
Compare
Choose a tag to compare

What's Changed

  • Chore(deps): Bump codecov/codecov-action from 4.3.1 to 4.4.0 by @dependabot in #932
  • Chore(deps): Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #933
  • Chore(deps): Bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #935
  • Chore(deps): Bump codecov/codecov-action from 4.4.0 to 4.4.1 by @dependabot in #936
  • Chore(deps): Bump step-security/harden-runner from 2.7.1 to 2.8.0 by @dependabot in #939
  • feat(HIP-367) Mirror Node Queries by @gsstoykov in #930
  • Chore(deps): Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in #942
  • fix: Add better error handling in test utils by @0xivanov in #944
  • fix: Raise an error if the transaction is not frozen while signing by @0xivanov in #947
  • fix: Account Alias Mirror Node Queries by @0xivanov in #950
  • release: v2.38.0 by @0xivanov in #951

Full Changelog: v2.37.0...v2.38.0

v2.37.0

15 May 08:48
6574901
Compare
Choose a tag to compare

What's Changed

  • chore: add Operator Key and ID to CI workflow by @0xivanov in #915
  • chore: update protobufs and stablize tls tests by @0xivanov in #919
  • Chore(deps): Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in #917
  • Chore(deps): Bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in #916
  • ci: update ci workflows for best practices and standards by @rbarkerSL in #906
  • Chore(deps): Bump step-security/harden-runner from 2.7.0 to 2.7.1 by @dependabot in #929
  • Chore(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #928
  • Chore(deps): Bump actions/checkout from 4.1.1 to 4.1.5 by @dependabot in #927
  • Chore(deps): Bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 by @dependabot in #926
  • Chore(deps): Bump actions/setup-java from 4.0.0 to 4.2.1 by @dependabot in #924
  • Chore(deps): Bump codecov/codecov-action from 4.2.0 to 4.3.1 by @dependabot in #923
  • Chore(deps): Bump gradle/gradle-build-action from 3.1.0 to 3.3.2 by @dependabot in #925
  • Chore(deps): Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #922
  • Chore(deps): Bump golang.org/x/crypto from 0.22.0 to 0.23.0 by @dependabot in #921

New Contributors

Full Changelog: v2.37.0-beta.1...v2.37.0

v2.37.0-beta.1

29 Apr 12:06
1b99d7b
Compare
Choose a tag to compare
v2.37.0-beta.1 Pre-release
Pre-release

What's Changed

  • feat(Go-TCK): Implement JSON-RPC methods for AccountCreateTransaction, AccountUpdateTransaction, AccountDeleteTransaction and AccountInfoQuery by @agadzhalov in #879
  • chore: revert TCK changes by @0xivanov in #890
  • chore: Skip flaky EthereumTransaction e2e test by @0xivanov in #891
  • chore: remove tck folder from develop by @0xivanov in #895
  • fix: solve backward compatibility issues with modularized code by @0xivanov in #901
  • feat(HIP-657): Mutable metadata fields for dynamic NFTs by @0xivanov in #892
  • feat(HIP): HIP-646 and HIP-765 by @0xivanov in #908
  • Chore(deps): Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #912

New Contributors

Full Changelog: v.2.36.0...v2.37.0-beta.1

v.2.36.0

27 Feb 15:03
a8994c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.2.35.0...v.2.36.0