- added: Implement
IntoResponse
for(R,) where R: IntoResponse
(#2143) - fixed: Fix broken docs links (#2164)
- fixed: Clearly document applying
DefaultBodyLimit
to individual routes (#2157) - breaking: The following types/traits are no longer generic over the request body
(i.e. theB
type param has been removed) ([#1751] and [#1789]):FromRequestParts
FromRequest
RequestExt
- breaking: axum no longer re-exports
hyper::Body
as that type is removed
in hyper 1.0. Instead axum has its own body type ataxum_core::body::Body
([#1751])