Skip to content

Commit

Permalink
v0.14.29
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 3, 2024
1 parent b5c2592 commit 4e61351
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v0.14.29 (2024-06-03)


#### Bug Fixes

* **http1:** start header read timeout immediately (#3305) ([b5c2592f](https://github.com/hyperium/hyper/commit/b5c2592fde5e20d29c69428c85aef3d682ee36bc))


#### Features

* **http2:** add config for `max_local_error_reset_streams` in server (#3528) ([dedcb674](https://github.com/hyperium/hyper/commit/dedcb674f35eaec765a42b550caabe6f694d86d1))


### v0.14.28 (2023-12-18)


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.28"
version = "0.14.29"
description = "A fast and correct HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"
Expand Down

0 comments on commit 4e61351

Please sign in to comment.