actix-web Releases
165 releases of actix/actix-web
- multipart-derive-v0.6.1actix-multipart-derive: v0.6.1
Minimal release notes: "- Update `syn` dependency to `2`. - Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependen"
Aug 29, 2023
- http-v3.3.1actix-http: v3.3.1
Minimal release notes: "### Fixed - Use correct `http` version requirement to ensure support for const `HeaderName` definitions."
Mar 2, 2023
- multipart-v0.6.0actix-multipart: v0.6.0
Minimal release notes: "- Added `MultipartForm` typed data extractor. [#2883] [#2883]: https://github.com/actix/actix-web/pull/2883"
Feb 26, 2023
- multipart-derive-v0.6.0actix-multipart-derive: v0.6.0
Feb 26, 2023
- test-v0.1.1actix-test: v0.1.1
Minimal release notes: "- Add `TestServerConfig::port()` setter method. - Minimum supported Rust version (MSRV) is now 1.59 due to transitive `"
Feb 26, 2023
- web-v4.3.1actix-web: v4.3.1
Minimal release notes: "- Add support for custom methods with the `#[route]` macro. [#2969] [#2969]: https://github.com/actix/actix-web/pull/"
Feb 26, 2023
- codegen-v4.2.0actix-web-codegen: v4.2.0
Minimal release notes: "- Add support for custom methods with the `#[route]` macro. [#2969] [#2969]: https://github.com/actix/actix-web/pull/"
Feb 26, 2023
- awc-v3.1.1awc: v3.1.1
Minimal release notes: "### Changed - `client::Connect` is now public to allow tunneling connection with `client::Connector`."
Feb 26, 2023
- multipart-v0.5.0actix-multipart: v0.5.0
This release updates the Minimum Supported Rust Version (MSRV) to 1.59 and modifies the return type of `Field::content_type()` to `Option<&mime::Mime>`.
Jan 21, 2023
- files-v0.6.3actix-files: v0.6.3
This release updates the Minimum Supported Rust Version (MSRV) to 1.59 and changes the Content-Disposition header for XHTML files to 'inline'.
Jan 21, 2023
- http-test-v3.1.0actix-http-test: v3.1.0
Minimal release notes: "- Minimum supported Rust version (MSRV) is now 1.59."
Jan 21, 2023
- actors-v4.2.0actix-web-actors: v4.2.0
Minimal release notes: "- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency."
Jan 21, 2023
- web-v4.3.0actix-web: v4.3.0
This release introduces convenience constructors for content disposition, a rudimentary redirection service, and fallible testing helpers. It also adds new middleware and guard functionalities.
Jan 21, 2023
- awc-v3.1.0awc: v3.1.0
Minimal release notes: "### Changed - Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency."
Jan 21, 2023
- http-v3.3.0actix-http: v3.3.0
This release focuses on HTTP/2 compatibility improvements, performance optimizations for Extensions, and the addition of new header name constants. It also fixes a bug regarding HTTP/2 HEAD responses.
Jan 21, 2023
- router-v0.5.1actix-router: v0.5.1
This is a maintenance release that fixes a typo in the deserializer implementation and updates the Minimum Supported Rust Version (MSRV) to 1.59.
Sep 19, 2022
- web-v4.2.1actix-web: v4.2.1
Minimal release notes: "### Fixed - Bump minimum version of `actix-http` dependency to fix compatibility issue. [#2871] [#2871]: https://git"
Sep 12, 2022
- web-v4.2.0actix-web: v4.2.0
This release introduces a macro for defining multiple paths on a single handler and adds getter methods for `ServiceRequest`. It also adds configuration options for TLS handshake timeouts.
Sep 11, 2022
- codegen-v4.1.0actix-web-codegen: v4.1.0
This release adds the `#[routes]` macro introduced in web-v4.2.0 and updates the Minimum Supported Rust Version (MSRV) to 1.59.
Sep 11, 2022
- http-v3.2.2actix-http: v3.2.2
This release updates the Minimum Supported Rust Version (MSRV) to 1.59 and fixes a critical bug where the dispatcher could get stuck while back-pressuring I/O.
Sep 11, 2022