Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/quic-go/quic-go from 0.38.1 to 0.39.1 #6362

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2023

Bumps github.com/quic-go/quic-go from 0.38.1 to 0.39.1.

Release notes

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

v0.39.1

This patch release fixes the control message length for the ECN control message on FreeBSD systems (#4110), which lead to sendmsg: invalid argument errors.

v0.39.0

New Features

  • quic-go now uses feeds ECN signals into its congestion controller (#4059). ECN is used by routers to signal congestion before queues overflow (and packets are dropped). When using ECN, there are a number of failure modes, which necessitates some rather complex validation logic, see section 13.4 of RFC 9000 for details. ECN support can be disabled by setting the QUIC_GO_DISABLE_ECN environment variable to true.
  • The HTTP/3 package introduced a http3.Error, making the errors returned by the http3 package more useful, and allowing easy assertions of the HTTP/3 error codes defined in RFC 9114: #4039

Other Changes

  • The key used to encrypt resumption tokens can now be configured using using Transport.TokenGeneratorKey: #4066
  • The RTT is now saved in session tickets, even when not using 0-RTT, allowing for faster session resumption: #4042
  • The reason for dial cancelations is now returned, when the context is canceled using a context.CancelCauseFunc: #4078

When using Go 1.21, make sure to build with (at least) Go 1.21.1, as this release fixes a remote-triggered panic in crypto/tls. See the release announcement for details.

Breaking Changes

  • Config.DisableVersionNegotiationPackets was moved to the Transport: #4047
  • Config.MaxTokenAge was moved to the Transport: #4084
  • Config.MaxRetryTokenAge was removed. The age limit for Retry tokens is now set to twice the handshake timeout: #4064
  • The handshake timeout is now set to twice the handshake idle timeout: #4063. For clients, it is recommend to limit the duration of the handshake by using setting the context on the Dial call.
  • The logging.Tracer and logging.ConnectionTracer are now structs (not interfaces): #4082

Please support quic-go!

Is your project / company relying on quic-go? Please consider funding the project. Any support is highly appreciated!

Changelog

... (truncated)

Commits
  • 2b29074 fix IPv4 ECN control message length on FreeBSD (#4110)
  • 9a397ab update gomock to v0.3.0 (#4087)
  • 4bdff39 README: add Hysteria (#4085)
  • 4a04618 ackhandler: fix ECN mangling detection when packets are lost (#4089)
  • c12f425 ackhandler: don't fail ECN validation if less than 10 testing packets are los...
  • 9010cfd remove unused unknownPacketHandler interface (#4093)
  • 22fb59e create FUNDING.yml
  • 55eebd4 return the cancellation cause for cancelled dials (#4078)
  • 1affe38 move MaxTokenAge configuration option to the Transport (#4084)
  • 9b82196 make the logging.Tracer and logging.ConnectionTracer a struct (#4082)
  • 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.38.1 to 0.39.1.
- [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.38.1...v0.39.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from yongtang as a code owner October 20, 2023 11:25
@dependabot dependabot bot added the go Pull requests that update Go code label Oct 20, 2023
@dependabot dependabot bot requested a review from stp-ip as a code owner October 20, 2023 11:25
@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Merging #6362 (5829796) into master (93c57b6) will increase coverage by 2.77%.
Report is 1050 commits behind head on master.
The diff coverage is 55.36%.

@@            Coverage Diff             @@
##           master    #6362      +/-   ##
==========================================
+ Coverage   55.70%   58.47%   +2.77%     
==========================================
  Files         224      252      +28     
  Lines       10016    16537    +6521     
==========================================
+ Hits         5579     9670    +4091     
- Misses       3978     6278    +2300     
- Partials      459      589     +130     
Files Coverage Δ
core/dnsserver/address.go 100.00% <100.00%> (ø)
core/dnsserver/config.go 0.00% <ø> (ø)
plugin/acl/setup.go 94.49% <100.00%> (+1.81%) ⬆️
plugin/auto/walk.go 76.05% <100.00%> (+2.72%) ⬆️
plugin/auto/zone.go 78.94% <ø> (+0.68%) ⬆️
plugin/autopath/autopath.go 73.61% <ø> (-1.39%) ⬇️
plugin/autopath/setup.go 54.34% <100.00%> (-3.55%) ⬇️
plugin/bufsize/bufsize.go 100.00% <100.00%> (ø)
plugin/bufsize/setup.go 60.60% <100.00%> (+4.08%) ⬆️
plugin/cache/dnssec.go 85.71% <100.00%> (+25.71%) ⬆️
... and 77 more

... and 170 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@SuperQ SuperQ merged commit a9313bc into master Oct 20, 2023
17 checks passed
@SuperQ SuperQ deleted the dependabot/go_modules/github.com/quic-go/quic-go-0.39.1 branch October 20, 2023 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant