Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update quic-go to v0.37.7, release v0.30.1 #2667

Merged
merged 2 commits into from Dec 13, 2023
Merged

Conversation

marten-seemann
Copy link
Contributor

No description provided.

Copy link

Suggested version: v0.30.1

Comparing to: v0.30.0 (diff)

Changes in go.mod file(s):

(empty)

gorelease says:

# github.com/libp2p/go-libp2p/config
## compatible changes
PrivKeyToTokenGeneratorKey: added

# github.com/libp2p/go-libp2p/core/connmgr
## incompatible changes
ConnManager.CheckLimit: added
## compatible changes
GetConnLimiter: added
NullConnMgr.CheckLimit: added

# github.com/libp2p/go-libp2p/core/peer
## incompatible changes
Encode: removed
ID.Pretty: removed

# github.com/libp2p/go-libp2p/core/sec
## compatible changes
ErrPeerIDMismatch: added

# github.com/libp2p/go-libp2p/core/transport
## compatible changes
DialUpdate: added
DialUpdateKind: added
DialUpdater: added
UpdateKindDialFailed: added
UpdateKindDialSuccessful: added
UpdateKindHandshakeProgressed: added

# github.com/libp2p/go-libp2p/p2p/host/resource-manager
## compatible changes
(*resourceManager).GetConnLimit: added

# github.com/libp2p/go-libp2p/p2p/net/connmgr
## compatible changes
(*BasicConnMgr).CheckLimit: added

# github.com/libp2p/go-libp2p/p2p/net/swarm
## incompatible changes
(*DialError).Unwrap: changed from func() error to func() []error
MetricsTracer.FailedDialing: changed from func(github.com/multiformats/go-multiaddr.Multiaddr, error) to func(github.com/multiformats/go-multiaddr.Multiaddr, error, error)
## compatible changes
(*TransportError).Unwrap: added
ErrQUICDraft29: added

# github.com/libp2p/go-libp2p/p2p/transport/quicreuse
## incompatible changes
NewConnManager: changed from func(github.com/quic-go/quic-go.StatelessResetKey, ...Option) (*ConnManager, error) to func(github.com/quic-go/quic-go.StatelessResetKey, github.com/quic-go/quic-go/internal/handshake.TokenProtectorKey, ...Option) (*ConnManager, error)

# github.com/libp2p/go-libp2p/p2p/transport/tcp
## compatible changes
(*TcpTransport).DialWithUpdates: added

# diagnostics
go.mod: the following requirements are needed
	github.com/google/pprof@v0.0.0-20231023181126-ff6d637d2a7b
	github.com/huin/goupnp@v1.3.0
	github.com/klauspost/compress@v1.17.2
	github.com/mattn/go-isatty@v0.0.20
	github.com/miekg/dns@v1.1.56
	github.com/multiformats/go-multiaddr@v0.12.0
	github.com/multiformats/go-multistream@v0.5.0
	github.com/onsi/ginkgo/v2@v2.13.0
	github.com/quic-go/qtls-go1-20@v0.3.4
	github.com/quic-go/quic-go@v0.39.3
	github.com/quic-go/webtransport-go@v0.6.0
	go.uber.org/dig@v1.17.1
	go.uber.org/fx@v1.20.1
	go.uber.org/zap@v1.26.0
	golang.org/x/crypto@v0.14.0
	golang.org/x/exp@v0.0.0-20231006140011-7918f672742d
	golang.org/x/mod@v0.13.0
	golang.org/x/net@v0.17.0
	golang.org/x/sync@v0.4.0
	golang.org/x/sys@v0.13.0
	golang.org/x/text@v0.13.0
	golang.org/x/tools@v0.14.0
	github.com/cheekybits/genny@v1.0.0
	github.com/hashicorp/golang-lru@v0.5.4
	github.com/libp2p/go-openssl@v0.1.0
	github.com/libp2p/go-yamux/v3@v3.1.2
	github.com/lucas-clemente/quic-go@v0.28.1
	github.com/marten-seemann/qtls-go1-16@v0.1.5
	github.com/marten-seemann/qtls-go1-17@v0.1.2
	github.com/marten-seemann/qtls-go1-18@v0.1.2
	github.com/marten-seemann/qtls-go1-19@v0.1.0
	github.com/mattn/go-pointer@v0.0.1
	github.com/nxadm/tail@v1.4.8
	github.com/spacemonkeygo/spacelog@v0.0.0-20180420211403-2296661a0572
	go.opencensus.io@v0.23.0
	go.uber.org/mock@v0.3.0
	gopkg.in/tomb.v1@v1.0.0-20141024135613-dd632973f1e7
Run 'go mod tidy' to add missing requirements.
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Cannot suggest a release version.
Module indirectly depends on a higher version of itself (v0.32.1) than the base version (v0.30.0).

gocompat says:

Your branch is up to date with 'origin/release-v030'.

Cutting a Release (and modifying non-markdown files)

This PR is modifying both version.json and non-markdown files.
The Release Checker is not able to analyse files that are not checked in to release-v030. This might cause the above analysis to be inaccurate.
Please consider performing all the code changes in a separate PR before cutting the release.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@marten-seemann marten-seemann merged commit 571cb09 into release-v030 Dec 13, 2023
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants