Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Sep 20, 2021

Bumps jsonrpsee-proc-macros from 0.2.0-alpha.2 to 0.3.1.

Release notes

Sourced from jsonrpsee-proc-macros's releases.

v0.3.1

Patch release that fixes:

  • [ws-client]: Increase default buffer size for subscriptions to 1024 #475
  • [ws-client]: Use query part of the URL #429

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

---
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 Sep 20, 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 Oct 13, 2021

Superseded by #11.

@dependabot dependabot Bot closed this Oct 13, 2021
@dependabot dependabot Bot deleted the dependabot/cargo/jsonrpsee-proc-macros-0.3.1 branch October 13, 2021 22:37
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