File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " aide-macros"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
authors = [" tamasfe" ]
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 0.14.0
4
4
5
+ - ** breaking:** Upgrade ` axum ` to ` 0.8 ` ([ #168 ] )
5
6
- ** breaking:** Rename ` gen ` module to ` generate ` ,
6
7
because ` gen ` is going to be a keyword in Rust 2024 ([ #174 ] )
7
-
8
+ - ** breaking:** Replace ` axum-wasm ` feature with inverted ` axum-tokio `
9
+ Cargo feature ([ #170 ] )
10
+ - ** breaking:** Put axum extractor impls behind more fine-grained
11
+ Cargo features, see ` Cargo.toml ` or the docs.rs feature flags page
12
+ for a full list ([ #170 ] )
13
+ - ** breaking:** Drop ` serde_qs ` , ` jwt-authorizer ` features, please
14
+ open an issue if you were relying on one of these ([ #170 ] )
15
+ - ** fixed:** Remove trailing / from some nested paths ([ #150 ] )
16
+ - ** added:** ` [api_]route_with_tsr[_and] ` methods to ` ApiRouter ` ,
17
+ gated behind the ` axum-extra ` Cargo feature ([ #139 ] )
18
+
19
+ [ #139 ] : https://github.com/tamasfe/aide/pull/139
20
+ [ #150 ] : https://github.com/tamasfe/aide/pull/150
21
+ [ #168 ] : https://github.com/tamasfe/aide/pull/168
22
+ [ #170 ] : https://github.com/tamasfe/aide/pull/170
8
23
[ #174 ] : https://github.com/tamasfe/aide/pull/174
9
24
10
25
## 0.13.5
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ serde = { version = "1.0.144", features = ["derive"] }
16
16
serde_json = " 1"
17
17
thiserror = " 2.0"
18
18
tracing = " 0.1"
19
- aide-macros = { version = " 0.7 .0" , path = " ../aide-macros" , optional = true }
19
+ aide-macros = { version = " 0.8 .0" , path = " ../aide-macros" , optional = true }
20
20
21
21
bytes = { version = " 1" , optional = true }
22
22
http = { version = " 1.0.0" , optional = true }
You can’t perform that action at this time.
0 commit comments