Skip to content

axum-core - v0.5.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jplatte jplatte released this 17 Dec 23:01
· 44 commits to main since this release
axum-core-v0.5.0-rc.1
5cdd8a4

Since v0.5.0-alpha.1:

  • breaking:: Option<T> as an extractor now requires T to implement the
    new trait OptionalFromRequest (if used as the last extractor) or
    OptionalFromRequestParts (other extractors) (#2475)