paritytech / subxt

Interact with Substrate based nodes in Rust or WebAssembly
Other
391 stars 236 forks source link

build(deps): bump reconnecting-jsonrpsee-ws-client from 0.3.0 to 0.4.1 #1548

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps reconnecting-jsonrpsee-ws-client from 0.3.0 to 0.4.1.

Release notes

Sourced from reconnecting-jsonrpsee-ws-client's releases.

v0.4.1

[v0.4.1] - 2023-04-21

This ia a small-patch release that enables the feature flag doc_cfg to render feature-gated APIs properly on the documentation website.

Full Changelog: https://github.com/niklasad1/reconnecting-jsonrpsee-ws-client/compare/v0.4.0...v0.4.1

v0.4.0

[v0.4.0] - 2023-04-20

A new release that makes the library support WASM and two feature flags, native and web are introduced to select whether to compile the library for native or web but the default is still native.

Some other fixes were:

  • Re-export all types in the public API
  • Support other retry strategies for calls and subscriptions.
  • Improve the reconnect API to know when the reconnection started and was completed.
  • Provide an error type.
  • Improve internal feature flag handling.
  • Remove subxt feature flag and the implementation of subxt::RpcClientT

Thanks to @​seunlanlege who did the majority of the work to get the library working for WASM.

Changelog

Sourced from reconnecting-jsonrpsee-ws-client's changelog.

[v0.4.1] - 2023-04-21

This ia a small-patch release that enables the feature flag doc_cfg to render feature-gated APIs properly on the documentation website.

[v0.4.0] - 2023-04-20

A new release that makes the library support WASM and two feature flags, native and web are introduced to select whether to compile the library for native or web but the default is still native.

Some other fixes were:

  • Re-export all types in the public API
  • Support other retry strategies for calls and subscriptions.
  • Improve the reconnect API to know when the reconnection started and was completed.
  • Provide an error type.
  • Improve internal feature flag handling.

Thanks to @​seunlanlege who did the majority of the work to get the library working for WASM.

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 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)