Skip to content

axum-core - v0.4.0

Compare
Choose a tag to compare
@davidpdrsn davidpdrsn released this 27 Nov 08:31
· 137 commits to main since this release
b7d14d3
  • 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. the B 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 at axum_core::body::Body ([#1751])