Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bump jsonrpsee-ws-client from 0.2.0-alpha.6 to 0.2.0-alpha.7 #8969

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2021

Bumps jsonrpsee-ws-client from 0.2.0-alpha.6 to 0.2.0-alpha.7.

Release notes

Sourced from jsonrpsee-ws-client's releases.

v0.2.0-alpha.7

  • unify error types in the servers. (#294)
  • Fix clippy warning and enforce no warning in the CI (#273)
  • Fix examples links (#297)
  • [servers] return error if context or params fails (#295)
  • [ws-server] Batch support (#300)
  • [utils]: add futures util feature to server (#305)
  • [ci]: fix workflow to run (#310)
  • Add a test for calling methods with multiple params of multiple types (#308)
  • [ws client] RegisterNotification support (#303)
  • Change order of type params to register_method (#312)
  • CI: optimize caching (#317)
  • Bump actions/checkout from 2 to 2.3.4 (#315)
  • Bump actions-rs/cargo from 1 to 1.0.3 (#314)
  • Bump actions-rs/toolchain from 1 to 1.0.7 (#313)
  • [ws server]: add logs (#319)
  • Add certificate_store() to WsClientBuilder and enable native certificate store by default (#321)
  • [servers] extract rpc modules to utils (#322)
  • [types]: ID type instead of serde_json::RawValue (#325)
  • Add unit-tests for the request/call (de)serialization (#326)
  • [ws client]: fix faulty poll in test. (#330)
  • Impl Deref/DerefMut for RpcContextModule (#331)
  • Add timeouts to the futures in tests (#332)
  • Switch from anyhow::Result to std Result (#333)
  • [ws client]: parse path from the URL (#335)
  • chore(deps): bump soketto to fix #337 (#341)
  • [ws client]: return last seen error in connect (#338)
  • chore(deps): update futures 0.3.14 (#342)
  • chore(deps): relax async-std to 1 (#343)
  • chore(release): 0.2.0-alpha.7 (#344)
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 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 A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes labels Jun 1, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2021

The following labels could not be found: C1-low.

@bkchr bkchr added the C1-low PR touches the given topic and has a low impact on builders. label Jun 1, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/jsonrpsee-ws-client-0.2.0-alpha.7 branch from 11f7049 to a248787 Compare June 1, 2021 14:30
@dependabot dependabot bot force-pushed the dependabot/cargo/jsonrpsee-ws-client-0.2.0-alpha.7 branch from a248787 to 637ef36 Compare June 1, 2021 15:17
@c410-f3r
Copy link
Contributor

c410-f3r commented Jun 1, 2021

Transient internal crates of jsonrpsee are pointing to the newest publish alpha.7 version while remote-externalities uses fixed alpha.6 version causing dependencies conflicts.
To solve this problem, please consider also fixing all jsonrpsee related dependencies -> jsonrpsee-types, jsonrpsee-utils, etc...

EDIT: I can open a PR if you guys are willing to accept it. @bkchr ?

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 8, 2021

Looks like jsonrpsee-ws-client is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 8, 2021
@dependabot dependabot bot deleted the dependabot/cargo/jsonrpsee-ws-client-0.2.0-alpha.7 branch June 8, 2021 16:19
@niklasad1
Copy link
Member

superseeded by #9036

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants