Skip to content

build(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.6.1 to 0.7.0#430

Merged
tzdybal merged 1 commit intomainfrom
dependabot/go_modules/github.com/libp2p/go-libp2p-pubsub-0.7.0
Jun 7, 2022
Merged

build(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.6.1 to 0.7.0#430
tzdybal merged 1 commit intomainfrom
dependabot/go_modules/github.com/libp2p/go-libp2p-pubsub-0.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 6, 2022

Bumps github.com/libp2p/go-libp2p-pubsub from 0.6.1 to 0.7.0.

Release notes

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

v0.7.0

This is a minor release, bringing some useful new features and fixing a pathology with reconnect loops. It also implements the pruned peer backoff logic that was recently proposed in spec.

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-pubsub@v0.6.1...v0.7.0

Commits
  • 06b5ba4 Adds exponential backoff to re-spawing new streams for supposedly dead peers ...
  • 0ea9140 Publishing option for signing a message with a custom private key (#486)
  • 566fdfa fix unused GossipSubHistoryGossip, make seenMessages ttl configurable, make s...
  • fa4161c Update README.md
  • aeb30a2 Add in Backoff Check
  • e02b347 Modify comment
  • 3d93f5f Add Backoff For Pruned Peers
  • be065ce tests: new test for WithTopicMsgIdFunction
  • fed393e chore: better name
  • fcbbfd8 feat: detach WithMsgIdFunction
  • 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 dependabot Bot requested review from adlerjohn, liamsi and tzdybal as code owners June 6, 2022 21:13
@dependabot dependabot Bot requested a review from Wondertan June 6, 2022 21:13
Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases)
- [Commits](libp2p/go-libp2p-pubsub@v0.6.1...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-pubsub-0.7.0 branch from c528fff to b0d8180 Compare June 7, 2022 17:34
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #430 (b0d8180) into main (eb01696) will decrease coverage by 0.11%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #430      +/-   ##
==========================================
- Coverage   56.60%   56.49%   -0.12%     
==========================================
  Files          47       47              
  Lines        7858     7858              
==========================================
- Hits         4448     4439       -9     
- Misses       2775     2781       +6     
- Partials      635      638       +3     
Impacted Files Coverage Δ
rpc/json/ws.go 55.00% <0.00%> (-10.00%) ⬇️
rpc/json/service.go 63.80% <0.00%> (-1.85%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb01696...b0d8180. Read the comment docs.

@tzdybal tzdybal merged commit 589b309 into main Jun 7, 2022
@tzdybal tzdybal deleted the dependabot/go_modules/github.com/libp2p/go-libp2p-pubsub-0.7.0 branch June 7, 2022 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants