feature-probe-server
feature-probe-server copied to clipboard
chore(deps): bump axum-extra from 0.2.1 to 0.4.2
Bumps axum-extra from 0.2.1 to 0.4.2.
Release notes
Sourced from axum-extra's releases.
axum-extra - v0.4.2
- fixed: Bug fixes for
RouterExt:{route_with_tsr, route_service_with_tsr}(#1608):
- Redirects to the correct URI if the route contains path parameters
- Keeps query parameters when redirecting
- Better improved error message if adding route for
/axum-extra - v0.4.1
- fixed: Fix wrong
Fromimpl forResource(#1589)axum-extra - v0.4.0
- added: Add
RouterExt::route_with_tsrfor adding routes with an additional "trailing slash redirect" route (#1119)- added: Support chaining handlers with
HandlerCallWithExtractors::or(#1170)- added: Add Protocol Buffer extractor and response (#1239)
- added: Add
Either*types for combining extractors and responses into a single type (#1263)- added:
WithRejectionextractor for customizing other extractors' rejections (#1262)- added: Add sync constructors to
CookieJar,PrivateCookieJar, andSignedCookieJarso they're easier to use in custom middleware- changed: For methods that accept some
S: Service, the bounds have been relaxed so the return type can be any type that implementsIntoResponserather than being a literalResponse- change: axum-extra's MSRV is now 1.60 (#1239)
- breaking:
Formhas a new rejection type (#1496)- breaking:
Queryhas a new rejection type (#1496)- breaking:
Resource::nestandResource::nest_collectionhave been removed. You can instead convert theResourceinto aRouterand add additional routes as necessary (#1086)- breaking:
SignedCookieJarandPrivateCookieJarnow extracts the keys from the router's state, rather than extensions- breaking:
Resourcehas a newStype param which represents the state (#1155)- breaking:
RouterExt::route_with_tsrnow only acceptsMethodRouters (#1155)- added:
RouterExt::route_service_with_tsrfor routing to anyService(#1155)#1086: tokio-rs/axum#1086 #1119: tokio-rs/axum#1119 #1155: tokio-rs/axum#1155 #1170: tokio-rs/axum#1170 #1214: tokio-rs/axum#1214 #1239: tokio-rs/axum#1239 #1262: tokio-rs/axum#1262 #1263: tokio-rs/axum#1263 #1496: tokio-rs/axum#1496
axum-extra - v0.4.0-rc.3
- breaking: Depend axum 0.6.0-rc.5 and axum-macros 0.3.0-rc.3
... (truncated)
Commits
ee3cb97axum-extra v0.4.2 (#1609)7386e5dBug fixes forRouterExt:{route_with_tsr, route_service_with_tsr}(#1608)56d0dd9Update to tokio-tungstenite-0.18.0 and use sha1 (#1598)6c133beRefactor initializing tracing-subscriber in examples (#1596)2c74c53Fix clippy warning in example (#1597)b1f7ee9Update axum-extra feature flag table (#1594)dd4e141Remove outdated link alias from readme (#1591)2121979axum-extra - v0.4.1 (#1590)c7985b7Fix wrongFromimpl forResource(#1589)87a80ecaxum v0.6.1 (#1588)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #20 (54ee38a) into main (da89e60) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## main #20 +/- ##
=======================================
Coverage 70.90% 70.90%
=======================================
Files 7 7
Lines 464 464
=======================================
Hits 329 329
Misses 135 135
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.