github tokio-rs/axum axum-macros-v0.3.0-rc.1
axum-macros - v0.3.0-rc.1

latest releases: axum-v0.8.0-alpha.1, axum-extra-v0.10.0-alpha.1, axum-macros-v0.5.0-alpha.1...
pre-release2 years ago
  • change: axum-macro's MSRV is now 1.60 (#1239)
  • added: Support using a different rejection for #[derive(FromRequest)]
    with #[from_request(rejection(MyRejection))] (#1256)
  • breaking: #[derive(FromRequest)] will no longer generate a rejection
    enum but instead generate type Rejection = axum::response::Response. Use the
    new #[from_request(rejection(MyRejection))] attribute to change this.
    The rejection_derive attribute has also been removed (#1272)
  • added: Add #[derive(FromRequestParts)] for deriving an implementation of
    FromRequestParts, similarly to #[derive(FromRequest)] (#1305)

Don't miss a new axum release

NewReleases is sending notifications on new releases.