Skip to content

Bump jsonrpsee-proc-macros from 0.2.0-alpha.6 to 0.2.0#9

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/jsonrpsee-proc-macros-0.2.0
Closed

Bump jsonrpsee-proc-macros from 0.2.0-alpha.6 to 0.2.0#9
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/jsonrpsee-proc-macros-0.2.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 8, 2021

Bumps jsonrpsee-proc-macros from 0.2.0-alpha.6 to 0.2.0.

Release notes

Sourced from jsonrpsee-proc-macros's releases.

v0.2.0

⚠️ Breaking change ⚠️

Version 0.2.0 is a major refactoring of all jsonrpsee internals. It is yet feature incomplete. See the CHANGELOG for some more details.

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

Sourced from jsonrpsee-proc-macros's changelog.

[v0.2.0] – 2021-06-04

[changed] The crate structure changed to several smaller crates, enabling users to pick and choose. The jsonrpsee crate works as a façade crate for users to pick&chose what components they wish to use.

[changed] Starting with this release, the project is assuming tokio is the async executor.

[changed] Revamped RPC subscription/method definition: users now provide closures when initializing the server and it is no longer possible to register new methods after the server started.

[changed] Refactored the internals from the ground up.

[added] Support for async methods

[added] Support for batch requests (http/ws)

[changed] the proc macros are currently limited to client side.

[added] crate publication script

[v0.1.0] - 2020-02-28

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)

Bumps [jsonrpsee-proc-macros](https://github.com/paritytech/jsonrpsee) from 0.2.0-alpha.6 to 0.2.0.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
- [Commits](paritytech/jsonrpsee@v0.2.0-alpha.6...v0.2.0)

---
updated-dependencies:
- dependency-name: jsonrpsee-proc-macros
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 8, 2021

The following labels could not be found: A2-insubstantial, B0-silent, C1-low.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 13, 2021

Superseded by #14.

@dependabot dependabot Bot closed this Jul 13, 2021
@dependabot dependabot Bot deleted the dependabot/cargo/jsonrpsee-proc-macros-0.2.0 branch July 13, 2021 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants