File tree 2 files changed +24
-2
lines changed
2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
## Changed
15
15
16
- - ** compression: ** Update to async-compression 0.4 ( [ # 371 ] )
16
+ - None.
17
17
18
18
## Removed
19
19
@@ -23,7 +23,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
23
24
24
- None.
25
25
26
+ # 0.4.2 (July 19, 2023)
27
+
28
+ ## Added
29
+
30
+ - ** cors:** Add support for private network preflights ([ #373 ] )
31
+ - ** compression:** Implement ` Default ` for ` DecompressionBody ` ([ #370 ] )
32
+
33
+ ## Changed
34
+
35
+ - ** compression:** Update to async-compression 0.4 ([ #371 ] )
36
+
37
+ ## Fixed
38
+
39
+ - ** compression:** Override default brotli compression level 11 -> 4 ([ #356 ] )
40
+ - ** trace:** Simplify dynamic tracing level application ([ #380 ] )
41
+ - ** normalize_path:** Fix path normalization for preceding slashes ([ #359 ] )
42
+
43
+ [ #356 ] : https://github.com/tower-rs/tower-http/pull/356
44
+ [ #359 ] : https://github.com/tower-rs/tower-http/pull/359
45
+ [ #370 ] : https://github.com/tower-rs/tower-http/pull/370
26
46
[ #371 ] : https://github.com/tower-rs/tower-http/pull/371
47
+ [ #373 ] : https://github.com/tower-rs/tower-http/pull/373
48
+ [ #380 ] : https://github.com/tower-rs/tower-http/pull/380
27
49
28
50
# 0.4.1 (June 20, 2023)
29
51
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.1 "
4
+ version = " 0.4.2 "
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