Skip to content

Releases: hashgraph/hedera-sdk-java

v2.38.0

22 Aug 13:23
v2.38.0
f63aa98
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump step-security/ghaction-import-gpg from 6.0.0 to 6.1.0 by @dependabot in #1939
  • chore(deps): bump step-security/harden-runner from 2.9.0 to 2.9.1 by @dependabot in #1937
  • chore(deps): bump gradle/actions from 3.5.0 to 4 by @dependabot in #1934
  • chore: update directory for gradle in dependabot by @isavov in #1922
  • chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.22 to 2.0.10 in /sdk-dependency-versions by @dependabot in #1940
  • chore(deps): bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.16 in /sdk-dependency-versions by @dependabot in #1942
  • chore(deps): bump actions/setup-java from 4.2.1 to 4.2.2 by @dependabot in #1938
  • chore(deps): bump org.assertj:assertj-core from 3.24.2 to 3.26.3 in /sdk-dependency-versions by @dependabot in #1949
  • chore(deps): bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0 in /sdk-dependency-versions by @dependabot in #1946
  • chore(deps): bump com.esaulpaugh:headlong from 10.0.0 to 12.1.0 in /sdk-dependency-versions by @dependabot in #1941
  • fix: examples by @thenswan in #1932
  • feat(HIP-869): Dynamic Address Book - Stage 1 - HAPI Endpoints by @thenswan in #1892
  • release: v2.38.0 by @0xivanov in #1959

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

v2.37.0

05 Aug 10:39
ab2510f
Compare
Choose a tag to compare

Changed

  • updated bouncycastle dependency
  • updated protoc dependency
  • other various codebase chores

v2.36.0

24 Jul 10:10
1af1e91
Compare
Choose a tag to compare

Added

  • Token Reject functionality (part of HIP-904)

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