Skip to content

Releases: hiero-ledger/hiero-sdk-cpp

v0.36.0

11 Feb 11:10
65b4b7a
Compare
Choose a tag to compare
v0.36.0 Pre-release
Pre-release

What's Changed

  • build(deps): Bump shogo82148/actions-setup-perl from 1.31.4 to 1.32.0 by @dependabot in #881
  • build(deps): Bump step-security/harden-runner from 2.10.3 to 2.10.4 by @dependabot in #880
  • build(deps): Bump shogo82148/actions-setup-perl from 1.32.0 to 1.33.0 by @dependabot in #882
  • Add a query to estimate the gas of a contract call by @gsstoykov in #878
  • build(deps): Bump lukka/get-cmake from 3.31.4 to 3.31.5 by @dependabot in #884
  • build(deps): Bump actions/setup-node from 4.1.0 to 4.2.0 by @dependabot in #887
  • ci: Solo integration by @gsstoykov in #883
  • build(deps): Bump seanmiddleditch/gha-setup-ninja from 5 to 6 by @dependabot in #889
  • feat(accountApproveAllowanceTransaction): Implement JSON-RPC method endpoint for AccountApproveAllowanceTransaction by @rwalworth in #885
  • feat(accountAllowanceDeleteTransaction): Implement JSON-RPC method endpoint for AccountAllowanceDeleteTransaction by @rwalworth in #886

Full Changelog: v0.35.0...v0.36.0

v0.35.0

16 Jan 20:42
9064070
Compare
Choose a tag to compare
v0.35.0 Pre-release
Pre-release

What's Changed

  • Update README.md by @hendrikebbers in #857
  • build(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #864
  • feat: Created NodeCreate NodeDelete tests for Solo by @gsstoykov in #825
  • build(deps): Bump lukka/get-cmake from 3.31.2 to 3.31.3 by @dependabot in #866
  • fix: Refactor node selection flow by @gsstoykov in #869
  • ci: Add Windows and MacOS builds by @mishomihov00 in #865
  • feat(tokenFeeScheduleUpdateTransaction): Implement JSON-RPC method endpoint for TokenFeeScheduleUpdateTransaction by @rwalworth in #817
  • build(deps): Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #872
  • build(deps): Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #871
  • build(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #870
  • build(deps): Bump shogo82148/actions-setup-perl from 1.31.3 to 1.31.4 by @dependabot in #873
  • build(deps): Bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #876
  • build(deps): Bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot in #875
  • build(deps): Bump lukka/get-cmake from 3.31.3 to 3.31.4 by @dependabot in #877
  • feat(tokenAssociateTransaction): Implement JSON-RPC method endpoint for TokenAssociateTransaction by @rwalworth in #832
  • feat(tokenPauseTransaction): Implement JSON-RPC method endpoint for TokenPauseTransaction by @rwalworth in #835
  • feat(tokenUnpauseTransaction): Implement JSON-RPC method endpoint for TokenUnpauseTransaction by @rwalworth in #837
  • feat(tokenDissociateTransaction): Implement JSON-RPC method endpoint for TokenDissociateTransaction by @rwalworth in #839
  • feat: POC refactor for TokenRejectFlow by @gsstoykov in #868
  • feat(tokenFreezeTransaction): Implement JSON-RPC method endpoint for TokenFreezeTransaction by @rwalworth in #848
  • feat(tokenUnfreezeTransaction): Implement JSON-RPC method endpoint for TokenUnfreezeTransaction by @rwalworth in #849
  • feat(tokenGrantKycTransaction): Implement JSON-RPC method endpoint for TokenGrantKycTransaction by @rwalworth in #850
  • feat(tokenRevokeKycTransaction): Implement JSON-RPC method endpoint for TokenRevokeKycTransaction by @rwalworth in #852
  • feat(tokenMintTransaction): Implement JSON-RPC method endpoint for TokenMintTransaction by @rwalworth in #860
  • feat(tokenBurnTransaction): Implement JSON-RPC method endpoint for TokenBurnTransaction by @rwalworth in #861

Full Changelog: v0.34.0...v0.35.0

v0.34.0

11 Dec 19:51
168baef
Compare
Choose a tag to compare
v0.34.0 Pre-release
Pre-release

What's Changed

  • build(deps): Bump lukka/get-cmake from 3.31.0 to 3.31.2 by @dependabot in #853
  • fix: update Account types to string from int64_t by @rwalworth in #856
  • feat(HIP-423): Long term scheduled transactions by @gsstoykov in #854

Full Changelog: v0.33.0...v0.34.0

v0.33.0

27 Nov 20:46
f7cd3e6
Compare
Choose a tag to compare
v0.33.0 Pre-release
Pre-release

What's Changed

  • build(deps): Bump lukka/get-cmake from 3.30.5 to 3.31.0 by @dependabot in #821
  • feat: Add optional Tests/TCK builds by @gsstoykov in #824
  • build(deps): Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #826
  • chore: Hiero renaming initial by @gsstoykov in #823
  • feat(tokenDeleteTransaction): Implement JSON-RPC endpoint for TokenDeleteTransaction by @rwalworth in #790
  • feat(tokenUpdateTransaction): Implement JSON-RPC method endpoint for TokenUpdateTransaction by @rwalworth in #815
  • fix: Windows build by @rwalworth in #843

Full Changelog: v0.32.0...v0.33.0

v0.32.0

18 Nov 23:08
451c437
Compare
Choose a tag to compare
v0.32.0 Pre-release
Pre-release

What's Changed

  • build(deps): Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #804
  • build(deps): Bump actions/setup-node from 4.0.4 to 4.1.0 by @dependabot in #806
  • chore: Update runs-on stanza to use the appropriate latitude label by @rbarkerSL in #808
  • chore: Update codeowners for hiero teams by @rbarkerSL in #814
  • ci: Update per Q3 audit findings by @mishomihov00 in #811
  • feat: Fetch protobuf definitions from hedera services repository by @gsstoykov in #810
  • Implement JSON-RPC AccountService and reorganize TCK code to use service-oriented architecture by @rwalworth in #802
  • feat(tokenCreateTransaction): Implement JSON-RPC endpoint for TokenCreateTransaction by @rwalworth in #793
  • feat: add Client::forMirrorNetwork() to allow consensus node network initialization with a mirror node address book by @rwalworth in #805
  • Update README.md - Hedera -> Hiero by @hendrikebbers in #809
  • feat: Add network freeze by @gsstoykov in #819

New Contributors

Full Changelog: v0.31.1...v0.32.0

v0.31.1

16 Oct 19:50
befc590
Compare
Choose a tag to compare
v0.31.1 Pre-release
Pre-release

What's Changed

  • build(deps): Bump lukka/get-cmake from 3.30.3 to 3.30.4 by @dependabot in #784
  • build(deps): Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #786
  • build(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.1 by @dependabot in #785
  • build(deps): Bump actions/upload-artifact from 4.4.1 to 4.4.3 by @dependabot in #792
  • build(deps): Bump lukka/get-cmake from 3.30.4 to 3.30.5 by @dependabot in #791
  • fix: get rid of curl and replace its processing with cpp-httplib by @rwalworth in #795
  • feat: Added Integration Test for NodeCreateTransaction and FQDN support by @gsstoykov in #787
  • fix: v0.55 protobuf hash by @rwalworth in #798

Full Changelog: v0.30.0...v0.31.1

v0.30.0

01 Oct 21:15
8355845
Compare
Choose a tag to compare
v0.30.0 Pre-release
Pre-release

What's Changed

  • feat(HIP-904): Added Token Airdrop related transactions by @gsstoykov in #775
  • build(deps): Bump step-security/harden-runner from 2.9.1 to 2.10.1 by @dependabot in #776
  • build(deps): Bump actions/setup-node from 4.0.3 to 4.0.4 by @dependabot in #777
  • build(deps): Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #778

Full Changelog: v0.29.0...v0.30.0

v0.29.0

04 Sep 20:44
fc2eadd
Compare
Choose a tag to compare
v0.29.0 Pre-release
Pre-release

What's Changed

  • Bump step-security/harden-runner from 2.8.1 to 2.9.0 by @dependabot in #745
  • feat(accountUpdateTransaction): Implement JSON-RPC method endpoint for AccountUpdateTransaction by @rwalworth in #738
  • Bump actions/upload-artifact from 4.3.4 to 4.3.5 by @dependabot in #749
  • Bump lukka/get-cmake from 3.30.1 to 3.30.2 by @dependabot in #751
  • Bump step-security/harden-runner from 2.9.0 to 2.9.1 by @dependabot in #752
  • feat(accountDeleteTransaction): Implement JSON-RPC endpoint for AccountDeleteTransaction by @rwalworth in #748
  • Bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in #753
  • fix: don't fill out accountIdToUpdate if no account ID was provided by @rwalworth in #756
  • feat(HIP-869): Added DAB Node operations by @gsstoykov in #754
  • ci: update workflows to use latitude.sh based runners by @nathanklick in #767
  • build(deps): Bump lukka/get-cmake from 3.30.2 to 3.30.3 by @dependabot in #768
  • build(deps): Bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #769

Full Changelog: v0.28.0...v0.29.0

v0.28.0

23 Jul 04:07
6059769
Compare
Choose a tag to compare
v0.28.0 Pre-release
Pre-release

What's Changed

  • Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #721
  • Bump lukka/get-cmake from 3.29.3 to 3.29.5 by @dependabot in #706
  • Bump step-security/harden-runner from 2.8.0 to 2.8.1 by @dependabot in #705
  • Bump lukka/get-cmake from 3.29.5 to 3.29.6 by @dependabot in #724
  • feat(accountCreateTransaction): Implement JSON-RPC method endpoint for AccountCreateTransaction by @rwalworth in #696
  • feat: Added example demo of account creation with EVM public address by @gsstoykov in #727
  • feat: Added example demo of mnemonic comparison to other SDK output by @gsstoykov in #726
  • feat: Update BIP39 Mnemonic example to demonstrate regeneration by @gsstoykov in #725
  • feat: Updated File example to demonstrate File Update/Query by @gsstoykov in #737
  • feat: Added Topic Delete example call by @gsstoykov in #735
  • feat: Created examples for Token Freeze, Delete by @gsstoykov in #734
  • feat: Updated Contract example to include Update by @gsstoykov in #736
  • Bump lukka/get-cmake from 3.29.6 to 3.30.0 by @dependabot in #740
  • Bump actions/setup-node from 4.0.2 to 4.0.3 by @dependabot in #742
  • Bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in #741
  • feat: allow maxAutomaticTokenAssociations values to be -1 by @rwalworth in #723
  • feat(HIP-904): TokenRejectTransaction by @gsstoykov in #743
  • Bump lukka/get-cmake from 3.30.0 to 3.30.1 by @dependabot in #747

Full Changelog: v0.27.0...v0.28.0

v0.27.0

13 Jun 20:40
6fd91a1
Compare
Choose a tag to compare
v0.27.0 Pre-release
Pre-release

What's Changed

  • fix: Updated codeowners for SDK CPP by @rbarkerSL in #694
  • Bump jidicula/clang-format-action from 4.11.0 to 4.12.0 by @dependabot in #698
  • Bump actions/checkout from 4.1.1 to 4.1.6 by @dependabot in #697
  • Bump actions/upload-artifact from 4.3.1 to 4.3.3 by @dependabot in #685
  • Bump lukka/get-cmake from 3.29.2 to 3.29.3 by @dependabot in #693
  • Bump step-security/harden-runner from 2.7.0 to 2.8.0 by @dependabot in #700
  • Bump jidicula/clang-format-action from 4.12.0 to 4.13.0 by @dependabot in #701
  • feat: Fetch TokenRelationships and TokenBalances from consensus by @gsstoykov in #719
  • feat(HIP-540): Change or remove existing keys from a token by @gsstoykov in #699

New Contributors

Full Changelog: v0.26.0...v0.27.0