Skip to content

Commit

Permalink
chore: release v0.24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Oct 16, 2024
1 parent fa5b1ce commit 1176eb4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [v0.24.7]
## [v0.24.7] - 2024-10-16

This is a bug-fix release that fixes the tower::Service implementation to be generic over the HttpBody to work with all middleware layers.
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]
- http client: add `max_concurrent_requests` ([#1473](https://github.com/paritytech/jsonrpsee/pull/1473))

### [Fixed]
- fix(server): make tower::Service impl generic over HttpBody ([#1475](https://github.com/paritytech/jsonrpsee/pull/1475))

Thanks to the external contributor [@hanabi1224](https://github.com/hanabi1224) who contributed to this release.

## [v0.24.6] - 2024-10-07

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

0 comments on commit 1176eb4

Please sign in to comment.