Bump jsonrpsee from 0.16.2 to 0.19.0
Bumps jsonrpsee from 0.16.2 to 0.19.0.
Release notes
Sourced from jsonrpsee's releases.
V0.19.0
Fixed
- Fixed connections processing await on server shutdown (#1153)
- fix: include error code in RpcLogger (#1135)
- fix: downgrade more logs to
debug(#1127)- fix(server): remove
MethodSinkPermitto fix backpressure issue on concurrent subscriptions (#1126)- fix readme links (#1152)
Changed
- server: downgrade connection logs to debug (#1123)
- refactor(server): make
Server::startinfallible and addfn builder()(#1137)v0.18.2
This release improves error message for
too big batch responseand exposes theBatchRequestConfig typein order to make it possible to useServerBuilder::set_batch_request_configFixed
v0.18.1
This release fixes a couple bugs and improves the ergonomics for the HTTP client when no tower middleware is enabled.
Changed
- http client: add default generic param for the backend (#1099)
Fixed
- rpc module: fix race in subscription close callback (#1098)
- client: add missing batch request tracing span (#1097)
- ws server: don't wait for graceful shutdown when connection already closed (#1103)
v0.18.0
[v0.18.0] - 2023-04-21
This is a breaking release that removes the
CallErrorwhich was used to represent a JSON-RPC error object that could happen during JSON-RPC method call and one could assign application specific error code, message and data in a specific implementation.Previously jsonrpsee provided
CallErrorthat could be converted to/fromjsonrpsee::core::Errorand in some scenarios the error code was automatically assigned by jsonrpsee. After jsonrpsee added support for custom error types theCallErrordoesn't provide any benefit because one has to implementInto<ErrorObjectOwned>on the error type anyway.Thus,
jsonrpsee::core::Errorcan't be used in the proc macro API anymore and the type aliasRpcResulthas been modified toResult<(), ErrorObjectOwned>instead.Before it was possible to do:
... (truncated)
Changelog
Sourced from jsonrpsee's changelog.
[v0.19.0] - 2023-07-20
[Fixed]
- Fixed connections processing await on server shutdown (#1153)
- fix: include error code in RpcLogger (#1135)
- fix: downgrade more logs to
debug(#1127)- fix(server): remove
MethodSinkPermitto fix backpressure issue on concurrent subscriptions (#1126)- fix readme links (#1152)
[Changed]
- server: downgrade connection logs to debug (#1123)
- refactor(server): make
Server::startinfallible and addfn builder()(#1137)[v0.18.2] - 2023-05-10
This release improves error message for
too big batch responseand exposes theBatchRequestConfig typein order to make it possible to useServerBuilder::set_batch_request_config[Fixed]
[v0.18.1] - 2023-04-26
This release fixes a couple bugs and improves the ergonomics for the HTTP client when no tower middleware is enabled.
[Changed]
- http client: add default generic param for the backend (#1099)
[Fixed]
- rpc module: fix race in subscription close callback (#1098)
- client: add missing batch request tracing span (#1097)
- ws server: don't wait for graceful shutdown when connection already closed (#1103)
[v0.18.0] - 2023-04-21
This is a breaking release that removes the
CallErrorwhich was used to represent a JSON-RPC error object that could happen during JSON-RPC method call and one could assign application specific error code, message and data in a specific implementation.Previously jsonrpsee provided
CallErrorthat could be converted to/fromjsonrpsee::core::Errorand in some scenarios the error code was automatically assigned by jsonrpsee. After jsonrpsee added support for custom error types theCallErrordoesn't provide any benefit because one has to implementInto<ErrorObjectOwned>on the error type anyway.
... (truncated)
Commits
96c035cchore: Release v0.19.0 (#1155)fa8132aci-unified with rust 1.71.0 (#1156)ea0321echore(deps): update webpki-roots requirement from 0.23 to 0.24 (#1149)f7469b9Fixed connections processing await on server shutdown (#1153)9c8f36cfix readme links (#1152)3628ba1added uptest new rust lib (#1151)bdd1213chore(deps): bump Swatinem/rust-cache from 2.5.0 to 2.5.1 (#1147)35defc5chore(deps): bump Swatinem/rust-cache from 2.4.0 to 2.5.0 (#1143)c2c05c7chore(deps): update gloo-net requirement from 0.2.6 to 0.3.0 (#1144)5ae1083chore(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#1141)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
The CI pipeline was cancelled due to failure one of the required jobs. Job name: test-linux-stable Logs: https://gitlab.parity.io/parity/mirrors/cumulus/-/jobs/3432468