chore(deps): update rust crate jsonrpsee-types to 0.24 - autoclosed#204
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update rust crate jsonrpsee-types to 0.24 - autoclosed#204renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
5af9ee9 to
5ed6da8
Compare
7befe1a to
1925715
Compare
533d5a8 to
2749d00
Compare
0977303 to
e0bb092
Compare
1e962a3 to
19c9d0d
Compare
5babc39 to
3e084d1
Compare
3e084d1 to
1fceb7d
Compare
1fceb7d to
519c9e3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.24Release Notes
paritytech/jsonrpsee (jsonrpsee-types)
v0.24.7Compare 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::CompressionLayerwork, which didn't compile before.[Added]
max_concurrent_requests(#1473)[Fixed]
Thanks to the external contributor @hanabi1224 who contributed to this release.
v0.24.6Compare Source
This is a bug-fix release that fixes that the
ConnectionGuardwas 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.5Compare Source
This is a patch release that mainly fixes a compilation issue for the server because the feature
tower/utilwas not enabled.[Fixed]
[Changed]
http method_not_allowedmessage (#1452)v0.24.4Compare 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.3Compare Source
This is a small release that adds two new APIs to inject data via the extensions to the
RpcModule/Methodsand 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.2Compare Source
Another small release that fixes:
[Fixed]
Thanks to the external contributor @DaniPopes who contributed to this release.
v0.24.1Compare Source
This is a small release that forces jsonrpsee
rustlsto use the crypto backend ring which may panic if bothringandaws-lcfeatures 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
ringas the default.[Changed]
[Fixed]
v0.24.0Compare Source
A breaking release that mainly changes:
tlsfeature for the client has been divided intotlsandtls-platform-verifierwhere thetlsfeaturewill only include
rustlsand 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.
anyhowandbeeffrom the codebase.[Changed]
idinResponsebeforeresult/errorfields (#1421)tlsintotlsandtls-rustls-platform-verifierfeatures (#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.