Skip to content

Conversation

@magurotuna
Copy link
Member

@magurotuna magurotuna commented Dec 11, 2024

This commit upgrades hyper-util to 0.1.10, the current latest version.

This also removes exact version specifier in hyper-util to allow library consumers (e.g. one who wants to use deno_fetch as a dependency) to decide which version to use as long as its version is 0.1.z where z >= 10.

Specifically, hyper-util 0.1.10 is required by Deno Deploy to tweak http2_max_header_list_size (see hyper-util v0.1.10 changelog)

@magurotuna magurotuna changed the title chore: bump hyper to 1.5.1 and hyper-util to 0.1.10 chore: bump hyper-util to 0.1.10 Dec 13, 2024
@magurotuna
Copy link
Member Author

Bumping hyper to 1.5.1 causes some WPT cases to fail. It seems to be caused by hyperium/hyper#3764. I am definitely happy to send a patch to hyper to fix this issue, but for now I would like to upgrade hyper-util only in this PR because it's strongly requried by Deno Deploy.

@bartlomieju bartlomieju merged commit 369d68c into denoland:main Dec 13, 2024
17 checks passed
@magurotuna magurotuna deleted the bump-hyper branch December 13, 2024 12:52
dsherret pushed a commit that referenced this pull request Jan 9, 2025
This commit upgrades hyper-util to 0.1.10, the current latest version.

This also removes exact version specifier in hyper-util to allow library
consumers (e.g. one who wants to use `deno_fetch` as a dependency) to
decide which version to use as long as its version is 0.1.z where z >=
10.

Specifically, hyper-util 0.1.10 is required by Deno Deploy to tweak
`http2_max_header_list_size` (see [hyper-util v0.1.10
changelog](https://github.com/hyperium/hyper-util/releases/tag/v0.1.10))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants