Releases: tokio-rs/axum
Releases · tokio-rs/axum
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)
axum - v0.6.16
axum-extra - v0.7.4
axum - v0.6.15
- fixed: Removed additional leftover debug messages (#1927)
axum - v0.6.14
- fixed: Removed leftover "path_router hit" debug message (#1925)
axum - v0.6.13
- added: Log rejections from built-in extractors with the
axum::rejection=trace
target (#1890) - fixed: Fixed performance regression with
Router::nest
introduced in
0.6.0.nest
now flattens the routes which performs better (#1711) - fixed: Extracting
MatchedPath
in nested handlers now gives the full
matched path, including the nested path (#1711) - added: Implement
Deref
andDerefMut
for built-in extractors (#1922)
axum-extra - v0.7.3
axum-core - v0.3.4
- Changes to private APIs.