File tree 2 files changed +20
-4
lines changed
2 files changed +20
-4
lines changed 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
9
9
10
10
## Added
11
11
12
- - ** request_id:** Derive ` Default ` for ` MakeRequestUuid ` ([ #335 ] )
13
- - ** fs:** Derive ` Default ` for ` ServeFileSystemResponseBody ` ([ #336 ] )
12
+ - None.
14
13
15
14
## Changed
16
15
17
- - ** decompression: ** Enable ` multiple_members ` for ` GzipDecoder ` ( [ # 354 ] )
16
+ - None.
18
17
19
18
## Removed
20
19
@@ -24,6 +23,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
23
25
24
- None.
26
25
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
27
43
[ #335 ] : https://github.com/tower-rs/tower-http/pull/335
28
44
[ #336 ] : https://github.com/tower-rs/tower-http/pull/336
29
45
[ #354 ] : https://github.com/tower-rs/tower-http/pull/354
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tower-http"
3
3
description = " Tower middleware and utilities for HTTP clients and servers"
4
- version = " 0.4.0 "
4
+ version = " 0.4.1 "
5
5
authors = [" Tower Maintainers <team@tower-rs.com>" ]
6
6
edition = " 2018"
7
7
license = " MIT"
You can’t perform that action at this time.
0 commit comments