Releases: actix/actix-web
Releases · actix/actix-web
actix-http: v3.6.0
Added
- Add
rustls-0_22crate feature. - Add
{h1::H1Service, h2::H2Service, HttpService}::rustls_0_22()andHttpService::rustls_0_22_with_config()service constructors. - Implement
From<&HeaderMap>forhttp::HeaderMap.
actix-http-test: v3.2.0
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive
timedependency.
awc: v3.4.0
- Add
rustls-0_22-webpki-rootsandrustls-0_22-native-rootscrate feature. - Add
awc::Connector::rustls_0_22()method.
actix-web-actors: v4.3.0
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive
timedependency.
actix-files: v0.6.5
- Fix handling of special characters in filenames.
actix-files: v0.6.4
- Fix handling of newlines in filenames.
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive
timedependency.
actix-http: v3.5.1
Fixed
- Prevent hang when returning zero-sized response bodies through compression layer.
actix-router: v0.5.2
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive
timedependency.
actix-web: v4.4.1
Changed
- Updated
zstddependency to0.13. - Compression middleware now prefers brotli over zstd over gzip.
Fixed
- Fix validation of
Jsonextractor whenJsonConfig::validate_content_type()is set to false.
actix-http: v3.5.0
Added
- Implement
From<HeaderMap>forhttp::HeaderMap.
Changed
- Updated
zstddependency to0.13.
Fixed
- Prevent compression of zero-sized response bodies.