File tree 2 files changed +9
-13
lines changed
2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
# Unreleased
9
9
10
+ # 0.5.1 (January 14, 2024)
11
+
10
12
## Added
11
13
14
+ - ** fs:** Support files precompressed with ` zstd ` in ` ServeFile `
12
15
- ** trace:** Add default generic parameters for ` ResponseBody ` and ` ResponseFuture ` ([ #455 ] )
13
16
- ** trace:** Add type aliases ` HttpMakeClassifier ` and ` GrpcMakeClassifier ` ([ #455 ] )
14
17
15
- ## Changed
16
-
17
- - None.
18
-
19
- ## Removed
20
-
21
- - None.
22
-
23
18
## Fixed
24
19
25
- - None.
20
+ - ** cors:** Keep Vary headers set by the inner service when setting response headers ([ #398 ] )
21
+ - ** fs:** ` ServeDir ` now no longer redirects from ` /directory ` to ` /directory/ `
22
+ if ` append_index_html_on_directories ` is disabled ([ #421 ] )
26
23
24
+ [ #398 ] : https://github.com/tower-rs/tower-http/pull/398
25
+ [ #421 ] : https://github.com/tower-rs/tower-http/pull/421
27
26
[ #455 ] : https://github.com/tower-rs/tower-http/pull/455
28
27
29
28
# 0.5.0 (November 21, 2023)
@@ -39,9 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
38
40
39
- Accepts range headers with ranges where the end of range goes past the end of the document by bumping
41
40
http-range-header to ` 0.4 `
42
- - cors: Keep Vary headers set by the inner service when setting response headers ([ #398 ] )
43
-
44
- [ #398 ] : https://github.com/tower-rs/tower-http/pull/398
45
41
46
42
[ #418 ] : https://github.com/tower-rs/tower-http/pull/418
47
43
[ #433 ] : https://github.com/tower-rs/tower-http/pull/433
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.5.0 "
4
+ version = " 0.5.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