github tokio-rs/axum axum-core-v0.4.0
axum-core - v0.4.0

latest releases: axum-extra-v0.9.4, axum-v0.7.6, axum-macros-v0.4.2...
10 months ago
  • 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])

Don't miss a new axum release

NewReleases is sending notifications on new releases.