Releases: actix/actix-web
Releases · actix/actix-web
actix-web: v4.5.1
Fixed
- Fix missing import when using enabling Rustls v0.22 support.
actix-web: v4.5.0
Added
- Add
rustls-0_22
crate feature. - Add
HttpServer::{bind_rustls_0_22, listen_rustls_0_22}()
builder methods.
actix-test: v0.1.3
- Add
TestServerConfig::rustls_0_22()
method for Rustls v0.22 support behind newrustls-0_22
crate feature.
actix-http: v3.6.0
Added
- Add
rustls-0_22
crate 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
time
dependency.
awc: v3.4.0
- Add
rustls-0_22-webpki-roots
andrustls-0_22-native-roots
crate 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
time
dependency.
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
time
dependency.
actix-http: v3.5.1
Fixed
- Prevent hang when returning zero-sized response bodies through compression layer.