Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.hedera.hashgraph:sdk from 2.32.0 to 2.33.0 #8445

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps com.hedera.hashgraph:sdk from 2.32.0 to 2.33.0.

Release notes

Sourced from com.hedera.hashgraph:sdk's releases.

v2.33.0

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
Changelog

Sourced from com.hedera.hashgraph:sdk's changelog.

2.33.0

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
Commits
  • 0d515a8 release: v2.33.0 (#1831)
  • f98bf9c fix: build fail after updating protobufs (#1830)
  • 094eeb8 chore: deprecate populateAccountNumAsync, populateAccountEvmAddressAsync meth...
  • d64dd12 chore: deprecate TokenRelationship.symbol field due to lack of support by con...
  • 769450a docs: improve documentation for methods in MirrorNodeService (#1825)
  • d972c1a chore: undeprecate fields that are populated from the Mirror Node REST API (#...
  • 895afa2 feat: add decimal field to TokenRelationship class (#1828)
  • 8243cf6 feat: solution to query the mirror node for the account balance, account info...
  • 4301900 docs: improve HIP-745 docs (#1807)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Type: Pull requests that update a dependency file java Pull requests that update Java code labels Jun 3, 2024
@jascks
Copy link
Contributor

jascks commented Jun 4, 2024

@dependabot rebase

Bumps [com.hedera.hashgraph:sdk](https://github.com/hashgraph/hedera-sdk-java) from 2.32.0 to 2.33.0.
- [Release notes](https://github.com/hashgraph/hedera-sdk-java/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-java/blob/main/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-java@v2.32.0...v2.33.0)

---
updated-dependencies:
- dependency-name: com.hedera.hashgraph:sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.hedera.hashgraph-sdk-2.33.0 branch from ab81ce8 to a083f37 Compare June 4, 2024 19:38
@jascks jascks self-assigned this Jun 4, 2024
@jascks jascks added this to the 0.107.0 milestone Jun 4, 2024
@jascks
Copy link
Contributor

jascks commented Jun 7, 2024

Acceptance tests fail (node probes) when using this version of the Java SDK. Working with SDK team on how to resolve.

@jascks jascks removed this from the 0.107.0 milestone Jun 7, 2024
@jascks jascks marked this pull request as draft June 7, 2024 18:04
@jascks
Copy link
Contributor

jascks commented Jun 10, 2024

Reported problem with this version in Java SDK issue 1839. To be fixed, among other things, via PR 1840.

Closing this PR to remain on 2.32.0 for now and wait for 2.34.0.

@jascks jascks closed this Jun 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/com.hedera.hashgraph-sdk-2.33.0 branch June 10, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Type: Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant