File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ # 0.6.2
9
+
10
+ ## Changed:
11
+
12
+ - ` CompressionBody<B> ` now propagates ` B ` 's size hint in its ` http_body::Body `
13
+ implementation, if compression is disabled ([ #531 ] )
14
+ - this allows a ` content-length ` to be included in an HTTP message with this
15
+ body for those cases
16
+
17
+ [ #531 ] : https://github.com/tower-rs/tower-http/pull/531
18
+
8
19
# 0.6.1
9
20
10
21
## Fixed
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.6.1 "
4
+ version = " 0.6.2 "
5
5
authors = [" Tower Maintainers <team@tower-rs.com>" ]
6
6
edition = " 2018"
7
7
license = " MIT"
@@ -132,6 +132,7 @@ allowed = [
132
132
" http" ,
133
133
" http_body" ,
134
134
" mime" ,
135
+ " pin-project-lite" ,
135
136
" tokio" ,
136
137
" tower" ,
137
138
" tower_layer" ,
You can’t perform that action at this time.
0 commit comments