axum-extra-v0.11.0
tokio-rs/axumaxum-extra-v0.11.0Jan 21, 2025by jplatte
AI Summary
A yanked release removing an unused dependency and fixing documentation.
Key Highlights
- Removed the accidentally introduced `async-stream` feature.
- Fixed a broken link in the documentation for `ErasedJson`.
- Made the `status` function for specific rejections a `const` function.
Breaking Changes
- Removed unused `async-stream` feature
Full Release Notes
Yanked from crates.io due to unforeseen breaking change, see #3190 for details --- - **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]) [#3145]: https://github.com/tokio-rs/axum/pull/3145 [#3168]: https://github.com/tokio-rs/axum/pull/3168 [#3186]: https://github.com/tokio-rs/axum/pull/3186