We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6680160 commit 33166c8Copy full SHA for 33166c8
tower-http/CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
# Unreleased
9
10
+# 0.6.8
11
+
12
+## Fixed
13
14
+- Disable `multiple_members` in Gzip decoder, since HTTP context only uses one
15
+ member. ([#621])
16
17
+[#621]: https://github.com/tower-rs/tower-http/pull/621
18
19
# 0.6.7
20
21
## Added
tower-http/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "tower-http"
3
description = "Tower middleware and utilities for HTTP clients and servers"
4
-version = "0.6.7"
+version = "0.6.8"
5
authors = ["Tower Maintainers <[email protected]>"]
6
edition = "2018"
license = "MIT"
0 commit comments