Actix Web Versions Save

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

web-v4.5.1

3 months ago

Fixed

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

actors-v4.3.0

3 months ago
  • Minimum supported Rust version (MSRV) is now 1.68 due to transitive time dependency.

test-v0.1.3

3 months ago
  • Add TestServerConfig::rustls_0_22() method for Rustls v0.22 support behind new rustls-0_22 crate feature.

web-v4.5.0

3 months ago

Added

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

awc-v3.4.0

3 months ago
  • Add rustls-0_22-webpki-roots and rustls-0_22-native-roots crate feature.
  • Add awc::Connector::rustls_0_22() method.

http-test-v3.2.0

3 months ago
  • Minimum supported Rust version (MSRV) is now 1.68 due to transitive time dependency.

http-v3.6.0

3 months ago

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.

files-v0.6.5

3 months ago
  • Fix handling of special characters in filenames.

files-v0.6.4

4 months ago
  • Fix handling of newlines in filenames.
  • Minimum supported Rust version (MSRV) is now 1.68 due to transitive time dependency.

http-v3.5.1

4 months ago

Fixed

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