Skip to content

Commit 9fa3f01

Browse files
authored
chore: release v0.24.7 (#1476)
1 parent fa5b1ce commit 9fa3f01

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
1010
For 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

1722
This is a bug-fix release that fixes that the `ConnectionGuard` was dropped before the future was resolved which,

0 commit comments

Comments
 (0)