Releases: tamasfe/aide
Releases · tamasfe/aide
v0.14.0
- breaking: Upgrade
axum
to0.8
(#168) - breaking: Rename
gen
module togenerate
,
becausegen
is going to be a keyword in Rust 2024 (#174) - breaking: Replace
axum-wasm
feature with invertedaxum-tokio
Cargo feature (#170) - breaking: Put axum extractor impls behind more fine-grained
Cargo features, seeCargo.toml
or the docs.rs feature flags page
for a full list (#170) - breaking: Drop
serde_qs
,jwt-authorizer
features, please
open an issue if you were relying on one of these (#170) - fixed: Remove trailing / from some nested paths (#150)
- added:
[api_]route_with_tsr[_and]
methods toApiRouter
,
gated behind theaxum-extra
Cargo feature (#139)
Fix: Broken schema when not extracted
release-aide-0.13.1 chore(aide): bump version to 0.13.1