Sourced from axum's releases.
axum - v0.6.19
- added: Add
axum::extract::Query::try_from_uri
(#2058)- added: Implement
IntoResponse
forBox<str>
andBox<[u8]>
(#2035)- fixed: Fix bugs around merging routers with nested fallbacks (#2096)
- fixed: Fix
.source()
of composite rejections (#2030)- fixed: Allow unreachable code in
#[debug_handler]
(#2014)- change: Update tokio-tungstenite to 0.19 (#2021)
- change: axum's MSRV is now 1.63 (#2021)
#2014: tokio-rs/axum#2014 #2021: tokio-rs/axum#2021 #2030: tokio-rs/axum#2030 #2035: tokio-rs/axum#2035 #2058: tokio-rs/axum#2058 #2096: tokio-rs/axum#2096
67f6494
Release axum 0.6.19 (#2102)2d4bd9e
Update to latest sqlx in example (#2099)e881bf0
Update UI tests5d9f41e
Fix deny.toml19ddc12
Remove sessions example85044b7
Fix misc warningsa1c27e6
Add missing changes to changelog32267d8
Fix bugs around merging routers with nested fallbacks (#2096)c3b343e
Fix example for accessing inner extrator errors (#2095)0da7f6e
Fix typo in docs (#2080)