Actix Web Versions Save

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

multipart-v0.6.1

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

multipart-derive-v0.6.1

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

http-v3.3.1

1 year ago

Fixed

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

multipart-v0.6.0

1 year ago
  • Added MultipartForm typed data extractor. #2883

multipart-derive-v0.6.0

1 year ago
  • Add MultipartForm derive macro.

test-v0.1.1

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

web-v4.3.1

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

codegen-v4.2.0

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

awc-v3.1.1

1 year ago

Changed

  • client::Connect is now public to allow tunneling connection with client::Connector.

multipart-v0.5.0

1 year ago
  • Minimum supported Rust version (MSRV) is now 1.59 due to transitive time dependency.
  • Field::content_type() now returns Option<&mime::Mime> #2885