Skip to content

axum-core v0.5.0

Compare
Choose a tag to compare
@jplatte jplatte released this 01 Jan 10:19
· 11 commits to main since this release
axum-core-v0.5.0
926543f

since rc.1

  • change: The Display impl of all rejections generated by the define_rejection!() will now include the Display output of the inner error too. This matches the body_text() fn output now. (#3118)

full changelog

  • breaking: Replace #[async_trait] with return-position impl Trait in traits (#2308)
  • 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)
  • change: Update minimum rust version to 1.75 (#2943)
  • change: The Display impl of all rejections generated by the define_rejection!() will now include the Display output of the inner error too. This matches the body_text() fn output now. (#3118)