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

release v0.35.1 #2834

Merged
merged 8 commits into from
Jun 12, 2024
Merged

release v0.35.1 #2834

merged 8 commits into from
Jun 12, 2024

Conversation

sukunrt
Copy link
Member

@sukunrt sukunrt commented Jun 12, 2024

No description provided.

MarcoPolo and others added 8 commits June 8, 2024 12:06
…2820)

Updates the filterAddrs logic to no-op if the address is neither public nor private.

This fixes an issue in mocknet that assigns each node an address in the IPv6 discard prefix space. That doesn't interact well with this logic in identify.

The issue mocknet hits is that it filters out all received listen addresses and then doesn't remember any address for the peer.
This modifies TestObservedAddrManager to verify the fix in #2825
* libp2phttp: workaround for CloseNotifier

* Add lintignore
Update pion/ice to include the fix for out of order 
ConnectionState update callbacks
Copy link

Suggested version: v0.35.1

Comparing to: v0.35.0 (diff)

Changes in go.mod file(s):

(empty)

gorelease says:

# diagnostics
go.mod: the following requirements are needed
	github.com/cheekybits/genny@v1.0.0
	github.com/fsnotify/fsnotify@v1.6.0
	github.com/golang/mock@v1.6.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/onsi/ginkgo@v1.16.5
	github.com/spacemonkeygo/spacelog@v0.0.0-20180420211403-2296661a0572
	go.opencensus.io@v0.23.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
Suggested version: v0.35.1

gocompat says:

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

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-v035. 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.

@MarcoPolo MarcoPolo merged commit ea57d61 into release-v035 Jun 12, 2024
14 checks passed
MarcoPolo added a commit that referenced this pull request Jun 13, 2024
@MarcoPolo MarcoPolo mentioned this pull request Jun 13, 2024
MarcoPolo added a commit that referenced this pull request Jun 13, 2024
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.

3 participants