File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,19 @@ The format is based on [Keep a Changelog].
44
55[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
66
7- ## [ v0.24.7]
7+ ## [ v0.24.7] - 2024-10-16
88
9- This is a bug-fix release that fixes the tower::Service implementation to be generic over the HttpBody to work with all middleware layers.
9+ This is a patch release that mainly fixes the tower::Service implementation to be generic over the HttpBody to work with all middleware layers.
1010For instance, this makes ` tower_http::compression::CompressionLayer ` work, which didn't compile before.
1111
12+ ### [ Added]
13+ - http client: add ` max_concurrent_requests ` ([ #1473 ] ( https://github.com/paritytech/jsonrpsee/pull/1473 ) )
14+
1215### [ Fixed]
1316- fix(server): make tower::Service impl generic over HttpBody ([ #1475 ] ( https://github.com/paritytech/jsonrpsee/pull/1475 ) )
1417
18+ Thanks to the external contributor [ @hanabi1224 ] ( https://github.com/hanabi1224 ) who contributed to this release.
19+
1520## [ v0.24.6] - 2024-10-07
1621
1722This is a bug-fix release that fixes that the ` ConnectionGuard ` was dropped before the future was resolved which,
You can’t perform that action at this time.
0 commit comments