fix: Upgrade h2 to fix CONTINUATION Flood#11658
Merged
anthonyshew merged 6 commits intomainfrom Feb 3, 2026
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CodSpeed Performance ReportCongrats! CodSpeed is installed 🎉
You will start to see performance impacts in the reports once the benchmarks are run from your default branch.
|
Contributor
Coverage Report
|
Upgrade tonic from 0.11 to 0.12.3 which uses hyper 1.x and h2 0.4.x, eliminating the vulnerable h2 0.3.x dependency (CVE-2024-27316). Changes: - tonic 0.11.0 -> 0.12.3 - tonic-build 0.8.4 -> 0.12.3 - prost 0.12.3 -> 0.13 - Add hyper-util for TokioIo wrapper (hyper 1.x compatibility) - Add http-body for generic Body trait - Update connector to wrap streams with TokioIo - Update default_timeout_layer to use generic Body trait - Fix prost::DecodeError -> prost::UnknownEnumValue (prost 0.13 change) - Fix build.rs compile() -> compile_protos() deprecation
anthonyshew
commented
Feb 3, 2026
github-actions Bot
added a commit
that referenced
this pull request
Feb 3, 2026
## Release v2.8.3-canary.2 Versioned docs: https://v2-8-3-canary-2.turborepo.dev ### Changes - fix: Upgrade crossbeam-channel to 0.5.15 (#11657) (`4b6d1b1768`) - fix: Upgrade h2 to fix CONTINUATION Flood (#11658) (`2539cb3169`) - release(turborepo): 2.8.3-canary.1 (#11671) (`8b6c606080`) Co-authored-by: Turbobot <turbobot@vercel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is a transitive dependency through hyper/tonic.
CLOSES TURBO-5181