Sourced from axum's releases.
axum - v0.6.20
- added:
WebSocketUpgrade::write_buffer_sizeandWebSocketUpgrade::max_write_buffer_size- changed: Deprecate
WebSocketUpgrade::max_send_queue- change: Update tokio-tungstenite to 0.20
- added: Implement
HandlerforT: IntoResponse(#2140)axum - v0.6.19
- added: Add
axum::extract::Query::try_from_uri(#2058)- added: Implement
IntoResponseforBox<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
3b92cd7
Release axum and axum-extra (#2145)68333b2
Backport changes from main to v0.6.x (#2141)a25ed29
axum-extra 0.7.6 (#2139)990cbb8
Update tokio-tungstenite 0.20 (#2123)a291631
axum-extra: Remove unused tower-http dependency (#2135)67f6494
Release axum 0.6.19 (#2102)2d4bd9e
Update to latest sqlx in example (#2099)e881bf0
Update UI tests5d9f41e
Fix deny.toml19ddc12
Remove sessions example