codegen-v4.1.0
actix/actix-webcodegen-v4.1.0Sep 11, 2022by robjtede
AI Summary
This release adds the `#[routes]` macro introduced in web-v4.2.0 and updates the Minimum Supported Rust Version (MSRV) to 1.59.
Key Highlights
- Added `#[routes]` macro to support multiple paths for one handler
- Minimum supported Rust version (MSRV) is now 1.59
New Features
- #[routes] macro
Full Release Notes
- Add `#[routes]` macro to support multiple paths for one handler. [#2718] - Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. [#2718]: https://github.com/actix/actix-web/pull/2718