github tokio-rs/axum axum-extra-v0.7.0
axum-extra - v0.7.0

latest releases: axum-extra-v0.9.4, axum-v0.7.6, axum-macros-v0.4.2...
18 months ago
  • breaking: Remove the spa feature which should have been removed in 0.6.0 (#1802)
  • added: Add Multipart. This is similar to axum::extract::Multipart
    except that it enforces field exclusivity at runtime instead of compile time,
    as this improves usability (#1692)
  • added: Implement Clone for CookieJar, PrivateCookieJar and SignedCookieJar (#1808)
  • fixed: Add #[must_use] attributes to types that do nothing unless used (#1809)

Don't miss a new axum release

NewReleases is sending notifications on new releases.