- breaking: Remove unused
async-streamfeature, which was accidentally
introduced as an implicit feature through an optional dependency which was no
longer being used (#3298) - breaking:
option_layernow maps theResponsebody type toaxum::body::Body(#3469) - breaking: Some new features are added which need to be opted in (#3485).
Cachedextractor requirescachedfeature.- The handler utilities require
handlerfeature. - The middleware utilities require
middlewarefeature. OptionalPathextractor requiresoptional-pathfeature.- The routing utilities require
routingfeature. WithRejectionextractor requireswith-rejectionfeature.
- breaking: Upgraded
prostdependency to v0.14. (#3517)