mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
ba88d3b4bf
* prepare actix-router release 0.5.0-beta.2 * prepare actix-web-codegen release 0.5.0-beta.4 * prepare actix-http release 3.0.0-beta.10 * prepare awc release 3.0.0-beta.8 * prepare actix-web release 4.0.0-beta.9 * prepare actix-http-test release 3.0.0-beta.6 * prepare actix-test release 0.1.0-beta.4 * prepare actix-files release 0.6.0-beta.7 * prepare actix-multipart release 0.4.0-beta.6 * prepare actix-web-actors release 4.0.0-beta.7 * fix http test version * re-add patch * update router repo url * fix http test readme version
2.0 KiB
2.0 KiB
Changes
Unreleased - 2021-xx-xx
0.5.0-beta.4 - 2021-09-09
- In routing macros, paths are now validated at compile time. #2350
- Minimum supported Rust version (MSRV) is now 1.51.
0.5.0-beta.3 - 2021-06-17
- No notable changes.
0.5.0-beta.2 - 2021-03-09
0.5.0-beta.1 - 2021-02-10
- Use new call signature for
System::new
.
0.4.0 - 2020-09-20
- Added compile success and failure testing. #1677
- Add
route
macro for supporting multiple HTTP methods guards. #1674
0.3.0 - 2020-09-11
- No significant changes from
0.3.0-beta.1
.
0.3.0-beta.1 - 2020-07-14
- Add main entry-point macro that uses re-exported runtime. #1559
0.2.2 - 2020-05-23
- Add resource middleware on actix-web-codegen #1467
0.2.1 - 2020-02-25
- Add
#[allow(missing_docs)]
attribute to generated structs #1368 - Allow the handler function to be named as
config
#1290
0.2.0 - 2019-12-13
- Generate code for actix-web 2.0
0.1.3 - 2019-10-14
- Bump up
syn
"e
to 1.0 - Provide better error message
0.1.2 - 2019-06-04
- Add macros for head, options, trace, connect and patch http methods
0.1.1 - 2019-06-01
- Add syn "extra-traits" feature
0.1.0 - 2019-05-18
- Release
0.1.0-beta.1 - 2019-04-20
- Gen code for actix-web 1.0.0-beta.1
0.1.0-alpha.6 - 2019-04-14
- Gen code for actix-web 1.0.0-alpha.6
0.1.0-alpha.1 - 2019-03-28
- Initial impl