Closed renovate[bot] closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 55.63%. Comparing base (
64c5927
) to head (595f385
). Report is 7 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
1.4.1
->1.5.0
1.4.1
->1.5.0
Release Notes
hyperium/hyper (hyper)
### [`v1.5.0`](https://redirect.github.com/hyperium/hyper/blob/HEAD/CHANGELOG.md#v150-2024-10-15) [Compare Source](https://redirect.github.com/hyperium/hyper/compare/v1.4.1...v1.5.0) ##### Bug Fixes - **http1:** - improve performance of parsing sequentially partial messages ([#3764](https://redirect.github.com/hyperium/hyper/issues/3764)) ([3900a23](https://redirect.github.com/hyperium/hyper/commit/3900a2381b96a7e7f608a5e031b3e90ddcdfcd74)) - send 'connection: close' when connection is ending ([#3725](https://redirect.github.com/hyperium/hyper/issues/3725)) ([c86a6bcb](https://redirect.github.com/hyperium/hyper/commit/c86a6bcb4acb0f92e731ea2e4c1e4a839248a600), closes [#3720](https://redirect.github.com/hyperium/hyper/issues/3720)) - make `date_header` effective ([#3718](https://redirect.github.com/hyperium/hyper/issues/3718)) ([7de02373](https://redirect.github.com/hyperium/hyper/commit/7de02373f5e4ce392587a4d9d7710c6faf9c6165)) - **http2:** strip content-length header in response to CONNECT requests ([#3748](https://redirect.github.com/hyperium/hyper/issues/3748)) ([67a4a498](https://redirect.github.com/hyperium/hyper/commit/67a4a498d8bbdce4e604bc578da4693fb048f83d)) ##### Features - **client:** Add HTTP/2 builder options `header_table_size()` and `max_concurrent_streams()` ([4c84e8c1](https://redirect.github.com/hyperium/hyper/commit/4c84e8c1c26a1464221de96b9f39816ce7251a5f)) - **rt:** add `ReadBufCursor` methods `remaining()` and `put_slice()` ([#3700](https://redirect.github.com/hyperium/hyper/issues/3700)) ([5a13041e](https://redirect.github.com/hyperium/hyper/commit/5a13041ed7033c9dab6e2adafd08b6af20cd33fb)) ##### v1.4.1 (2024-07-09) ##### Bug Fixes - **http1:** reject final chunked if missing 0 ([8e5de1bb](https://redirect.github.com/hyperium/hyper/commit/8e5de1bb57e10b5bd9e70ab22489da787517238a))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.