Skip to content

Commit 18219fc

Browse files
authored
Release 0.5.2 (#475)
1 parent 18677a9 commit 18219fc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tower-http/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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)

tower-http/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tower-http"
33
description = "Tower middleware and utilities for HTTP clients and servers"
4-
version = "0.5.1"
4+
version = "0.5.2"
55
authors = ["Tower Maintainers <team@tower-rs.com>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)