Skip to content

axum-extra v0.11.0

Compare
Choose a tag to compare
@jplatte jplatte released this 21 Jan 17:09
· 15 commits to main since this release
axum-extra-v0.11.0
5966849
  • breaking: Remove unused async-stream feature, which was accidentally
    introduced as an implicit feature through an optional dependency which was no
    longer being used (#3145)
  • fixed: Fix a broken link in the documentation of ErasedJson (#3186)
  • changed: Make the status function of rejections a const function, such
    as FormRejection, QueryRejection and MultipartRejection (#3168)