Skip to content

Bump jsonrpsee-proc-macros from 0.2.0 to 0.4.1#11

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

Bump jsonrpsee-proc-macros from 0.2.0 to 0.4.1#11
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/jsonrpsee-proc-macros-0.4.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 15, 2021

Bumps jsonrpsee-proc-macros from 0.2.0 to 0.4.1.

Release notes

Sourced from jsonrpsee-proc-macros's releases.

v0.4.1

The v0.4.1 release is a bug fix.

[Fixed]

  • fix: nit in ServerBuilder::custom_tokio_runtime #512

v0.4.0

The v0.4 release is a breaking change.

[Added]

  • Document resource limiting (#510)
  • Resource limiting #500
  • Support http redirects when doing the ws handshake #397
  • Add convenience rpc_params macro to build params in http and ws clients #498
  • Method alias attribute for proc macros #442
  • Add benchmarks for concurrent connections #430
  • Support generic type params in the proc macro #436

[Changed]

  • use tokio::spawn internally in HttpServer::start and return StopHandle #402
  • remove ParamsSer::NoParams #501
  • http server uses similar API for host and origin filtering as WS #473
  • SubscriptionClosed errors carry more information #504
  • Improve feature configuration for faster builds and leaner build artifacts #494
  • Unbox async futures #495
  • WS clients default subscription buffer set to 1024 items #475
  • Re-export v2 submodules #469
  • Replace internal array_impl macro with const generics #470
  • Rename and reorganize many public types #462
  • Export acl types #466
  • Propagate cause of InvalidParams #463
  • Reject overflowing connection with status code 429 #456
  • Test helper for calling and converting types to JSON-RPC params #458
  • Make it possible to treat empty JSON response as no params #446
  • Methods generated by the proc macro return Result #435
  • Concurrent polling on async methods #424
  • Sniff the first byte to glean if the incoming request is a single or batch request #419
  • Upgrade hyper to ^0.14.10 #427
  • Proc macro params optimizations and tests. #421

[Fixed]

  • Proc macro Argument parsing should permit commas inside angle brackets #509
  • Fix http client bench with request limit #506
  • Fixed flaky test on windows #491

... (truncated)

Changelog

Sourced from jsonrpsee-proc-macros's changelog.

[v0.4.1] – 2021-10-12

The v0.4.1 release is a bug fix.

[Fixed]

  • fix: nit in ServerBuilder::custom_tokio_runtime #512

[v0.4.0] – 2021-10-12

The v0.4 release is a breaking change.

[Added]

  • Document resource limiting (#510)

  • Resource limiting #500

  • Support http redirects when doing the ws handshake #397

  • Add convenience rpc_params macro to build params in http and ws clients #498

  • Method alias attribute for proc macros #442

  • Add benchmarks for concurrent connections #430

  • Support generic type params in the proc macro #436

[Changed]

  • use tokio::spawn internally in HttpServer::start and return StopHandle #402

  • remove ParamsSer::NoParams #501

  • http server uses similar API for host and origin filtering as WS #473

  • SubscriptionClosed errors carry more information #504

  • Improve feature configuration for faster builds and leaner build artifacts #494

  • Unbox async futures #495

  • WS clients default subscription buffer set to 1024 items #475

  • Re-export v2 submodules #469

  • Replace internal array_impl macro with const generics #470

  • Rename and reorganize many public types #462

... (truncated)

Commits
  • 2891ca1 chore(release 0.4.1) (#513)
  • 07df2f8 fix super nit in ServerBuilder (#512)
  • f949d9b chore(release 0.4.0) (#511)
  • 75045f4 Document resource limiting (#510)
  • 6fb61dc [http server]: use tokio::spawn internally in HttpServer::start and return ...
  • 03e72bf Proc macro Argument parsing should permit commas inside angle brackets (#509)
  • d2f7803 ParamsSer::NoParams no more (#508)
  • 7a9ebc9 [http server]: use similar API for host and origin filtering as WS (#473)
  • b3e4297 remove ParamsSer::NoParams (#501)
  • 36bdb85 improve SubscriptionClosed error (#504)
  • Additional commits viewable in compare view

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 to 0.4.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...v0.4.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
Author

dependabot bot commented on behalf of github Oct 15, 2021

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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 26, 2021

Superseded by #14.

@dependabot dependabot bot closed this Nov 26, 2021
@dependabot dependabot bot deleted the dependabot/cargo/jsonrpsee-proc-macros-0.4.1 branch November 26, 2021 08:52
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