Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte authored Nov 18, 2024
1 parent d1e4731 commit 3789c0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions tower-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# 0.6.2

## Changed:

- `CompressionBody<B>` now propagates `B`'s size hint in its `http_body::Body`
implementation, if compression is disabled ([#531])
- this allows a `content-length` to be included in an HTTP message with this
body for those cases

[#531]: https://github.com/tower-rs/tower-http/pull/531

# 0.6.1

## Fixed
Expand Down
3 changes: 2 additions & 1 deletion tower-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tower-http"
description = "Tower middleware and utilities for HTTP clients and servers"
version = "0.6.1"
version = "0.6.2"
authors = ["Tower Maintainers <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -132,6 +132,7 @@ allowed = [
"http",
"http_body",
"mime",
"pin-project-lite",
"tokio",
"tower",
"tower_layer",
Expand Down

0 comments on commit 3789c0c

Please sign in to comment.