2019-03-28 21:46:26 +01:00
# Changes
2023-08-29 00:44:35 +02:00
## Unreleased
2023-02-26 01:55:57 +01:00
2024-06-08 00:10:48 +02:00
- Add `#[scope]` macro.
2024-06-09 01:10:15 +02:00
- Add `compat-routing-macros-force-pub` crate feature which, on-by-default, which when disabled causes handlers to inherit their attached function's visibility.
2024-06-07 16:08:13 +02:00
- Prevent inclusion of default `actix-router` features.
2024-02-13 02:24:34 +01:00
- Minimum supported Rust version (MSRV) is now 1.72.
2024-02-07 04:47:30 +01:00
2023-08-29 22:27:36 +02:00
## 4.2.2
- Fix regression when declaring `wrap` attribute using an expression.
2023-08-29 02:19:56 +02:00
## 4.2.1
2023-07-20 11:49:01 +02:00
- Update `syn` dependency to `2` .
2023-08-01 20:33:32 +02:00
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependency.
2023-07-02 02:09:15 +02:00
2023-08-29 00:44:35 +02:00
## 4.2.0
2023-02-26 04:42:27 +01:00
2023-02-26 04:44:34 +01:00
- Add support for custom methods with the `#[route]` macro. [#2969]
2023-02-06 13:40:41 +01:00
[#2969]: https://github.com/actix/actix-web/pull/2969
2022-09-11 17:42:28 +02:00
2023-08-29 00:44:35 +02:00
## 4.1.0
2023-02-26 01:55:57 +01:00
2022-07-04 06:31:49 +02:00
- Add `#[routes]` macro to support multiple paths for one handler. [#2718]
2022-08-27 14:14:16 +02:00
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
2022-06-11 17:15:43 +02:00
2022-07-04 06:31:49 +02:00
[#2718]: https://github.com/actix/actix-web/pull/2718
2023-08-29 00:44:35 +02:00
## 4.0.1
2023-02-26 01:55:57 +01:00
2022-06-06 19:53:23 +02:00
- Fix support for guard paths in route handler macros. [#2771]
2022-06-11 05:03:26 +02:00
- Minimum supported Rust version (MSRV) is now 1.56 due to transitive `hashbrown` dependency.
2022-06-06 19:53:23 +02:00
2022-06-11 17:15:43 +02:00
[#2771]: https://github.com/actix/actix-web/pull/2771
2022-01-04 16:34:16 +01:00
2023-08-29 00:44:35 +02:00
## 4.0.0
2023-02-26 01:55:57 +01:00
2022-02-25 19:46:35 +01:00
- Version aligned with `actix-web` and will remain in sync going forward.
- No significant changes since `0.5.0` .
2023-08-29 00:44:35 +02:00
## 0.5.0
2022-02-25 19:46:35 +01:00
2023-02-26 01:55:57 +01:00
- No significant changes since `0.5.0-rc.2` .
2022-02-25 19:46:35 +01:00
2023-08-29 00:44:35 +02:00
## 0.5.0-rc.2
2022-02-01 01:12:42 +01:00
2023-02-26 01:55:57 +01:00
- No significant changes since `0.5.0-rc.1` .
2022-02-01 01:12:42 +01:00
2023-08-29 00:44:35 +02:00
## 0.5.0-rc.1
2021-10-20 23:32:05 +02:00
2023-02-26 01:55:57 +01:00
- Minimum supported Rust version (MSRV) is now 1.54.
2021-10-20 23:32:05 +02:00
2023-08-29 00:44:35 +02:00
## 0.5.0-beta.6
2021-12-11 01:33:31 +01:00
2023-02-26 01:55:57 +01:00
- No significant changes since `0.5.0-beta.5` .
2021-12-11 01:33:31 +01:00
2023-08-29 00:44:35 +02:00
## 0.5.0-beta.5
2023-02-26 01:55:57 +01:00
2021-12-22 09:21:30 +01:00
- Improve error recovery potential when macro input is invalid. [#2410]
- Add `#[actix_web::test]` macro for setting up tests with a runtime. [#2409]
- Minimum supported Rust version (MSRV) is now 1.52.
2021-10-14 19:06:31 +02:00
[#2410]: https://github.com/actix/actix-web/pull/2410
2021-10-19 18:30:32 +02:00
[#2409]: https://github.com/actix/actix-web/pull/2409
2021-09-09 02:35:41 +02:00
2023-08-29 00:44:35 +02:00
## 0.5.0-beta.4
2023-02-26 01:55:57 +01:00
2021-12-22 09:21:30 +01:00
- In routing macros, paths are now validated at compile time. [#2350]
- Minimum supported Rust version (MSRV) is now 1.51.
2021-08-30 22:50:40 +02:00
[#2350]: https://github.com/actix/actix-web/pull/2350
2021-03-10 00:27:38 +01:00
2023-08-29 00:44:35 +02:00
## 0.5.0-beta.3
2021-06-19 12:51:20 +02:00
2023-02-26 01:55:57 +01:00
- No notable changes.
2021-06-19 12:51:20 +02:00
2023-08-29 00:44:35 +02:00
## 0.5.0-beta.2
2023-02-26 01:55:57 +01:00
2021-12-22 09:21:30 +01:00
- Preserve doc comments when using route macros. [#2022]
- Add `name` attribute to `route` macro. [#1934]
2021-02-24 13:26:56 +01:00
[#2022]: https://github.com/actix/actix-web/pull/2022
2021-03-04 13:38:47 +01:00
[#1934]: https://github.com/actix/actix-web/pull/1934
2020-09-25 00:54:01 +02:00
2023-08-29 00:44:35 +02:00
## 0.5.0-beta.1
2021-02-10 13:45:46 +01:00
2023-02-26 01:55:57 +01:00
- Use new call signature for `System::new` .
2021-02-10 13:45:46 +01:00
2023-08-29 00:44:35 +02:00
## 0.4.0
2023-02-26 01:55:57 +01:00
2021-12-22 09:21:30 +01:00
- Added compile success and failure testing. [#1677]
- Add `route` macro for supporting multiple HTTP methods guards. [#1674]
2020-09-13 17:31:08 +02:00
[#1677]: https://github.com/actix/actix-web/pull/1677
2020-09-16 23:37:41 +02:00
[#1674]: https://github.com/actix/actix-web/pull/1674
2020-06-22 21:09:48 +02:00
2023-08-29 00:44:35 +02:00
## 0.3.0
2020-09-11 14:50:10 +02:00
2023-02-26 01:55:57 +01:00
- No significant changes from `0.3.0-beta.1` .
2020-09-11 14:50:10 +02:00
2023-08-29 00:44:35 +02:00
## 0.3.0-beta.1
2023-02-26 01:55:57 +01:00
2021-12-22 09:21:30 +01:00
- Add main entry-point macro that uses re-exported runtime. [#1559]
2020-07-15 01:44:44 +02:00
[#1559]: https://github.com/actix/actix-web/pull/1559
2020-06-22 21:09:48 +02:00
2023-08-29 00:44:35 +02:00
## 0.2.2
2023-02-26 01:55:57 +01:00
2021-12-22 09:21:30 +01:00
- Add resource middleware on actix-web-codegen [#1467]
2020-05-23 10:22:30 +02:00
[#1467]: https://github.com/actix/actix-web/pull/1467
2020-05-13 02:57:37 +02:00
2023-08-29 00:44:35 +02:00
## 0.2.1
2023-02-26 01:55:57 +01:00
2021-12-22 09:21:30 +01:00
- Add `#[allow(missing_docs)]` attribute to generated structs [#1368]
- Allow the handler function to be named as `config` [#1290]
2020-02-22 22:40:02 +01:00
[#1368]: https://github.com/actix/actix-web/issues/1368
[#1290]: https://github.com/actix/actix-web/issues/1290
2020-01-25 23:22:40 +01:00
2023-08-29 00:44:35 +02:00
## 0.2.0
2019-12-13 07:18:30 +01:00
2023-02-26 01:55:57 +01:00
- Generate code for actix-web 2.0
2019-10-14 17:34:17 +02:00
2023-08-29 00:44:35 +02:00
## 0.1.3
2023-02-26 01:55:57 +01:00
2021-12-22 09:21:30 +01:00
- Bump up `syn` & `quote` to 1.0
- Provide better error message
2019-10-14 17:34:17 +02:00
2023-08-29 00:44:35 +02:00
## 0.1.2
2019-06-04 18:33:43 +02:00
2023-02-26 01:55:57 +01:00
- Add macros for head, options, trace, connect and patch http methods
2019-06-01 13:21:22 +02:00
2023-08-29 00:44:35 +02:00
## 0.1.1
2019-06-01 13:21:22 +02:00
2023-02-26 01:55:57 +01:00
- Add syn "extra-traits" feature
2019-05-18 19:47:08 +02:00
2023-08-29 00:44:35 +02:00
## 0.1.0
2019-05-18 19:47:08 +02:00
2023-02-26 01:55:57 +01:00
- Release
2019-04-21 06:16:51 +02:00
2023-08-29 00:44:35 +02:00
## 0.1.0-beta.1
2019-04-21 06:16:51 +02:00
2023-02-26 01:55:57 +01:00
- Gen code for actix-web 1.0.0-beta.1
2019-04-14 17:09:32 +02:00
2023-08-29 00:44:35 +02:00
## 0.1.0-alpha.6
2019-04-14 17:09:32 +02:00
2023-02-26 01:55:57 +01:00
- Gen code for actix-web 1.0.0-alpha.6
2019-03-28 21:46:26 +01:00
2023-08-29 00:44:35 +02:00
## 0.1.0-alpha.1
2023-02-26 01:55:57 +01:00
2021-12-22 09:21:30 +01:00
- Initial impl