File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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+
819# 0.6.1
920
1021## Fixed
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.1 "
4+ version = " 0.6.2 "
55authors = [
" Tower Maintainers <[email protected] >" ]
66edition = " 2018"
77license = " MIT"
@@ -132,6 +132,7 @@ allowed = [
132132 " http" ,
133133 " http_body" ,
134134 " mime" ,
135+ " pin-project-lite" ,
135136 " tokio" ,
136137 " tower" ,
137138 " tower_layer" ,
You can’t perform that action at this time.
0 commit comments