Skip to content

axum-extra v0.10.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jplatte jplatte released this 17 Dec 23:06
· 32 commits to main since this release
axum-extra-v0.10.0-rc.1
5cdd8a4

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)