Releases: tokio-rs/axum
Releases · tokio-rs/axum
axum-extra - v0.3.1
axum-core - v0.2.4
- added: Implement
IntoResponse
andIntoResponseParts
forhttp::Extensions
(#975) - added: Implement
IntoResponse
for(http::response::Parts, impl IntoResponse)
(#950) - added: Implement
IntoResponse
for(http::response::Response<()>, impl IntoResponse)
(#950) - added: Implement
IntoResponse for (Parts | Request<()>, $(impl IntoResponseParts)+, impl IntoResponse)
(#980)
axum-extra - v0.3.0
axum - v0.5.4
axum-core - v0.2.3
- added: Add
response::ErrorResponse
andresponse::Result
for
IntoResponse
-based error handling (#921)
axum - v0.5.3
axum - v0.5.2
Yanked, as it contained an accidental breaking change.
axum-core - v0.2.2
- added: Add
AppendHeaders
for appending headers to a response rather than overriding them (#927)
axum - v0.5.1
- added: Add
RequestParts::extract
which allows applying an extractor as a method call ([#897)