Skip to content

Releases: actix/actix-web

actix-multipart-derive: v0.6.1

29 Aug 00:19
b422745

Choose a tag to compare

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

actix-http: v3.4.0

29 Aug 00:56
e6636f1

Choose a tag to compare

Added

  • Add rustls-0_20 crate feature.
  • Add {h1::H1Service, h2::H2Service, HttpService}::rustls_021() and HttpService::rustls_021_with_config() service constructors.
  • Add body::to_bytes_limited() function.
  • Add body::BodyLimitExceeded error type.

Changed

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

actix-web-codegen: v4.2.2

29 Aug 20:28
76f6106

Choose a tag to compare

  • Fix regression when declaring wrap attribute using an expression.

actix-web-codegen: v4.2.1

29 Aug 00:47
a12d39c

Choose a tag to compare

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

awc: v3.2.0

29 Aug 00:57
e6636f1

Choose a tag to compare

  • Add awc::Connector::rustls_021() method for Rustls v0.21 support behind new rustls-0_21 crate feature.
  • Add rustls-0_20 crate feature, which the existing rustls feature now aliases.
  • Minimum supported Rust version (MSRV) is now 1.68 due to transitive time dependency.

actix-http: v3.3.1

02 Mar 17:09
e0939a0

Choose a tag to compare

Fixed

  • Use correct http version requirement to ensure support for const HeaderName definitions.

actix-web: v4.3.1

26 Feb 03:44
e35ec28

Choose a tag to compare

  • Add support for custom methods with the #[route] macro. #2969

actix-test: v0.1.1

26 Feb 14:21
129b78f

Choose a tag to compare

  • Add TestServerConfig::port() setter method.
  • Minimum supported Rust version (MSRV) is now 1.59 due to transitive time dependency.

actix-multipart: v0.6.0

26 Feb 21:54
d77bcb0

Choose a tag to compare

  • Added MultipartForm typed data extractor. #2883

actix-multipart-derive: v0.6.0

26 Feb 21:54
d77bcb0

Choose a tag to compare

  • Add MultipartForm derive macro.