Releases: tokio-rs/axum
Releases · tokio-rs/axum
axum-extra - v0.8.0
- breaking: Update to prost 0.12. Used for the
Protobuf
extractor (#2224)
axum - v0.6.20
- added:
WebSocketUpgrade::write_buffer_size
andWebSocketUpgrade::max_write_buffer_size
- changed: Deprecate
WebSocketUpgrade::max_send_queue
- change: Update tokio-tungstenite to 0.20
- added: Implement
Handler
forT: IntoResponse
(#2140)
axum-extra - v0.7.7
- added:
Clone
implementation forErasedJson
(#2142)
axum-extra - v0.7.6
- fixed: Remove unused dependency (#2135)
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)
axum-macros - v0.3.8
- fixed: Allow unreachable code in
#[debug_handler]
(#2014)
axum-extra - v0.7.5
- fixed: Remove explicit auto deref from
PrivateCookieJar
example (#2028)
axum - v0.6.18
- fixed: Don't remove the
Sec-WebSocket-Key
header inWebSocketUpgrade
(#1972)
axum - v0.6.17
- fixed: Fix fallbacks causing a panic on
CONNECT
requests (#1958)