Skip to content

Releases: actix/actix-web

actix-http: v3.6.0

04 Feb 01:17
59bc85f

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

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

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

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

Choose a tag to compare

  • Fix handling of special characters in filenames.

actix-files: v0.6.4

06 Jan 10:20
46dde69

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

Choose a tag to compare

Fixed

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

actix-router: v0.5.2

24 Dec 16:48
f4851b3

Choose a tag to compare

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

actix-web: v4.4.1

24 Dec 16:44
68597b5

Choose a tag to compare

Changed

  • Updated zstd dependency to 0.13.
  • Compression middleware now prefers brotli over zstd over gzip.

Fixed

  • Fix validation of Json extractor when JsonConfig::validate_content_type() is set to false.

actix-http: v3.5.0

24 Dec 16:44
68597b5

Choose a tag to compare

Added

  • Implement From<HeaderMap> for http::HeaderMap.

Changed

  • Updated zstd dependency to 0.13.

Fixed

  • Prevent compression of zero-sized response bodies.