Skip to content

Commit

Permalink
v0.14.32
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Dec 16, 2024
1 parent 0f274ae commit d7bab92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v0.14.32 (2024-12-16)

#### Features

* **server:** add `Builder::max_pending_accept_reset_streams(num)` option ([a24f0c0](https://github.com/hyperium/hyper/commit/a24f0c0af8e1f4c6b7cc3a47c83eb6e4af88aca6))

#### Bug Fixes

* **http1:** fix intermittent panic parsing partial headers ([0f274ae](https://github.com/hyperium/hyper/commit/0f274ae653841e0a58b2835fd3edf47a08311e50))

### v0.14.31 (2024-10-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyper"
version = "0.14.31"
version = "0.14.32"
description = "A fast and correct HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"
Expand Down

0 comments on commit d7bab92

Please sign in to comment.