Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps github.com/quic-go/quic-go from 0.57.1 to 0.58.0.

Release notes

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

v0.58.0

This release optimizes the QUIC handshake:

  • Multiple incoming packets are now processed before sending an acknowledgment, reducing the total number of packets sent: #5451
  • ACK frames are now packed into coalesced packets, reducing the need to send a separate packet just for the ACK in many cases: #5477
  • When packets are buffered during the handshake, this now doesn't lead to inflated RTT measurements anymore: #5493, #5494

Other notable changes

  • quic-go now has a new logo: #5484
  • ACK frames can now be encoded with up to 64 ranges (previously: 32): #5476
  • Serializing ACK frames is now significantly faster: #5476
  • Improved batch packet processing logic: #5478
  • qlog: added support for the datagram_id on packet_sent, packet_received and packet_buffered events, using the CRC32 of the packet

Changelog

Full Changelog: quic-go/quic-go@v0.57.0...v0.58.0

Commits
  • 96b8144 ackhandler: only generate RTT sample for the last ack-eliciting packet (#5493)
  • db87809 ackhandler: record RTT measurements for non-ack-eliciting packets (#5494)
  • 3c577ff utils: make TestAddTimestamp work in all time zones (#5492)
  • ef7fbab ci: add Go 1.26rc1 to tested Go versions (#5486)
  • c3fa789 update the logo (#5484)
  • 0eec64b ci: bump actions/upload-artifact from 5 to 6 (#5483)
  • 449162a ci: bump actions/cache from 4 to 5 (#5482)
  • add7529 improve batch packet processing logic (#5478)
  • bbcc555 allow packing of ACKs in coalesced packets (#5477)
  • 6bf4231 wire: add a function to trunctate an ACK frame to a given size (#5476)
  • 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.57.1 to 0.58.0.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Commits](quic-go/quic-go@v0.57.1...v0.58.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependency related work label Dec 22, 2025
@github-actions github-actions bot enabled auto-merge (squash) December 22, 2025 09:07
@codecov
Copy link

codecov bot commented Dec 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.41%. Comparing base (06f1001) to head (e00bd4f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #364      +/-   ##
==========================================
- Coverage   79.46%   79.41%   -0.06%     
==========================================
  Files          65       65              
  Lines        3770     3770              
==========================================
- Hits         2996     2994       -2     
- Misses        648      649       +1     
- Partials      126      127       +1     
Flag Coverage Δ
unittests 79.41% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency related work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant