Skip to content

Commit 4532fc2

Browse files
authored
v0.6.10
1 parent 8508cb2 commit 4532fc2

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

tower-http/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

tower-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tower-http"
33
description = "Tower middleware and utilities for HTTP clients and servers"
4-
version = "0.6.9"
4+
version = "0.6.10"
55
authors = ["Tower Maintainers <team@tower-rs.com>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)