File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414## Changed
1515
16- - Bump Minimum Supported Rust Version to 1.66 ([ #433 ] )
17- - Update to http-body 1.0 ([ #348 ] )
18- - Update to http 1.0 ([ #348 ] )
19- - Preserve service error type in RequestDecompression ([ #368 ] )
16+ - None.
2017
2118## Removed
2219
2320- None.
2421
2522## Fixed
2623
24+ - None.
25+
26+ # 0.5.0 (November 21, 2023)
27+
28+ ## Changed
29+
30+ - Bump Minimum Supported Rust Version to 1.66 ([ #433 ] )
31+ - Update to http-body 1.0 ([ #348 ] )
32+ - Update to http 1.0 ([ #348 ] )
33+ - Preserve service error type in RequestDecompression ([ #368 ] )
34+
35+ ## Fixed
36+
2737- Accepts range headers with ranges where the end of range goes past the end of the document by bumping
2838http-range-header to ` 0.4 `
2939
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.4.4 "
4+ version = " 0.5.0 "
55authors = [
" Tower Maintainers <[email protected] >" ]
66edition = " 2018"
77license = " MIT"
You can’t perform that action at this time.
0 commit comments