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.2.5 to 0.4.0 #47

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps github.com/libp2p/go-libp2p-swarm from 0.2.5 to 0.4.0.

Release notes

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

v0.4.0

Adds the context for OpenStream and NewStream, see libp2p/go-libp2p-core#172.

v0.3.0

This release updates to go-libp2p-core 0.7.0. This includes significant breaking changes to the stream interface that you must read about in https://github.com/libp2p/go-libp2p-core/releases/tag/v0.7.0.

v0.2.8

This is a patch release to slim down the dependency tree a bit.

v0.2.7

This release incorporates interface change introduced in network.Conn and network.Stream by go-libp2p-core v0.6.0.

It adds an ID() string method to both structs:

  • Conn#ID() returns a string of format <peerid[0:10]>-<unique, incrementing ordinal>.
  • Stream#ID() returns a string of format <conn_id-<unique, incrementing ordinal>.

We now also record the opening timestamp of connections and streams under the network.Stat struct.

v0.2.6

Allow configuring swarm key sizes in the test swarm.

Commits
  • cc3d3ff Merge pull request #232 from libp2p/open-stream-context
  • 5c02723 use a context for OpenStream and NewStream
  • 830b5b6 Merge pull request #229 from libp2p/fix/close-lock
  • 5217668 fix: handle case where swarm closes before stream
  • 8493980 Merge pull request #228 from libp2p/feat/rw-close
  • ff5d620 feat: update to latest go-libp2p-core interfaces
  • 58c167a Merge pull request #225 from libp2p/fix/slim-dependencies
  • da07cd5 chore: update dependencies
  • eca7506 slim down dependencies
  • 7ada4e5 ID() method on connections and streams + record opening time (#224)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Stebalien and others added 11 commits May 26, 2020 00:19
chore: update deps (release-v0.6.0 branch)
update dht deps (release v0.6.0)
(cherry picked from commit 58aac04)
(cherry picked from commit 0f76ed7)
This isn't perfect (we only use sessions after resolving the root cid) but it's
better than what we have. The real solution is ipfs#7198 so we can use sessions
everywhere.

(cherry picked from commit 62f61c5)
(cherry picked from commit 4e14582)
This is a _protocol breaking_ change for the QUIC transport, the last one before
we stabilize it.

(cherry picked from commit 0865634)
Bumps [github.com/libp2p/go-libp2p-swarm](https://github.com/libp2p/go-libp2p-swarm) from 0.2.5 to 0.4.0.
- [Release notes](https://github.com/libp2p/go-libp2p-swarm/releases)
- [Commits](libp2p/go-libp2p-swarm@v0.2.5...v0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 21, 2020
…dules/github.com/libp2p/go-libp2p-swarm-0.4.0
@dependabot-preview
Copy link
Author

A newer version of github.com/libp2p/go-libp2p-swarm exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

5 participants