github tokio-rs/axum axum-extra-v0.10.0-rc.1
axum-extra v0.10.0-rc.1

pre-releaseone day ago

Since v0.10.0-alpha.1:

  • breaking: Option<Query<T>> no longer swallows all error conditions, instead rejecting the
    request in many cases; see its documentation for details (#2475)
  • changed: Deprecated OptionalPath<T> and OptionalQuery<T> (#2475)
  • fixed: Host extractor includes port number when parsing authority (#2242)
  • changed: The multipart feature is no longer on by default (#3058)
  • added: Add RouterExt::typed_connect (#2961)
  • added: Add json! for easy construction of JSON responses (#2962)
  • added: Add InternalServerError response for logging an internal error
    and returning HTTP 500 in a convenient way. (#3010)
  • added: Add FileStream for easy construction of file stream responses (#3047)

Don't miss a new axum release

NewReleases is sending notifications on new releases.