File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88# Unreleased
99
10+ # 0.6.7
11+
12+ ## Added
13+
14+ - ` TimeoutLayer::with_status_code(status) ` to define the status code returned
15+ when timeout is reached. ([ #599 ] )
16+
17+ ## Deprecated
18+
19+ - ` auth::require_authorization ` is too basic for real-world. ([ #591 ] )
20+ - ` TimeoutLayer::new() ` should be replaced with
21+ ` TimeoutLayer::with_status_code() ` . ([ #599 ] )
22+
1023## Fixed
1124
1225- ` on_eos ` is now called even for successful responses. ([ #580 ] )
1326- ` ServeDir ` : call fallback when filename is invalid ([ #586 ] )
27+ - ` decompression ` will not fail when body is empty ([ #618 ] )
1428
1529[ #580 ] : https://github.com/tower-rs/tower-http/pull/580
1630[ #586 ] : https://github.com/tower-rs/tower-http/pull/586
31+ [ #591 ] : https://github.com/tower-rs/tower-http/pull/591
32+ [ #599 ] : https://github.com/tower-rs/tower-http/pull/599
33+ [ #618 ] : https://github.com/tower-rs/tower-http/pull/618
1734
1835# 0.6.6
1936
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.6.6 "
4+ version = " 0.6.7 "
55authors = [
" Tower Maintainers <[email protected] >" ]
66edition = " 2018"
77license = " MIT"
You can’t perform that action at this time.
0 commit comments