File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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.4.0 "
4+ version = " 0.4.1 "
55authors = [" Tower Maintainers <team@tower-rs.com>" ]
66edition = " 2018"
77license = " MIT"
You can’t perform that action at this time.
0 commit comments