Skip to content

Bump github.com/quic-go/quic-go from 0.50.1 to 0.51.0#4634

Merged
RPRX merged 1 commit intomainfrom
dependabot/go_modules/github.com/quic-go/quic-go-0.51.0
Apr 23, 2025
Merged

Bump github.com/quic-go/quic-go from 0.50.1 to 0.51.0#4634
RPRX merged 1 commit intomainfrom
dependabot/go_modules/github.com/quic-go/quic-go-0.51.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps github.com/quic-go/quic-go from 0.50.1 to 0.51.0.

Release notes

Sourced from github.com/quic-go/quic-go's releases.

v0.51.0

This release introduces client-side support for QUIC Connection Migration (server-side support was added in the last release). Clients can now probe multiple paths and switch between them mid-connection. For example, this enables seamless migration from Wi-Fi to a cellular connection when Wi-Fi connectivity deteriorates.

For details on using the new Connection Migration API, please refer to the documentation.

Breaking Changes

  • The error returned from Connection.OpenStream, OpenUniStream, OpenStreamSync and OpenUniStreamSync doesn't implement net.Error anymore. Use error assertion on StreamLimitReachedError instead: #5060
  • ClientHelloInfo was renamed to ClientInfo: #5016

Other Notable Changes

  • Documentation improvements: #4955 (thanks to @​mark-rushakoff!), #5047, #5061
  • http3: reject duplicate pseudo headers: #4993 (thanks to @​pittgi!)
  • Correctly handle undefined IPv4 / IPv6 preferred address values: #4985, #4986
  • Fix potential deadlock when OpenStreamSync context is cancelled: #5037 (thanks to @​sukunrt for a very helpful review!)
  • Stateless resets are now properly detected when zero-length Connection IDs are used: #5027

Behind The Scenes

  • As in the last couple of releases, we continued our ongoing effort to migrate away from the Ginkgo test suite (tracking issue #3652). The quic package is now fully migrated (#4957, #4969, #5033, #5040, #5054). There are still ~5300 LOC of Ginkgo tests to clean up, mainly in the congestion and the http3 package.
  • We've fully migrated from math/rand and golang.org/x/exp/rand to the new math/rand/v2 package: #5044, #5045, #5046
Commits
  • d35b5ac use ed25519 instead of RSA in tests and examples (#5050)
  • 03e9359 improve documentation of errors returned from connection and streams (#5061)
  • 65d75f1 fix panic when probe packet containing a PATH_RESPONSE is lost (#5063)
  • a1aa369 don't use net.Errors for streams map error (#5060)
  • 9e1afd4 migrate the streams map tests away from Ginkgo (#5040)
  • 79e5680 migrate the retransmission queue tests away from Ginkgo (#5054)
  • 2cfc9b8 refactor retransmission queue to enable splitting of 1-RTT CRYPTO frames (#5058)
  • 0c1db89 fix flaky TestStreamsMapOutgoingRandomizedOpenStreamSync (#5056)
  • 02fea84 simplify the API of the retransmission queue (#4793)
  • 7548cc0 protocol: fix flaky TestVersionGreasing (#5051)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.50.1 to 0.51.0.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](quic-go/quic-go@v0.50.1...v0.51.0)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 21, 2025
@RPRX RPRX merged commit 800b33c into main Apr 23, 2025
70 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/quic-go/quic-go-0.51.0 branch April 23, 2025 02:58
maoxikun pushed a commit to maoxikun/Xray-core that referenced this pull request Aug 23, 2025
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.50.1 to 0.51.0.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](quic-go/quic-go@v0.50.1...v0.51.0)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 800b33c)
it2konst pushed a commit to it2konst/gametunnel-core that referenced this pull request Mar 1, 2026
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.50.1 to 0.51.0.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](quic-go/quic-go@v0.50.1...v0.51.0)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant