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

fix(deps): update module github.com/libp2p/go-libp2p to v0.36.3 #566

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/libp2p/go-libp2p v0.35.4 -> v0.36.3 age adoption passing confidence

Release Notes

libp2p/go-libp2p (github.com/libp2p/go-libp2p)

v0.36.3

Compare Source

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p@v0.36.2...v0.36.3

v0.36.2

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p@v0.36.1...v0.36.2

v0.36.1

Compare Source

⚠️ Breaking Changes ⚠️

  • Conn.NewStream, Network.NewStream and Host.NewStream timeout after 15 seconds, if no deadline is specified on the provided ctx.

🔦 Highlights

AutoNAT v2
  • This release ships with an autonat-v2 service. The service allows users to check their rechability for individual addresses.
  • For more details of the protocol, refer to the specs:
  • BasicHost doesn't use autonat-v2 right now for verifying reachability. Once there are enough autonat-v2 servers in the IPFS network, we will use autonat-v2 to infer the node's reachability, and deprecate autonat-v1.
  • AutoNAT v2 is disabled by default. To enable, use the EnableAutoNATV2 option.
WebRTC
WebRTC Direct transport is now Non-Experimental
  • /webrtc-direct is now enabled by default.
  • We will provide patch releases for any bug fixes or security vulnerabilities in WebRTC just like other transports.
Share listening port with QUIC
  • WebRTC Direct nodes, like WebTransport nodes can use the same port as the QUIC transport.
	h, err = libp2p.New(
		libp2p.ListenAddrStrings(
			"/ip4/0.0.0.0/udp/4242/quic-v1",
			"/ip4/0.0.0.0/udp/4242/webrtc-direct"),
	)
  • Servers now don't need to open an extra port in their firewalls. This also enables WebRTC Direct nodes to infer their publicly visible address on machines behind a NAT.

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p@v0.35.0...v0.36.1

v0.36.0

Compare Source

Retracted

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p@v0.35.0...v0.36.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Aug 27, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated

Details:

Package Change
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/elastic/gosigar v0.14.2 -> v0.14.3
github.com/klauspost/compress v1.17.8 -> v1.17.9
github.com/klauspost/cpuid/v2 v2.2.7 -> v2.2.8
github.com/pion/datachannel v1.5.6 -> v1.5.8
github.com/pion/dtls/v2 v2.2.11 -> v2.2.12
github.com/pion/ice/v2 v2.3.25 -> v2.3.34
github.com/pion/rtp v1.8.6 -> v1.8.8
github.com/pion/sctp v1.8.16 -> v1.8.20
github.com/pion/srtp/v2 v2.0.18 -> v2.0.20
github.com/pion/transport/v2 v2.2.5 -> v2.2.10
github.com/pion/webrtc/v3 v3.2.40 -> v3.3.0
github.com/prometheus/common v0.48.0 -> v0.55.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
github.com/quic-go/quic-go v0.44.0 -> v0.45.2
google.golang.org/protobuf v1.34.1 -> v1.34.2
lukechampine.com/blake3 v1.2.1 -> v1.3.0

@github-actions github-actions bot enabled auto-merge (squash) August 27, 2024 11:05
@mudler mudler disabled auto-merge August 27, 2024 15:28
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-0.x branch from 9034cda to 6dc3438 Compare August 28, 2024 16:55
@github-actions github-actions bot enabled auto-merge (squash) August 28, 2024 16:55
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-0.x branch from 6dc3438 to 8358958 Compare September 4, 2024 22:02
@renovate renovate bot changed the title fix(deps): update module github.com/libp2p/go-libp2p to v0.36.2 fix(deps): update module github.com/libp2p/go-libp2p to v0.36.3 Sep 4, 2024
@github-actions github-actions bot merged commit 28a26ae into master Sep 4, 2024
19 checks passed
@renovate renovate bot deleted the renovate/github.com-libp2p-go-libp2p-0.x branch September 4, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants