axum-extra - v0.2.0
·
1158 commits
to main
since this release
- added: Add
TypedPath::to_urifor converting the path into aUri(#790) - added: Extractors and responses for dealing with cookies. See
extract::cookiesfor more
details (#816) - breaking:
CachedRejectionhas been removed (#699) - breaking:
<Cached<T> as FromRequest>::Rejectionis nowT::Rejection. (#699) - breaking:
middleware::from_fnhas been remove from axum-extra and moved into the main
axum crate (#719) - breaking:
HasRouteshas been removed.Router::mergenow acceptsInto<Router>(#819) - breaking:
RouterExt::withmethod has been removed. UseRouter::mergeinstead. It works
identically (#819)