chore(deps): bump github.com/quic-go/quic-go from 0.49.1 to 0.59.1#21750
chore(deps): bump github.com/quic-go/quic-go from 0.49.1 to 0.59.1#21750dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 304e45f47b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| github.com/quic-go/qpack v0.5.1 // indirect | ||
| github.com/quic-go/quic-go v0.49.1 // indirect | ||
| github.com/quic-go/qpack v0.6.0 // indirect | ||
| github.com/quic-go/quic-go v0.59.1 // indirect |
There was a problem hiding this comment.
Keep quic-go compatible with go-libp2p
When building the taiko-client P2P path, op-node/p2p imports the root github.com/libp2p/go-libp2p package, whose v0.36.5 defaults compile the QUIC transport. That transport still uses the old quic-go API (quic.Connection and AllowConnectionWindowIncrease func(quic.Connection, ...)), while quic-go v0.59.1 exposes *quic.Conn instead, so this version bump makes those imported libp2p packages fail to compile. Please either upgrade go-libp2p/webtransport together with quic-go or keep quic-go on a compatible version.
Useful? React with 👍 / 👎.
304e45f to
f2b77ac
Compare
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.49.1 to 0.59.1. - [Release notes](https://github.com/quic-go/quic-go/releases) - [Commits](quic-go/quic-go@v0.49.1...v0.59.1) --- updated-dependencies: - dependency-name: github.com/quic-go/quic-go dependency-version: 0.59.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
f2b77ac to
9155e50
Compare
|
Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request. |
1 similar comment
|
Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request. |
Bumps github.com/quic-go/quic-go from 0.49.1 to 0.59.1.
Release notes
Sourced from github.com/quic-go/quic-go's releases.
... (truncated)
Commits
438abf0http3: implement trailer validation logic (#5642)7659dd8ackhandler: fix counting of packets queued for PTO probing (#5539)bd4aea9ackhandler: fix qlogging of outstanding packet count (#5538)76b3e07ackhandler: remove unused declaredLost field in the packet (#5537)2020668expose local and remote settings in ConnectionState (#5533)d082d9ffix flaky TestHTTP3Qlog (#5532)c5f15f2http3: close qlogger after all streams have been handled (#5524)f6dbf89polish the security policy (#5526)29cb6ffqlogwriter: fix race between RecordEvent and Close (#5523)e8a6e37http3: fix race between new streams and GOAWAY (#5522)