Skip to content

Commit f9aa1ae

Browse files
authored
Release 0.4.1 (#377)
* Release 0.4.1 * clean up changelog * restart ci, I've updated cargo-public-api-crates
1 parent f22c3ab commit f9aa1ae

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

tower-http/CHANGELOG.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Added
1111

12-
- **request_id:** Derive `Default` for `MakeRequestUuid` ([#335])
13-
- **fs:** Derive `Default` for `ServeFileSystemResponseBody` ([#336])
12+
- None.
1413

1514
## Changed
1615

17-
- **decompression:** Enable `multiple_members` for `GzipDecoder` ([#354])
16+
- None.
1817

1918
## Removed
2019

@@ -24,6 +23,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2423

2524
- None.
2625

26+
# 0.4.1 (June 20, 2023)
27+
28+
## Added
29+
30+
- **request_id:** Derive `Default` for `MakeRequestUuid` ([#335])
31+
- **fs:** Derive `Default` for `ServeFileSystemResponseBody` ([#336])
32+
- **compression:** Expose compression quality on the CompressionLayer ([#333])
33+
34+
## Fixed
35+
36+
- **compression:** Improve parsing of `Accept-Encoding` request header ([#220])
37+
- **normalize_path:** Fix path normalization of index route ([#347])
38+
- **decompression:** Enable `multiple_members` for `GzipDecoder` ([#354])
39+
40+
[#347]: https://github.com/tower-rs/tower-http/pull/347
41+
[#333]: https://github.com/tower-rs/tower-http/pull/333
42+
[#220]: https://github.com/tower-rs/tower-http/pull/220
2743
[#335]: https://github.com/tower-rs/tower-http/pull/335
2844
[#336]: https://github.com/tower-rs/tower-http/pull/336
2945
[#354]: https://github.com/tower-rs/tower-http/pull/354

tower-http/Cargo.toml

+1-1
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.4.0"
4+
version = "0.4.1"
55
authors = ["Tower Maintainers <team@tower-rs.com>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)