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

chore(deps): bump github.com/libp2p/go-libp2p-swarm from 0.4.3 to 0.11.0 #1477

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2022

Bumps github.com/libp2p/go-libp2p-swarm from 0.4.3 to 0.11.0.

Release notes

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

v0.11.0

Repo deprecation

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/net/swarm.

v0.10.0

What's Changed

Full Changelog: libp2p/go-libp2p-swarm@v0.9.0...v0.10.0

v0.9.0

What's Changed

Full Changelog: libp2p/go-libp2p-swarm@v0.8.0...v0.9.0

v0.8.0

This release upgrades libp2p dependencies to plumb through datastore interface changes.

v0.6.0

This release contains a few breaking API changes:

  • The Swarm shutdown logic was cleaned up. We now don't depend on a context any more, but we expose a Close method (#278)
  • The Swarm constructor to use functional options (#279, #280). There are currently two options you can pass to the constructor: WithConnectionGater and WithMetrics.
  • DialSync is now unexported (#281)

v0.5.1

  • remove incorrect call to InterceptAddrDial (#260)
  • update deps

v0.5.0

No release notes provided.

Commits
  • acda65c deprecate this repo (#320)
  • b8f7f39 Merge pull request #317 from libp2p/web3-bot/sync
  • 44b17db fix: call to (*T).Fatal from a non-test goroutine
  • 7b62028 update .github/workflows/go-check.yml
  • 650e71c update .github/workflows/go-test.yml
  • bcc5d94 update .github/workflows/automerge.yml
  • 2b7c522 bump go.mod to Go 1.17 and run go fix
  • 2c34422 Merge pull request #316 from libp2p/release-v0.10.2
  • fefa0c6 bump version to v0.10.2
  • 0472e14 Merge pull request #315 from libp2p/fix/dial-worker
  • Additional commits viewable in compare view

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 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)

Bumps [github.com/libp2p/go-libp2p-swarm](https://github.com/libp2p/go-libp2p-swarm) from 0.4.3 to 0.11.0.
- [Release notes](https://github.com/libp2p/go-libp2p-swarm/releases)
- [Commits](libp2p/go-libp2p-swarm@v0.4.3...v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants