Releases: tokio-rs/axum
Releases · tokio-rs/axum
axum - v0.5.11
added: Implement TryFrom<http:: Method>
for MethodFilter
and use new
NoMatchingMethodFilter
error in case of failure (#1130 )
added: Document how to run extractors from middleware (#1140 )
axum-extra - v0.3.6
fixed: Fix feature labels missing in generated docs (#1137 )
axum - v0.5.10
fixed: Make Router
cheaper to clone (#1123 )
fixed: Fix possible panic when doing trailing slash redirect (#1124 )
axum-macros - v0.2.3
change: axum-macros's MSRV is now 1.56 (#1098 )
fixed: Silence "unnecessary use of to_string
" lint for #[derive(TypedPath)]
(#1117 )
axum-extra - v0.3.5
added: Add JsonLines
for streaming newline delimited JSON (#1093 )
change: axum's MSRV is now 1.56 (#1098 )
axum - v0.5.9
fixed: Fix compile error when the headers
is enabled and the form
feature is disabled (#1107 )
axum - v0.5.8
added: Support resolving host name via Forwarded
header in Host
extractor (#1078 )
added: Implement IntoResponse
for Form
(#1095 )
change: axum's MSRV is now 1.56 (#1098 )
axum-core - v0.2.6
change: axum-core's MSRV is now 1.56 (#1098 )
axum - v0.5.7
added: Implement Default
for Extension
(#1043 )
fixed: Support deserializing Vec<(String, String)>
in extract::Path<_>
to get vector of
key/value pairs (#1059 )
added: Add extract::ws::close_code
which contains constants for close codes (#1067 )
fixed: Use impl IntoResponse
less in docs (#1049 )
axum-extra - v0.3.4
fixed: Use impl IntoResponse
less in docs (#1049 )
added: Add AsyncReadBody
for creating a body from a tokio::io::AsyncRead
(#1072 )
You can’t perform that action at this time.