Skip to content

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Jan 18, 2026

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v0.59.0

Compare Source

This release adds a couple of new features:

  • Adds an API to peek stream data on ReceiveStream and Stream: #​5501
  • Adds an API to peek the next varint on a stream: #​5502
  • Reworks the API exposed by the HTTP/3 package for WebTransport: #​5509, #​5512. Regular HTTP/3 use cases should not be affected by these changes.
  • Adds support for HTTP request trailers (trailers sent by the client): #​5507

Breaking Changes

  • Removes the deprecated ClientHelloInfo: #​5497
  • Removes the deprecated ConnectionTracingID and ConnectionTracingKey: #​5521
  • http3: the qlogger is now closed after all streams have been handled: #​5524
  • The ConnectionState now reports both the local and the remote status of the QUIC Datagram and Reliable Stream Reset extensions: #​5533

Other Notable Fixes

  • Fixes an infinite loop of PING-only packets caused by a bug in the PTO queueing logic: #​5538 and #​5539
  • http3: Fixes a race condition between new request streams and GOAWAY: #​5522
  • qlog: Fixes a race condition between RecordEvent and Close: #​5523

Changelog

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

v0.58.1

Compare Source

This patch release backports fixes for a bug in the PTO queueing logic that could lead to an infinite loop of PING packets.

Bug Fixes

  • ackhandler: fix qlogging of outstanding packet count (#​5538)
  • ackhandler: fix counting of packets queued for PTO probing (#​5539)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

red-hat-konflux bot and others added 2 commits January 11, 2026 12:40
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@bsquizz
Copy link
Contributor

bsquizz commented Jan 20, 2026

/test-e2e

@red-hat-konflux
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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