Skip to content

Update module github.com/quic-go/quic-go to v0.58.0#102

Merged
JoTurk merged 1 commit intomasterfrom
renovate/github.com-quic-go-quic-go-0.x
Jan 9, 2026
Merged

Update module github.com/quic-go/quic-go to v0.58.0#102
JoTurk merged 1 commit intomasterfrom
renovate/github.com-quic-go-quic-go-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/quic-go/quic-go v0.57.0v0.58.0 age confidence

Release Notes

quic-go/quic-go (github.com/quic-go/quic-go)

v0.58.0

Compare Source

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

v0.57.1

Compare Source

This release resolves a panic during the server handshake when using the upcoming Go 1.26 toolchain, specifically occurring with TLS session tickets disabled (#​5462). This issue does not impact builds on Go 1.25 or earlier versions.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.03%. Comparing base (ee92cf4) to head (62cbf30).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #102   +/-   ##
=======================================
  Coverage   51.03%   51.03%           
=======================================
  Files          11       11           
  Lines         337      337           
=======================================
  Hits          172      172           
  Misses        147      147           
  Partials       18       18           
Flag Coverage Δ
go 51.03% <ø> (ø)

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.

@renovate renovate bot force-pushed the renovate/github.com-quic-go-quic-go-0.x branch from 55d1c79 to eafee19 Compare December 2, 2025 20:58
@renovate renovate bot force-pushed the renovate/github.com-quic-go-quic-go-0.x branch from eafee19 to be9fe3a Compare December 21, 2025 09:44
@renovate renovate bot changed the title Update module github.com/quic-go/quic-go to v0.57.1 Update module github.com/quic-go/quic-go to v0.58.0 Dec 21, 2025
@renovate renovate bot force-pushed the renovate/github.com-quic-go-quic-go-0.x branch from be9fe3a to 62cbf30 Compare January 9, 2026 15:18
@JoTurk JoTurk merged commit 399ce3a into master Jan 9, 2026
17 of 18 checks passed
@JoTurk JoTurk deleted the renovate/github.com-quic-go-quic-go-0.x branch January 9, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant