chore(deps): bump tower-http from 0.6.8 to 0.6.10 in /robot-repo-automaton
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(about 1 month ago)
(about 1 month ago)
dependencies rust
Bumps tower-http from 0.6.8 to 0.6.10.
Release notes
Sourced from tower-http's releases.
tower-http-0.6.10
Added
follow-redirect: exposeAttempt::method()andAttempt::previous_method()so redirect policies can react to method changes across redirects (e.g. POST to GET on 301/303) (#559)Fixed
- Restore
tokioandasync-compressionas no-op features. These will be removed next breaking release (#667)#559: tower-rs/tower-http#559 #667: tower-rs/tower-http#667
What's Changed
- fix: restore tokio and async-compression as no-op features by
@jlizenin tower-rs/tower-http#667- fix gate-ing of atomic64 in tests by
@alexanderkjallin tower-rs/tower-http#607- follow_redirect: expose previous and next request methods by
@lucabin tower-rs/tower-http#559- chore: release tower-http 0.6.10 by
@jlizenin tower-rs/tower-http#669New Contributors
@lucabmade their first contribution in tower-rs/tower-http#559Full Changelog: https://github.com/tower-rs/tower-http/compare/tower-http-0.6.9...tower-http-0.6.10
tower-http-0.6.9
Added:
on-early-drop: middleware that detects when a response future or response body is dropped before completion (#636)Two events get hooks: the response future being dropped before the inner service produces a response, and the response body being dropped before reaching end-of-stream.
Install custom callbacks with
OnEarlyDropLayer::builder():use http::Request; use tower_http::on_early_drop::{OnBodyDropFn, OnEarlyDropLayer};let layer = OnEarlyDropLayer::builder()
.on_future_drop(|req: &Request<()>| {
let uri = req.uri().clone();
move || eprintln!("future dropped for {}", uri)
})
.on_body_drop(OnBodyDropFn::new(|req: &Request<()>| {
... (truncated)
Commits
4532fc2v0.6.108508cb2follow_redirect: expose previous and next request methods (#559)890f66afix gate-ing of atomic64 in tests (#607)578c2b2fix: restore tokio and async-compression as no-op features (#667)eab7cbfv0.6.99c64770feat(on-early-drop): Add middleware for client early drop detection (#636)67786ffci: Remove unnecessary protoc setup (#665)e442e2bexamples: Use axum::body::to_bytes (#650)218fe6bMake AsyncReadBody::with_capacity public (#415)ffd4d7ctrace: adds back call to classify_eos on trailers (#483)- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Package Dependencies
tower-http
cargo
0.6.8 → 0.6.10
Patch
/robot-repo-automaton
Technical Details
| ID: | 15729421 |
| UUID: | 4414916660 |
| Node ID: | PR_kwDOQzhXvc7Z9Zzn |
| Host: | GitHub |
| Repository: | hyperpolymath/gitbot-fleet |