We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f274ae commit d7bab92Copy full SHA for d7bab92
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+### v0.14.32 (2024-12-16)
2
+
3
+#### Features
4
5
+* **server:** add `Builder::max_pending_accept_reset_streams(num)` option ([a24f0c0](https://github.com/hyperium/hyper/commit/a24f0c0af8e1f4c6b7cc3a47c83eb6e4af88aca6))
6
7
+#### Bug Fixes
8
9
+* **http1:** fix intermittent panic parsing partial headers ([0f274ae](https://github.com/hyperium/hyper/commit/0f274ae653841e0a58b2835fd3edf47a08311e50))
10
11
### v0.14.31 (2024-10-15)
12
13
Cargo.toml
@@ -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"
0 commit comments