Skip to content

Commit 1bca37d

Browse files
authored
Release 0.4.2 (#387)
1 parent 97bf959 commit 1bca37d

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

tower-http/CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
## Changed
1515

16-
- **compression:** Update to async-compression 0.4 ([#371])
16+
- None.
1717

1818
## Removed
1919

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

2424
- None.
2525

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
2646
[#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
2749

2850
# 0.4.1 (June 20, 2023)
2951

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

0 commit comments

Comments
 (0)