File tree 2 files changed +6
-2
lines changed
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.
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
- # Unreleased
8
+ # 0.5.2
9
9
10
10
## Added:
11
11
12
12
- ** 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 ] )
13
14
14
15
## Fixed
15
16
16
17
- ** compression:** Skip compression for range requests ([ #446 ] )
18
+ - ** compression:** Skip compression for SSE responses by default ([ #465 ] )
17
19
- ** cors:** * Actually* keep Vary headers set by the inner service when setting response headers ([ #473 ] )
18
20
- Version 0.5.1 intended to ship this, but the implementation was buggy and didn't actually do anything
19
21
20
22
[ #399 ] : https://github.com/tower-rs/tower-http/pull/399
21
23
[ #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
22
26
[ #473 ] : https://github.com/tower-rs/tower-http/pull/473
23
27
24
28
# 0.5.1 (January 14, 2024)
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.5.1 "
4
+ version = " 0.5.2 "
5
5
authors = [" Tower Maintainers <team@tower-rs.com>" ]
6
6
edition = " 2018"
7
7
license = " MIT"
You can’t perform that action at this time.
0 commit comments