Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps libp2p-gossipsub from 0.11.5 to 0.13.2.

Release notes

Sourced from libp2p-gossipsub's releases.

Release v0.13.2

Changelog

v0.13.0 (2022-01-20)

Full Changelog

v0.14.0 (2022-01-20)

Full Changelog

v0.12.3 (2022-01-20)

Full Changelog

v0.12.2 (2022-01-20)

Full Changelog

v0.12.1 (2021-12-03)

Full Changelog

v0.12.0 (2021-12-02)

Full Changelog

v0.11.4 (2021-09-20)

Full Changelog

v0.11.3 (2021-09-03)

Full Changelog

v0.11.1 (2021-08-24)

Full Changelog

Closed issues:

  • Message not received when broadcasted via go-libp2p-pubsub #150

v0.11.0 (2021-07-09)

Full Changelog

v0.10.0 (2021-05-28)

Full Changelog

... (truncated)

Changelog

Sourced from libp2p-gossipsub's changelog.

0.13.2 (2022-03-25)

  • Do not apply P3 penalty if peers are pruned from topic mesh
  • Fix flood publish behavior
  • Increase the default for seenTTL to match that of go-libp2p
  • _publish: Only compute score if peer stream has FloodsubID protocol
  • Migrate tests to Typescript
  • Prettier
  • Apply strict-boolean-expression eslint rule

0.13.1 (2022-02-14)

  • Fix async getFastMsgIdStr function

0.13.0 (2022-01-20)

0.12.2 (2022-01-20)

Features

BREAKING CHANGES

  • peerstore methods and pubsub start/stop are now all async

Features

  • Add optional fast message id cache via the fastMsgIdFn option
    • In certain applications, computing the message id (getMsgId) is relatively expensive. This addition allows for an application to optionally define a "fast" message id function that will be used internally.
  • Add optional cached message id function via getCachedMsgIdStr method override
    • Applications can maintain their own cache of message ids

0.12.1 (2021-12-03)

0.12.0 (2021-12-02)

chore

BREAKING CHANGES

  • requires node 15+

0.11.4 (2021-09-20)

Bug Fixes

  • hearbeat tick handler rounding issue (#166) (a6d24de)

... (truncated)

Commits

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 [libp2p-gossipsub](https://github.com/ChainSafe/js-libp2p-gossipsub) from 0.11.5 to 0.13.2.
- [Release notes](https://github.com/ChainSafe/js-libp2p-gossipsub/releases)
- [Changelog](https://github.com/ChainSafe/js-libp2p-gossipsub/blob/master/CHANGELOG.md)
- [Commits](ChainSafe/js-libp2p-gossipsub@v0.11.5...v0.13.2)

---
updated-dependencies:
- dependency-name: libp2p-gossipsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 28, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant