Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Apr 16, 2024
1 parent 3705a7e commit c78379e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
### v1.3.1 (2024-04-16)

#### Bug Fixes

* **client:** revert auto content-length header for some requests (#3633)


## v1.3.0 (2024-04-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper"
version = "1.3.0"
version = "1.3.1"
description = "A fast and correct HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"
Expand Down

1 comment on commit c78379e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'end_to_end'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: c78379e Previous: 3705a7e Ratio
http2_parallel_x10_req_10kb_100_chunks_adaptive_window 16811657 ns/iter (± 18408968) 7751428 ns/iter (± 134092) 2.17

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.