chore(deps): update rust crate jsonrpsee-types to 0.24 #204
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.23
->0.24
Release Notes
paritytech/jsonrpsee (jsonrpsee-types)
v0.24.7
Compare Source
This is a patch release that mainly fixes the tower::Service implementation to be generic over the HttpBody to work with all middleware layers.
For instance, this makes
tower_http::compression::CompressionLayer
work, which didn't compile before.[Added]
max_concurrent_requests
(#1473)[Fixed]
Thanks to the external contributor @hanabi1224 who contributed to this release.
v0.24.6
Compare Source
This is a bug-fix release that fixes that the
ConnectionGuard
was dropped before the future was resolved which,could lead to that HTTP calls were not counted correctly in the
ConnectionGuard
. This impacts only the server.[Fixed]
v0.24.5
Compare Source
This is a patch release that mainly fixes a compilation issue for the server because the feature
tower/util
was not enabled.[Fixed]
[Changed]
http method_not_allowed
message (#1452)v0.24.4
Compare Source
This is non-breaking release that changes the error variants to be
thiserror(transparent)
for wrapped errors and adds ConnectionGuard tothe extensions to make it possible to get the number of active connections.
[Added]
[Fixed]
v0.24.3
Compare Source
This is a small release that adds two new APIs to inject data via the extensions to the
RpcModule/Methods
and it only impacts users that are using RpcModule directly via
Methods::call/subscribe/raw_json_request
(e.g., unit testing) and not the server itself.[Added]
Methods::extensions/extensions_mut
(#1440)v0.24.2
Compare Source
Another small release that fixes:
[Fixed]
Thanks to the external contributor @DaniPopes who contributed to this release.
v0.24.1
Compare Source
This is a small release that forces jsonrpsee
rustls
to use the crypto backend ring which may panic if bothring
andaws-lc
features are enabled.See https://github.com/rustls/rustls/issues/1877 for further information.
This has no impact on the default configuration of jsonrpsee which was already using
ring
as the default.[Changed]
[Fixed]
v0.24.0
Compare Source
A breaking release that mainly changes:
tls
feature for the client has been divided intotls
andtls-platform-verifier
where thetls
featurewill only include
rustls
and no specific certificate store but the default one is stilltls-rustls-platform-verifier
.This is useful if one wants to avoid bring on openssl dependencies.
anyhow
andbeef
from the codebase.[Changed]
id
inResponse
beforeresult
/error
fields (#1421)tls
intotls
andtls-rustls-platform-verifier
features (#1419)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.