Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.5k
Comparing changes
Open a pull request
base repository:quic-go/quic-go
Uh oh!
There was an error while loading.Please reload this page.
base:v0.56.0
head repository:quic-go/quic-go
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.57.0
- 14commits
- 33files changed
- 4contributors
Commits on Nov 10, 2025
ci: bump golangci/golangci-lint-action from 8 to 9 (#5426)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9.- [Release notes](https://github.com/golangci/golangci-lint-action/releases)- [Commits](golangci/golangci-lint-action@v8...v9)---updated-dependencies:- dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Nov 14, 2025
qlogwriter: fix storing of event schemas (#5430)
HTTP/3 qlogging (and qlogging for any other application protocol) onlyworks if the event schemas are stored.
Commits on Nov 16, 2025
Commits on Nov 18, 2025
Commits on Nov 19, 2025
http3: make Transport.MaxResponseBytes an int (#5433)
Both http.Server.MaxHeaderBytes and http3.Server.MaxHeaderBytes are intsas well, so this is more consistent.
update qpack to v0.6.0 (#5434)
* update qpack to v0.6.0* qlog invalid trailersCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Commits on Nov 20, 2025
http3: use QPACK_DECOMPRESSION_FAILED for QPACK errors (#5439)
* update testify to v1.11.1* http3: use QPACK_DECOMPRESSION_FAILED for QPACK errors
ackhandler: don’t generate an immediate ACK for the first packet (#5447)
Instead apply the regular RFC 9000 logic and send an acknowledgmentafter receiving two ack-eliciting packets.
don’t arm connection timer for connection ID retirement (#5449)
It should be sufficient to retire connection IDs the next time the runloops wakes up anyway, e.g. when a packet is received, or when a newpacket is sent.
README: add nodepass to list of projects (#5448)
* README: add nodepass to list of projects* README: reorder nodepass in list of projects
Commits on Nov 21, 2025
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.56.0...v0.57.0
Uh oh!
There was an error while loading.Please reload this page.