Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps @hashgraph/sdk from 2.75.0 to 2.78.0.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.78.0

What's Changed

This release introduces improved network resilience and reliability within the SDK through an enhanced retry mechanism and corrected React Native polyfills. These updates ensure smoother transaction execution, automatic network correction, and consistent behavior across environments.

Enhancements

  • Retry mechanism when a transaction hits INVALID_NODE_ACCOUNT_ID that updates the network automatically in accordance to #53

Bug Fixes

  • Fix of the pollyfills for react native environment not being loaded correctly, causing No PRNG errors #3526

Full Changelog: hiero-ledger/hiero-sdk-js@v2.77.0...v2.78.0

v2.78.0-beta.3

What's Changed

Full Changelog: hiero-ledger/hiero-sdk-js@v2.77.0...v2.78.0-beta.3

v2.78.0-beta.2

What's Changed

Full Changelog: hiero-ledger/hiero-sdk-js@v2.78.0-beta.1...v2.78.0-beta.2

v2.78.0-beta.1

Full Changelog: hiero-ledger/hiero-sdk-js@v2.77.0...v2.78.0-beta.1

v2.77.0

This release introduces client-level timeout controls and significant improvements to the WebClient and AddressBookQuery behavior in the Hiero JavaScript SDK. These updates improve consistency across SDKs, enhance reliability in web environments, and ensure better handling of network and timeout conditions.

Enhancements

  • Client-level Timeout Controls
    Introduced new client-level timeout configurations to align behavior with other SDKs and improve network resilience:
    • Client.grpcDeadline (ms):
      New per-RPC default deadline with setGrpcDeadline(int) / getGrpcDeadline().
      Default: 10,000 ms.
      Used during warmup and as a fallback when a Transaction doesn’t set its own deadline.

... (truncated)

Changelog

Sourced from @​hashgraph/sdk's changelog.

2.78.0

Added

  • Retry mechanism when a transaction hits INVALID_NODE_ACCOUNT_ID that updates the network automatically in accordance to #53

Fixed

  • Fix of the pollyfills for react native environment not being loaded correctly, causing No PRNG errors #3526

v2.78.0-beta.2

Changed

v2.77.0

Fixed

  • Resolved an issue where the mirror network was not correctly set in the client state when using WebClient.forMirrorNetwork in web environments. #3510
  • Fixed a bug preventing AddressBookQuery from executing when the Client class had an empty network state. #3510
  • Corrected a model definition issue where a property of the Node model was not marked as optional. #3510

v2.76.0

Added

  • Added New gRPC web proxy for node 32. #3482

Fixed

  • Restored backward compatibility for custom network configurations in the web environment that include a URL scheme (e.g., https://node00.swirldslabs.com:443). The SDK now normalizes these endpoints internally to the expected host:port format to prevent breaking existing integrations. A deprecation warning is logged to encourage migration to the correct format.#3480

Deprecated

  • Endpoints with URL schemes (http:// or https://) are now deprecated. While still accepted for backward compatibility, developers should update their configurations to use the documented host:port format (e.g., node00.swirldslabs.com:443). Support for scheme-prefixed endpoints will be removed in a future release.#3480
Commits

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)

Bumps [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) from 2.75.0 to 2.78.0.
- [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.75.0...v2.78.0)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2025
@dependabot dependabot bot requested review from a team as code owners December 1, 2025 22:20
@dependabot dependabot bot requested a review from acuarica December 1, 2025 22:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant