File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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.1
9+
10+ ## Fixed
11+
12+ - ** decompression:** reuse scratch buffer to significantly reduce allocations and improve performance ([ #521 ] )
13+
14+ [ #521 ] : https://github.com/tower-rs/tower-http/pull/521
15+
816# 0.6.0
917
1018## Changed:
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.0 "
4+ version = " 0.6.1 "
55authors = [
" Tower Maintainers <[email protected] >" ]
66edition = " 2018"
77license = " MIT"
You can’t perform that action at this time.
0 commit comments