Skip to content

Releases: hashgraph/hedera-sdk-java

v2.36.0-beta.1

22 Jul 13:19
ff3784c
Compare
Choose a tag to compare

Added

  • Token Reject functionality (part of HIP-904)

v2.35.1

16 Jul 13:21
96b363c
Compare
Choose a tag to compare

Added

  • toStandardECDSAsecp256k1PrivateKeyCustomDerivationPath function to Mnemonic
  • fromBytes function to Key

Changed

  • build scripts rework

Fixed

  • handling of PLATFORM_NOT_ACTIVE status code when calling getReceipt() or getRecord()

v2.34.0

12 Jun 12:49
1cd50dc
Compare
Choose a tag to compare

Added

  • possibility to change or remove existing keys from a token (HIP-540)

v2.33.1

11 Jun 14:08
c42054c
Compare
Choose a tag to compare

Changed

  • AccountBalanceQuery, AccountInfoQuery, and ContractInfoQuery get all the data from consensus nodes again

Fixed

  • undeprecate TokenRelationship.symbol

v2.33.0

31 May 13:02
0d515a8
Compare
Choose a tag to compare

Added

  • add decimal field to TokenRelationship class

Changed

  • AccountBalanceQuery, AccountInfoQuery, and ContractInfoQuery get part of the data from the Mirror Node REST API (HIP-367)
  • improved documentation in repository
  • updated protobufs

Fixed

  • undeprecate AccountBalance.tokens, AccountBalance.tokenDecimals, AccountInfo.tokenRelationships, ContractInfo.tokenRelationships

Deprecated

  • TokenRelationship.symbol, use TokenInfo.symbol instead
  • AccountId.populateAccountNumAsync, use AccountId.populateAccountNum instead
  • AccountId.populateAccountEvmAddressAsync, use AccountId.populateAccountEvmAddress instead
  • ContractId.populateContractNumAsync, use ContractId.populateContractNum instead

v2.32.0

20 May 07:39
c98fb75
Compare
Choose a tag to compare

Added

  • METADATA key and possibility to update NFT metadata (HIP-657)
  • Fungible Token Metadata Field (HIP-646)
  • NFT Collection Token Metadata Field (HIP-765)
  • a method to calculate the recoveryId for ECDSA signatures

Changed

  • improved documentation in repository
  • updated protobufs

v2.32.0-beta.1

23 Apr 14:59
f652e13
Compare
Choose a tag to compare
v2.32.0-beta.1 Pre-release
Pre-release

Added

  • METADATA key and possibility to update NFT metadata (HIP-657)
  • Fungible Token Metadata Field (HIP-646)
  • NFT Collection Token Metadata Field (HIP-765)

Changed

  • improved documentation in repository
  • updated protobufs

v2.31.0

19 Mar 13:29
df866e9
Compare
Choose a tag to compare

Added

  • possibility to optionally send transaction data without required transaction fields (HIP-745)

v2.30.0

27 Feb 17:06
689c149
Compare
Choose a tag to compare

Added

  • signerNonce field to ContractFunctionResult (HIP-844)

v2.29.2

07 Feb 07:57
59e40c4
Compare
Choose a tag to compare

Fixed

  • removed streamsupport dependency