chore(deps): update module github.com/quic-go/quic-go to v0.61.0#1176
Merged
GuillaumeKESTEMAN merged 1 commit intoJul 27, 2026
Merged
Conversation
GuillaumeKESTEMAN
enabled auto-merge
July 27, 2026 05:51
GuillaumeKESTEMAN
disabled auto-merge
July 27, 2026 05:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.60.0→v0.61.0Release Notes
quic-go/quic-go (github.com/quic-go/quic-go)
v0.61.0Compare Source
This release adds new stream APIs intended for application protocols that perform their own flow-control accounting, such as WebTransport:
SendStreamandStreamnow exposeTryWriteAll, which queues an entire buffer without blocking or returnsErrWouldBlockwithout queueing anything: #5704SendStreamandStreamnow exposeWriteWithLimit, allowing higher-level protocols to apply an additional send limit while data is packetized: #5753ReceiveStreamandStreamnow exposeSetReceiveFinalSizeCallback, which reports the final receive-side stream size once it is learned from a FIN or RESET_STREAM frame: #5752Support for the RESET_STREAM_AT extension was updated to draft-09, while retaining support for the draft-07 codepoint for backwards compatibility: #5724
Breaking Changes
ParseCapsulewas replaced by the statefulCapsuleParserandCapsuleReaderAPIs. Each capsule payload must now be consumed or discarded before advancing to the next capsule: #5729StreamID.TypeandStreamID.InitiatedBymethods were removed because they exposed internal types: #5744datagram_payload_checksuminstead ofdatagram_id, and the corresponding exported qlog types were renamed: #5758Notable Fixes
OpenStreamSynccalls and prevents new request streams from being opened: #5730Changelog
Full Changelog: quic-go/quic-go@v0.60.0...v0.61.0
Configuration
📅 Schedule: (in timezone Europe/Paris)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.