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

latest releases: axum-extra-v0.9.3, axum-v0.7.5, axum-macros-v0.4.1...
2 years ago
  • added: Add TypedPath::to_uri for converting the path into a Uri (#790)
  • added: Extractors and responses for dealing with cookies. See extract::cookies for more
    details (#816)
  • breaking: CachedRejection has been removed (#699)
  • breaking: <Cached<T> as FromRequest>::Rejection is now T::Rejection. (#699)
  • breaking: middleware::from_fn has been remove from axum-extra and moved into the main
    axum crate (#719)
  • breaking: HasRoutes has been removed. Router::merge now accepts Into<Router> (#819)
  • breaking: RouterExt::with method has been removed. Use Router::merge instead. It works
    identically (#819)

Don't miss a new axum release

NewReleases is sending notifications on new releases.