[release/9.0-staging] [QUIC] Update MsQuic to the latest 2.5 version#130355
Draft
ManickaP wants to merge 1 commit into
Draft
[release/9.0-staging] [QUIC] Update MsQuic to the latest 2.5 version#130355ManickaP wants to merge 1 commit into
ManickaP wants to merge 1 commit into
Conversation
Backport of dotnet#130173 to release/9.0-staging. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Tagging subscribers to this area: @karelz, @dotnet/ncl |
Contributor
There was a problem hiding this comment.
Pull request overview
Backport of #130173 to release/9.0-staging to move the Windows QUIC native dependency (MsQuic Schannel package) from the 2.4 servicing line to the supported 2.5 servicing line.
Changes:
- Bump
MicrosoftNativeQuicMsQuicSchannelVersionfrom2.4.18to2.5.9to consume MsQuic 2.5.x.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
Backport of #130173. Updates MsQuic from 2.4.18 to the latest supported 2.5 release (2.5.9) by bumping
MicrosoftNativeQuicMsQuicSchannelVersionineng/Versions.props.main PR #130173
Customer Impact
The MsQuic 2.4 branch is being phased out and will no longer receive servicing/security updates. Staying on 2.4.18 leaves QUIC/HTTP3 consumers on an unsupported native dependency, missing bug and security fixes shipped in the actively supported 2.5 branch.
Regression
No. This is a native dependency version update, not a regression fix.
Testing
Standard CI (System.Net.Quic and HTTP/3 test suites) against the updated MsQuic package.
Risk
Low. Single version-property change consuming an already-shipping, actively-supported MsQuic 2.5.x package. 2.5 is the currently supported servicing branch for MsQuic.
Note
This PR was generated with the assistance of GitHub Copilot.