Skip to content

v0.24.7

Latest
Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 16 Oct 16:31
· 8 commits to master since this release
v0.24.7
9fa3f01

[v0.24.7] - 2024-10-16

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)

[Fixed]

  • fix(server): make tower::Service impl generic over HttpBody (#1475)

New Contributors

Full Changelog: v0.24.6...v0.24.7