File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,24 @@ 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- # Unreleased
8+ # 0.5.2
99
1010## Added:
1111
1212- ** compression:** Will now send a ` vary: accept-encoding ` header on compressed responses ([ #399 ] )
13+ - ** compression:** Support ` x-gzip ` as equivalent to ` gzip ` in ` accept-encoding ` request header ([ #467 ] )
1314
1415## Fixed
1516
1617- ** compression:** Skip compression for range requests ([ #446 ] )
18+ - ** compression:** Skip compression for SSE responses by default ([ #465 ] )
1719- ** cors:** * Actually* keep Vary headers set by the inner service when setting response headers ([ #473 ] )
1820 - Version 0.5.1 intended to ship this, but the implementation was buggy and didn't actually do anything
1921
2022[ #399 ] : https://github.com/tower-rs/tower-http/pull/399
2123[ #446 ] : https://github.com/tower-rs/tower-http/pull/446
24+ [ #465 ] : https://github.com/tower-rs/tower-http/pull/465
25+ [ #467 ] : https://github.com/tower-rs/tower-http/pull/467
2226[ #473 ] : https://github.com/tower-rs/tower-http/pull/473
2327
2428# 0.5.1 (January 14, 2024)
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.5.1 "
4+ version = " 0.5.2 "
55authors = [
" Tower Maintainers <[email protected] >" ]
66edition = " 2018"
77license = " MIT"
You can’t perform that action at this time.
0 commit comments