Releases: tokio-rs/axum
Releases · tokio-rs/axum
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.
axum - v0.6.12
axum-macros - v0.3.7
axum-extra - v0.7.2
- added: Implement
IntoResponse
forMultipartError
(#1861)