Skip to content

Releases: hashgraph/hedera-sdk-cpp

v0.30.0

01 Oct 21:15
8355845
Compare
Choose a tag to compare

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

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

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

v0.26.0

06 May 17:46
4636d7a
Compare
Choose a tag to compare
v0.26.0 Pre-release
Pre-release

What's Changed

  • fix: Added fixes for MOD updates by @gsstoykov in #680
  • ci: Update workflows & add CODEOWNERS/Dependabot by @rbarkerSL in #683
  • ci: Remove limechain-hedera as a codeowner by @rwalworth in #688
  • feat(HIPs-646/657/765): Added implementations for token metadata fields by @gsstoykov in #678

Examples

➡️ TokenMetadataExample (Note: Feature still not available in testnet, mainnet)

New Contributors

Full Changelog: v0.25.0...v0.26.0

v0.25.0

18 Mar 21:27
22eb121
Compare
Choose a tag to compare
v0.25.0 Pre-release
Pre-release

What's New

➡️ AccountBalance, AccountInfo, and ContractInfo queries mirror node

What's Changed

  • fix: Disabled integration test for EthereumTransaction by @gsstoykov in #673
  • Added Account Balance/Info contract Info Mirror Node Queries by @gsstoykov in #641
  • refactor: Reorder #includes to fix Windows build by @rwalworth in #677

Full Changelog: v0.24.0...v0.25.0

v0.24.0

29 Feb 21:07
v0.24.0
5030f47
Compare
Choose a tag to compare
v0.24.0 Pre-release
Pre-release

What's New

➡️ Add HIP-844 support
➡️ Updated SDK to use the latest protobuf release 0.47.0
➡️ Updated docs
➡️ Back to using latest local-node

What's Changed

Full Changelog: v0.23.0...v0.24.0

v0.23.0

05 Feb 20:26
47988d7
Compare
Choose a tag to compare
v0.23.0 Pre-release
Pre-release

What's New

➡️ Add TCK server
➡️ Add HIP-745 support
➡️ Using vcpkg to supply OpenSSL artifacts

Added

Full Changelog: v0.22.0...v0.23.0

v0.22.0

12 Jan 23:05
9cba40f
Compare
Choose a tag to compare
v0.22.0 Pre-release
Pre-release

What's New

➡️ OpenSSL ED25519 key import compatibility

Added

Full Changelog: v0.21.0...v0.22.0

v0.21.0

07 Dec 17:05
7e47814
Compare
Choose a tag to compare
v0.21.0 Pre-release
Pre-release

What's New

➡️ OpenSSL ECDSAsecp256k1 public key import compatibility
➡️ Print query responses
➡️ Documentation updates

Added

New Contributors

Full Changelog: v0.20.0...v0.21.0