awc-v3.6.0

actix/actix-webawc-v3.6.0Mar 10, 2025by robjtede

AI Summary

Fixes connection pool panics on shutdown and modifies HTTP/2 header behavior.

Key Highlights

  • Prevent panics on connection pool drop when Tokio runtime is shutdown early
  • Do not send `Host` header on HTTP/2 requests
  • Update `brotli` dependency to version 7
  • Minimum supported Rust version (MSRV) is now 1.75

Breaking Changes

  • Minimum supported Rust version (MSRV) is now 1.75
  • Host header no longer sent on HTTP/2 requests

Full Release Notes

- Prevent panics on connection pool drop when Tokio runtime is shutdown early.
- Do not send `Host` header on HTTP/2 requests, as it is not required, and some web servers may reject it.
- Update `brotli` dependency to `7`.
- Minimum supported Rust version (MSRV) is now 1.75.