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

Bump github.com/libp2p/go-libp2p from 0.31.0 to 0.32.0 #106

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps github.com/libp2p/go-libp2p from 0.31.0 to 0.32.0.

Release notes

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

v0.32.0

🔦 Highlights

WebRTC Direct

This release adds support for WebRTC Direct. WebRTC Direct allows browser nodes to connect to go-libp2p directly, without any configuration (e.g. TLS certificates) needed on the go-libp2p side. This is useful for browser nodes that aren’t able to use Webtransport. Note that WebRTC Direct cannot be used to connect a browser node to a go-libp2p node behind a NAT / firewall. This requires using WebRTC, which is currently being worked on libp2p/go-libp2p#2009.

Happy Eyeballs for TCP

In the last couple of releases we’ve shipped Smart Dialing and Black hole Detection. This release continues our effort to improve the dial prioritisation logic to avoid spurious dials with the introduction of Happy Eyeballs for TCP addresses. As recommended by RFC 8305, when dialing a peer’s TCP addresses, we now dial the IPv6 address first and only dial the peer’s IPv4 address if we have not established the IPv6 TCP connection within 250ms.

Misc

  • host.NewStream now waits for a hole punched connection to be available rather than returning network.ErrTransientConn immediately.
  • go-libp2p now works on riscv64 architectures.

Changelog

... (truncated)

Commits
  • 4e2a16d release v0.32.0 (#2625)
  • 69b4d9c chore: update js-libp2p examples repo (#2624)
  • e700b4b chore: update dependencies for v0.32 release (#2621)
  • 6d306bf identify: don't filter dns addresses based on remote addr type (#2553)
  • 2c36d31 webrtc: fix race in TestRemoveConnByUfrag (#2620)
  • 81d5c0c swarm: fix recursive resolving of DNS multiaddrs (#2564)
  • c463bcd ci: migrate to renamed interop test action (#2617)
  • 2101332 quic: update quic-go to v0.39.1, set a static resumption token generator key ...
  • 476eda4 test/basichost: fix flaky test due to rcmgr (#2613)
  • c4bf8a1 swarm: use typed atomics (#2612)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/libp2p/go-libp2p [>= 6.0.a, < 6.0.1000022]

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 30, 2023
@github-actions
Copy link

github-actions bot commented Oct 30, 2023

New Coverage 65.5% of statements
Patch Coverage 0.0% of changed statements (0/0)

Coverage provided by https://github.com/seriousben/go-patch-cover-action

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-0.32.0 branch from e0d8041 to 9581bdb Compare October 30, 2023 15:23
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/libp2p/go-libp2p/releases)
- [Changelog](https://github.com/libp2p/go-libp2p/blob/master/CHANGELOG.md)
- [Commits](libp2p/go-libp2p@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-0.32.0 branch from 9581bdb to a9fffd1 Compare October 30, 2023 15:24
@cheggaaa cheggaaa merged commit 1b018a2 into main Oct 30, 2023
2 checks passed
@cheggaaa cheggaaa deleted the dependabot/go_modules/github.com/libp2p/go-libp2p-0.32.0 branch October 30, 2023 16:30
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant