Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/jsonrpsee-proc-macros-0.3.0
Closed

Bump jsonrpsee-proc-macros from 0.2.0-alpha.2 to 0.3.0#6
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/jsonrpsee-proc-macros-0.3.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jul 12, 2021

Bumps jsonrpsee-proc-macros from 0.2.0-alpha.2 to 0.3.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)

v0.2.0-alpha.6

Patch release that fixes:

  • Race condition in RequestIdGuard
  • Make all AtomicIntegers SeqCst to be on the safe-side
  • Fix bad deserialization implementation of JSONRPC Error Object.
Changelog

Sourced from jsonrpsee-proc-macros's changelog.

[v0.3.0] – 2021-07-12

[changed] Module API refactor #412

[changed] Pass owned RpcParams to async methods #410

[changed] Re-work re-exported types for clarity and consistency #409

[changed] All requests time out #406

[changed] Streaming RpcParams parsing for optional arguments #401

[changed] Set allowed Host header values #399

[changed] Terminate already established ws connection(s) when the server is stopped #396

[added] Customizable JSON-RPC error codes via new enum variant on CallErrror #394

[changed] Unify a few types and more tests #389

[changed] Synchronization-less async connections in ws-server #388

[added] Server proc macros #387

[added] Add a way to stop servers #386

[changed] Refactor benchmarks to use Criterion's async bencher [paritytech#385]paritytech/jsonrpsee#385)

[added] Support RPC method aliases and make RpcModule be Clone [paritytech#383]paritytech/jsonrpsee#383)

[added] CORS support and use soketto v0.6 #375

[changed] Ws switch from sending TEXT instead of BINARY #374

[added] Benchmarks for async methods and subscriptions #372

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

... (truncated)

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.2 to 0.3.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.2...v0.3.0)

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

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

dependabot Bot commented on behalf of github Jul 12, 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 Sep 20, 2021

Superseded by #9.

@dependabot dependabot Bot closed this Sep 20, 2021
@dependabot dependabot Bot deleted the dependabot/cargo/jsonrpsee-proc-macros-0.3.0 branch September 20, 2021 22:40
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