Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2025

Bumps github.com/quic-go/quic-go from 0.50.1 to 0.54.1.

Release notes

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

v0.54.0

This release adds support for QUIC Stream Resets with Partial Delivery, a QUIC extension that allows resetting a stream, while guaranteeing delivery of stream data up to a certain byte offset (#5155, #5158, #5160, #5235, #5242, #5243). This extension is a requirement of newer versions of WebTransport over HTTP/3.

Other Notable Changes

  • http3: the package now doesn't depend on any internal quic-go packages: #5256
  • wire: return concrete structs (instead of a wire.Frame) for common frame types (STREAM, DATAGRAM, ACK), speeding up STREAM frame parsing by ~18%: #5253, #5227, thanks to @​jannis-seemann

Fixes

  • fix retransmission logic for path probing packets: #5241
  • close the Transport when DialAddr fails: #5259, thanks to @​rbqvq

Changelog

New Contributors

Full Changelog: quic-go/quic-go@v0.53.0...v0.54.0

v0.53.0

This release introduces a massive overhaul of the quic-go API. See this blog post for more details about the motivation. Most users will need to make some changes when upgrading to this version.

  • The Connection interface was removed in favor of a Conn struct (#5195).
  • The ReceiveStream, SendStream and Stream interfaces were replaced with structs of the same name (#5149, #5172, #5173, #5214).

In most cases, migrating downstream code should be fairly straightforward. For example, a method that used to accept a quic.Connection as a parameter now needs to accept a *quic.Conn, and a function handling a quic.Stream now needs to handle a *quic.Stream. Of course, consumers of quic-go are free to define their own interfaces.

Similarly, on the HTTP/3 layer:

  • The Connection interface was replaced with a Conn struct (#5204).
  • The RequestStream interface was converted to a struct (#5153, #5216).
  • The Stream interface was converted to a struct (#5154).

... (truncated)

Commits
  • 0264fbc drop initial packets when the handshake is confirmed
  • c2e784a wire: optimize parsing logic for STREAM, DATAGRAM and ACK frames (#5227)
  • 893a594 wire: improve frame parsing benchmarks (#5263)
  • afe01ef close Transport when DialAddr fails (#5259)
  • 0a9c6ea http3: remove dependency on quic internal packages (#5256)
  • fd32cf5 fix flaky TestPostQuantumClientHello (#5253)
  • 0eb237f add a Config and ConnectionState flag for RESET_STREAM_AT (#5243)
  • 61d2fa5 http3: fix flaky TestConnGoAwayFailures (#5252)
  • dadc8db fix flaky TestServerReceiveQueue (#5249)
  • 3f3d309 fix flaky TestDrainServerAcceptQueue (#5247)
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.50.1 to 0.54.1.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Commits](quic-go/quic-go@v0.50.1...v0.54.1)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-version: 0.54.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from acouvreur as a code owner October 10, 2025 17:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 10, 2025
@github-actions github-actions bot added the reverse-proxy Reverse proxy integration related issue label Oct 10, 2025
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link

✅ All tests successful. No failed tests were found.

📣 Thoughts on this report? Let Codecov know! | Powered by Codecov

@github-actions
Copy link

┌──────────────────────────────────────────────────────────────────────────────────────┐
│ Diff between sablier_v1.10.1_linux-amd64 and sablier_draft_linux-amd64               │
├──────────┬───────────────────────────────────────────┬──────────┬──────────┬─────────┤
│ PERCENT  │ NAME                                      │ OLD SIZE │ NEW SIZE │ DIFF    │
├──────────┼───────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +2.67%   │ k8s.io/api                                │ 17 MB    │ 17 MB    │ +454 kB │
│ +3.34%   │ k8s.io/client-go                          │ 12 MB    │ 13 MB    │ +412 kB │
│ +100%    │ go.yaml.in/yaml/v3                        │          │ 299 kB   │ +299 kB │
│ +100%    │ sigs.k8s.io/structured-merge-diff/v6      │          │ 262 kB   │ +262 kB │
│ +100%    │ go.yaml.in/yaml/v2                        │          │ 259 kB   │ +259 kB │
│ +258.20% │ github.com/spf13/cast                     │ 28 kB    │ 100 kB   │ +72 kB  │
│ +10.72%  │ github.com/fxamacker/cbor/v2              │ 240 kB   │ 266 kB   │ +26 kB  │
│ +135.29% │ github.com/sourcegraph/conc               │ 16 kB    │ 37 kB    │ +21 kB  │
│ +100%    │ github.com/pmezard/go-difflib             │          │ 16 kB    │ +16 kB  │
│ +79.67%  │ github.com/samber/slog-gin                │ 17 kB    │ 30 kB    │ +13 kB  │
│ +5.86%   │ sigs.k8s.io/json                          │ 148 kB   │ 156 kB   │ +8.7 kB │
│ +1.06%   │ <autogenerated>                           │ 690 kB   │ 698 kB   │ +7.3 kB │
│ +652.24% │ github.com/opencontainers/runtime-tools   │ 735 B    │ 5.5 kB   │ +4.8 kB │
│ +0.90%   │ github.com/spf13/pflag                    │ 278 kB   │ 281 kB   │ +2.5 kB │
│ +3.51%   │ github.com/spf13/viper                    │ 64 kB    │ 67 kB    │ +2.3 kB │
│ +2.27%   │ github.com/go-viper/mapstructure/v2       │ 83 kB    │ 85 kB    │ +1.9 kB │
│ +2.63%   │ sync                                      │ 70 kB    │ 72 kB    │ +1.8 kB │
│ +4.50%   │ k8s.io/utils                              │ 27 kB    │ 28 kB    │ +1.2 kB │
│ +10.53%  │ internal/runtime/atomic                   │ 10 kB    │ 11 kB    │ +1.1 kB │
│ +17.31%  │ github.com/sagikazarmark/locafero         │ 6.0 kB   │ 7.1 kB   │ +1.0 kB │
│ +0.10%   │ runtime                                   │ 848 kB   │ 848 kB   │ +834 B  │
│ +0.24%   │ github.com/spf13/cobra                    │ 226 kB   │ 227 kB   │ +533 B  │
│ +0.42%   │ github.com/opencontainers/cgroups         │ 122 kB   │ 122 kB   │ +505 B  │
│ +2.13%   │ github.com/docker/go-connections          │ 12 kB    │ 12 kB    │ +252 B  │
│ +0.10%   │ os                                        │ 203 kB   │ 203 kB   │ +205 B  │
│ +0.01%   │ google.golang.org/protobuf                │ 1.7 MB   │ 1.7 MB   │ +146 B  │
│ +0.01%   │ github.com/containers/storage             │ 1.5 MB   │ 1.5 MB   │ +120 B  │
│ +0.02%   │ github.com/go-playground/validator/v10    │ 302 kB   │ 302 kB   │ +58 B   │
│ +0.01%   │ github.com/json-iterator/go               │ 420 kB   │ 420 kB   │ +30 B   │
│ +2.03%   │ internal/lazyregexp                       │ 1.4 kB   │ 1.4 kB   │ +28 B   │
│ +0.01%   │ github.com/ulikunitz/xz                   │ 160 kB   │ 160 kB   │ +17 B   │
│ +0.03%   │ github.com/containers/ocicrypt            │ 51 kB    │ 51 kB    │ +17 B   │
│ +0.00%   │ k8s.io/kube-openapi                       │ 447 kB   │ 447 kB   │ +16 B   │
│ +0.00%   │ net                                       │ 1.5 MB   │ 1.5 MB   │ +15 B   │
│ +0.06%   │ github.com/opencontainers/go-digest       │ 21 kB    │ 22 kB    │ +13 B   │
│ +0.13%   │ github.com/gin-contrib/sse                │ 9.3 kB   │ 9.3 kB   │ +12 B   │
│ +0.03%   │ github.com/golang/protobuf                │ 33 kB    │ 33 kB    │ +10 B   │
│ +0.01%   │ github.com/containers/podman/v5           │ 84 kB    │ 84 kB    │ +9 B    │
│ +0.00%   │ go.opentelemetry.io/otel                  │ 336 kB   │ 336 kB   │ +9 B    │
│ +0.04%   │ github.com/google/go-intervals            │ 20 kB    │ 20 kB    │ +8 B    │
│ +0.01%   │ google.golang.org/genproto/googleapis/api │ 110 kB   │ 110 kB   │ +8 B    │
│ +0.02%   │ github.com/go-logr/logr                   │ 52 kB    │ 52 kB    │ +8 B    │
│ +0.02%   │ sigs.k8s.io/randfill                      │ 35 kB    │ 35 kB    │ +7 B    │
│ +0.01%   │ github.com/davecgh/go-spew                │ 49 kB    │ 49 kB    │ +7 B    │
│ +0.20%   │ golang.org/x/term                         │ 3.5 kB   │ 3.5 kB   │ +7 B    │
│ +0.00%   │ github.com/klauspost/compress             │ 490 kB   │ 490 kB   │ +7 B    │
│ +0.01%   │ github.com/containers/libtrust            │ 56 kB    │ 56 kB    │ +7 B    │
│ +0.00%   │ encoding/json                             │ 158 kB   │ 158 kB   │ +6 B    │
│ +0.04%   │ golang.org/x/time                         │ 17 kB    │ 17 kB    │ +6 B    │
│ +0.00%   │ github.com/gabriel-vasile/mimetype        │ 217 kB   │ 217 kB   │ +6 B    │
│ +0.01%   │ archive/tar                               │ 79 kB    │ 79 kB    │ +5 B    │
│ +0.01%   │ github.com/leodido/go-urn                 │ 56 kB    │ 56 kB    │ +5 B    │
│ +0.01%   │ github.com/distribution/reference         │ 37 kB    │ 37 kB    │ +4 B    │
│ +0.13%   │ golang.org/x/sync                         │ 2.2 kB   │ 2.2 kB   │ +3 B    │
│ +0.02%   │ compress/zlib                             │ 8.7 kB   │ 8.7 kB   │ +2 B    │
│ +0.01%   │ github.com/skeema/knownhosts              │ 14 kB    │ 14 kB    │ +2 B    │
│ +0.02%   │ github.com/go-openapi/swag                │ 10 kB    │ 10 kB    │ +2 B    │
│ +0.00%   │ encoding/xml                              │ 121 kB   │ 121 kB   │ +1 B    │
│ +0.01%   │ github.com/stefanberger/go-pkcs11uri      │ 18 kB    │ 18 kB    │ +1 B    │
│ +0.01%   │ encoding/csv                              │ 12 kB    │ 12 kB    │ +1 B    │
│ +0.00%   │ hash                                      │ 25 kB    │ 25 kB    │ +1 B    │
│ +0.00%   │ github.com/kevinburke/ssh_config          │ 64 kB    │ 64 kB    │ +1 B    │
│ +0.00%   │ github.com/klauspost/pgzip                │ 29 kB    │ 29 kB    │ +1 B    │
│ -0.00%   │ github.com/vbauerster/mpb/v8              │ 90 kB    │ 90 kB    │ -1 B    │
│ -0.00%   │ internal/poll                             │ 93 kB    │ 93 kB    │ -1 B    │
│ -0.17%   │ github.com/containers/buildah             │ 598 B    │ 597 B    │ -1 B    │
│ -0.00%   │ strconv                                   │ 59 kB    │ 59 kB    │ -1 B    │
│ -0.00%   │ google.golang.org/grpc                    │ 1.0 MB   │ 1.0 MB   │ -1 B    │
│ -0.00%   │ text/template                             │ 264 kB   │ 264 kB   │ -1 B    │
│ -0.01%   │ github.com/tniswong/go.rfcx               │ 9.2 kB   │ 9.2 kB   │ -1 B    │
│ -0.23%   │ github.com/mailru/easyjson                │ 1.3 kB   │ 1.3 kB   │ -3 B    │
│ -0.00%   │ golang.org/x/text                         │ 153 kB   │ 153 kB   │ -3 B    │
│ -0.00%   │ github.com/gogo/protobuf                  │ 500 kB   │ 500 kB   │ -3 B    │
│ -0.01%   │ golang.org/x/sys                          │ 60 kB    │ 60 kB    │ -4 B    │
│ -0.02%   │ vendor/golang.org/x/crypto/cryptobyte     │ 25 kB    │ 25 kB    │ -4 B    │
│ -0.00%   │ slices                                    │ 285 kB   │ 285 kB   │ -4 B    │
│ -0.04%   │ embed                                     │ 11 kB    │ 11 kB    │ -4 B    │
│ -0.02%   │ github.com/tchap/go-patricia/v2           │ 26 kB    │ 26 kB    │ -5 B    │
│ -0.00%   │ github.com/gin-gonic/gin                  │ 260 kB   │ 260 kB   │ -5 B    │
│ -0.00%   │ github.com/pelletier/go-toml/v2           │ 207 kB   │ 207 kB   │ -6 B    │
│ -0.03%   │ github.com/spf13/afero                    │ 20 kB    │ 20 kB    │ -6 B    │
│ -0.00%   │ github.com/BurntSushi/toml                │ 158 kB   │ 158 kB   │ -6 B    │
│ -0.01%   │ github.com/docker/distribution            │ 44 kB    │ 44 kB    │ -6 B    │
│ -0.02%   │ github.com/cyphar/filepath-securejoin     │ 57 kB    │ 57 kB    │ -9 B    │
│ -0.01%   │ github.com/sirupsen/logrus                │ 82 kB    │ 82 kB    │ -9 B    │
│ -0.02%   │ github.com/coreos/go-systemd/v22          │ 83 kB    │ 83 kB    │ -15 B   │
│ -0.03%   │ image                                     │ 81 kB    │ 81 kB    │ -22 B   │
│ -0.03%   │ github.com/vbatts/tar-split               │ 75 kB    │ 75 kB    │ -24 B   │
│ -0.01%   │ github.com/godbus/dbus/v5                 │ 329 kB   │ 329 kB   │ -25 B   │
│ -0.00%   │ crypto                                    │ 1.7 MB   │ 1.7 MB   │ -26 B   │
│ -0.00%   │ golang.org/x/net                          │ 672 kB   │ 672 kB   │ -30 B   │
│ -0.03%   │ syscall                                   │ 94 kB    │ 93 kB    │ -32 B   │
│ -0.05%   │ go.opentelemetry.io/auto/sdk              │ 82 kB    │ 82 kB    │ -39 B   │
│ -0.01%   │ golang.org/x/crypto                       │ 637 kB   │ 637 kB   │ -58 B   │
│ -0.02%   │ github.com/go-jose/go-jose/v4             │ 252 kB   │ 252 kB   │ -60 B   │
│ -0.01%   │ github.com/containers/image/v5            │ 1.3 MB   │ 1.3 MB   │ -125 B  │
│ -0.23%   │ github.com/containers/common              │ 79 kB    │ 78 kB    │ -183 B  │
│ -1.33%   │ github.com/google/uuid                    │ 22 kB    │ 21 kB    │ -289 B  │
│ -0.27%   │ github.com/emicklei/go-restful/v3         │ 118 kB   │ 117 kB   │ -323 B  │
│ -0.15%   │ github.com/google/go-cmp                  │ 289 kB   │ 289 kB   │ -425 B  │
│ -0.96%   │ strings                                   │ 54 kB    │ 54 kB    │ -521 B  │
│ -0.48%   │ log                                       │ 115 kB   │ 114 kB   │ -545 B  │
│ -11.66%  │ errors                                    │ 6.3 kB   │ 5.6 kB   │ -737 B  │
│ -0.45%   │ gopkg.in/yaml.v3                          │ 299 kB   │ 298 kB   │ -1.3 kB │
│ -1.52%   │ k8s.io/klog/v2                            │ 114 kB   │ 112 kB   │ -1.7 kB │
│ -0.73%   │ reflect                                   │ 318 kB   │ 315 kB   │ -2.3 kB │
│ -0.16%   │ github.com/google/gnostic-models          │ 1.5 MB   │ 1.5 MB   │ -2.5 kB │
│ -100%    │ github.com/syndtr/gocapability            │ 3.8 kB   │          │ -3.8 kB │
│ -47.81%  │ encoding/pem                              │ 8.4 kB   │ 4.4 kB   │ -4.0 kB │
│ -0.70%   │ k8s.io/apimachinery                       │ 1.7 MB   │ 1.7 MB   │ -12 kB  │
│ -10.34%  │ github.com/sablierapp/sablier             │ 205 kB   │ 184 kB   │ -21 kB  │
│ -5.85%   │ github.com/docker/docker                  │ 417 kB   │ 393 kB   │ -24 kB  │
│ -100%    │ sigs.k8s.io/structured-merge-diff/v4      │ 258 kB   │          │ -258 kB │
│ -91.42%  │ sigs.k8s.io/yaml                          │ 285 kB   │ 24 kB    │ -260 kB │
│ -74.95%  │ github.com/modern-go/reflect2             │ 545 kB   │ 136 kB   │ -408 kB │
├──────────┼───────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +0.93%   │ .rodata                                   │ 11 MB    │ 12 MB    │ +106 kB │
│ +0.28%   │ .noptrdata                                │ 900 kB   │ 903 kB   │ +2.6 kB │
│ +0.79%   │ .data                                     │ 248 kB   │ 250 kB   │ +2.0 kB │
│ +1.09%   │ .typelink                                 │ 104 kB   │ 105 kB   │ +1.1 kB │
│ +0.97%   │ .itablink                                 │ 35 kB    │ 35 kB    │ +336 B  │
│ +1.71%   │ .go.buildinfo                             │ 14 kB    │ 14 kB    │ +240 B  │
├──────────┼───────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +1.45%   │ sablier_v1.10.1_linux-amd64               │ 64 MB    │ 65 MB    │ +926 kB │
│          │ sablier_draft_linux-amd64                 │          │          │         │
└──────────┴───────────────────────────────────────────┴──────────┴──────────┴─────────┘

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

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code reverse-proxy Reverse proxy integration related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants