Skip to content

Releases: actix/actix-web

actix-web: v4.5.1

04 Feb 01:37
2b8c528
Compare
Choose a tag to compare

Fixed

  • Fix missing import when using enabling Rustls v0.22 support.

actix-web: v4.5.0

04 Feb 01:17
59bc85f
Compare
Choose a tag to compare

Added

  • Add rustls-0_22 crate feature.
  • Add HttpServer::{bind_rustls_0_22, listen_rustls_0_22}() builder methods.

actix-test: v0.1.3

04 Feb 01:18
59bc85f
Compare
Choose a tag to compare
  • Add TestServerConfig::rustls_0_22() method for Rustls v0.22 support behind new rustls-0_22 crate feature.

actix-http: v3.6.0

04 Feb 01:17
59bc85f
Compare
Choose a tag to compare

Added

  • Add rustls-0_22 crate feature.
  • Add {h1::H1Service, h2::H2Service, HttpService}::rustls_0_22() and HttpService::rustls_0_22_with_config() service constructors.
  • Implement From<&HeaderMap> for http::HeaderMap.

actix-http-test: v3.2.0

04 Feb 01:17
59bc85f
Compare
Choose a tag to compare
  • Minimum supported Rust version (MSRV) is now 1.68 due to transitive time dependency.

awc: v3.4.0

04 Feb 01:17
59bc85f
Compare
Choose a tag to compare
  • Add rustls-0_22-webpki-roots and rustls-0_22-native-roots crate feature.
  • Add awc::Connector::rustls_0_22() method.

actix-web-actors: v4.3.0

04 Feb 01:18
59bc85f
Compare
Choose a tag to compare
  • Minimum supported Rust version (MSRV) is now 1.68 due to transitive time dependency.

actix-files: v0.6.5

10 Jan 04:23
08a9c66
Compare
Choose a tag to compare
  • Fix handling of special characters in filenames.

actix-files: v0.6.4

06 Jan 10:20
46dde69
Compare
Choose a tag to compare
  • 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

25 Dec 02:31
f4f459d
Compare
Choose a tag to compare

Fixed

  • Prevent hang when returning zero-sized response bodies through compression layer.