File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88# Unreleased
99
10+ # 0.6.10
11+
12+ ## Added
13+
14+ - ` follow-redirect ` : expose ` Attempt::method() ` and ` Attempt::previous_method() `
15+ so redirect policies can react to method changes across redirects (e.g.
16+ POST to GET on 301/303) ([ #559 ] )
17+
1018## Fixed
1119
1220- Restore ` tokio ` and ` async-compression ` as no-op features. These will be
13- removed next breaking release
21+ removed next breaking release ([ #667 ] )
22+
23+ [ #559 ] : https://github.com/tower-rs/tower-http/pull/559
24+ [ #667 ] : https://github.com/tower-rs/tower-http/pull/667
1425
1526# 0.6.9
1627
Original file line number Diff line number Diff line change 11[package ]
22name = " tower-http"
33description = " Tower middleware and utilities for HTTP clients and servers"
4- version = " 0.6.9 "
4+ version = " 0.6.10 "
55authors = [" Tower Maintainers <team@tower-rs.com>" ]
66edition = " 2018"
77license = " MIT"
You can’t perform that action at this time.
0 commit comments