axum-extra v0.11.0
·
223 commits
to main
since this release
Yanked from crates.io due to unforeseen breaking change, see #3190 for details
- breaking: Remove unused
async-streamfeature, 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
statusfunction of rejections aconstfunction, such
asFormRejection,QueryRejectionandMultipartRejection(#3168)