Releases: actix/actix-web
Releases · actix/actix-web
awc: v3.8.1
- Fix a bug where
GO_AWAYerrors did not stop connections from returning to the pool.
actix-files: v0.6.8
- Add
Files::with_permanent_redirect()method. - Change default redirect status code to 307 Temporary Redirect.
awc: v3.8.0
- Add
hickory-dnscrate feature (off-by-default). - The
trust-dnscrate feature now delegates DNS resolution tohickory-dns.
actix-files: v0.6.7
- Add
{Files, NamedFile}::read_mode_threshold()methods to allow faster synchronous reads of small files. - Minimum supported Rust version (MSRV) is now 1.75.
actix-http: v3.11.1
- Prevent more hangs after client disconnects.
- More malformed WebSocket frames are now gracefully rejected.
- Using
TestRequest::set_payload()now sets a Content-Length header.
actix-web: v4.11.0
- Add
Logger::log_level()method. - Improve handling of non-UTF-8 header values in
Loggermiddleware. - Add
HttpServer::shutdown_signal()method. - Mark
HttpServeras#[must_use]. - Allow SVG images to be compressed by the
Compressmiddleware. - Ignore
Hostheader inHostguard when connection protocol is HTTP/2. - Re-export
mimedependency. - Update
brotlidependency to8.
actix-http: v3.11.0
- Update
brotlidependency to8.
awc: v3.7.0
- Update
brotlidependency to8.
actix-web: v4.10.2
- No significant changes since
4.10.1.
actix-web: v4.10.1
- No significant changes since
4.10.0.