Skip to content

Releases: hashgraph/hedera-sdk-cpp

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

v0.20.0

21 Nov 19:08
c194252
Compare
Choose a tag to compare
v0.20.0 Pre-release
Pre-release

What's New

➡️ Finish implementations for various classes
➡️ Integrate log4cxx logger library
➡️ Use .env file for running examples
➡️ Add compatibility for OpenSSL keys
➡️ Add additional build instructions

Added

New Contributors

Full Changelog: v0.19.0...v0.20.0

v0.19.0

01 Nov 13:32
42780aa
Compare
Choose a tag to compare
v0.19.0 Pre-release
Pre-release

What's New

➡️ Added more examples.
➡️ Added more tests
➡️ Added HttpClient
➡️ Full implementation of Executable
➡️ Added missing APIs

Examples

➡️ PrngExample
➡️ MultiSigOfflineExample
➡️ SignTransactionExample
➡️ TopicWithAdminKeyExample
➡️ TransferUsingEvmAddressExample
➡️ StakingWithUpdateExample
➡️ SolidityPrecompileExample
➡️ ZeroTokenOperationsExample

Added

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

16 Oct 21:35
v0.18.0
512a2f2
Compare
Choose a tag to compare
v0.18.0 Pre-release
Pre-release

What's New

➡️ Added new examples.
➡️ Add checksum calculations and processing

Examples

➡️ ValidateChecksumExample.cc
➡️ ConsensusPubSubWithSubmitKeyExample.cc
➡️ ConstructClientExample.cc
➡️ CreateAccountThresholdKeyExample.cc
➡️ CreateFileExample.cc
➡️ CreateTopicExample.cc
➡️ GenerateKeyExample.cc
➡️ GetAccountInfoExample.cc
➡️ GetExchangeRatesExample.cc
➡️ MultiAppTransferExample.cc

Added

Full Changelog: v0.17.0...v0.18.0

v0.17.0

04 Oct 17:35
v0.17.0
7f106bb
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release

What's New

➡️ Automatic updating of Client address book from mirror node.
➡️ AddressBook and config files were added for release builds.
➡️ Add more tests to check min and max backoff time.
➡️ Bug-fixes.

Examples

➡️ GetAddressBookExample.cc

Added

Full Changelog: v0.16.0...v0.17.0

v0.16.0

19 Sep 17:58
90da24a
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

What's New

➡️ New APIs for Transactions and Querys
➡️ Quicker workflows for PRs

Examples

➡️ ConsensusPubSubChunkedExample.cc

What's Changed

  • Workflow optimisations for PR Checks action by @deyanzz in #502
  • Finish APIs for Transaction, Query, and a lot of internal classes by @rwalworth in #503

Full Changelog: v0.15.0...v0.16.0

v0.15.0

05 Sep 17:02
8ef1414
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

What's New

➡️ Query messages sent on a topic
➡️ Get contract nonce information
➡️ System transactions (delete, undelete, freeze)
➡️ Get information about the network's version

Examples

➡️ AccountAliasExample.cc
➡️ AccountCreateWithHtsExample.cc
➡️ AccountCreationWaysExample.cc
➡️ AutoCreateAccountTransferTransactionExample.cc

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

23 Aug 20:02
0e17f92
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

What's New

➡️ New operations with Hedera topics - update, message submit
➡️ New operations with Hedera schedules - create, delete, get info, sign

Notes

Due to increase in file size, this release and from here on out will only contain Release builds until we figure out a way to get our artifacts under the 2GB GitHub limit.

Added

Full Changelog: v0.13.0...v0.14.0

v0.13.0

07 Aug 18:24
b47b48d
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

What's New

➡️ New operations with Hedera topics - create, delete, get info

Notes

There are several files in the repo that are not included in the build and should not used. These files both header (.h) and source (.cc) include:

  • AccountStakersQuery

Added

Full Changelog: v0.12.0...v0.13.0

v0.12.0

20 Jul 07:36
v0.12.0
46b15ee
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

What's New

➡️ New operations with Hedera tokens - freeze, unfreeze, pause, unpause, grant KYC, revoke KYC, NFT info.
➡️ Updates for the Hedera tokens - allowance, NFT allowance, token transfer.

Examples

➡️ TransferTokensExample.cc

Notes

There are several files in the repo that are not included in the build and should not used. These files both header (.h) and source (.cc) include:

  • AccountStakersQuery

Added

Full Changelog: v0.11.0...v0.12.0