github tokio-rs/axum axum-core-v0.5.0
axum-core v0.5.0

latest releases: axum-extra-v0.10.0, axum-v0.8.0, axum-macros-v0.5.0...
6 days ago

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)

Don't miss a new axum release

NewReleases is sending notifications on new releases.