fraction / oasis

Free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
http://oasis-demo.fraction.io
GNU Affero General Public License v3.0
284 stars 42 forks source link

Bump ssb-conn from 4.0.1 to 5.0.0 #716

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ssb-conn from 4.0.1 to 5.0.0.

Changelog

Sourced from ssb-conn's changelog.

5.0.0

  • Scheduler dropped supports for ssb-friends lower than 5.0
  • Scheduler dropped support for config.conn.hops

4.0.0

  • Change return type of ssb.conn.dbPeers() to array, not iterable

3.2.1

  • Updated ssb-conn-db to use atomic-file-rw which should be more robust than before, causing less corrupted conn.json saves to the filesystems.

3.2.0

  • Improve the scheduler: disconnect to excess peers after a long and random delay that is inversely proportional to the size of the excess. The randomization is important to avoid "back and forth dances" where remote peers connect to you, but you disconnect from them, which leads them to immediately attempt a reconnect to you, and so forth

3.1.0

3.0.0

  • Drop support for ssb.gossip.* APIs, except ssb.gossip.ping
  • If you want to support pub messages in the scheduler, you need ssb-db@2 or higher
  • Remove the deprecated APIs ssb.conn.internalConnDB(), ssb.conn.internalConnHub(), ssb.conn.internalConnStaging()

2.1.0

  • If already connected to a peer, connect() on that peer now returns the rpc object, not false

2.0.1

  • Avoids global pollution of all objects with the .z field, something caused by the dependency zii in previous versions

2.0.0

  • If you want to support pub messages in the scheduler, this version needs ssb-db2 and drops support for ssb-db. Everything else than pub messages will still work if you're on ssb-db.

1.0.0

Official first stable version (just a blessing of 0.19.1).

0.18.3

  • Preliminary support for running in the browser
Commits
  • d3c5be5 5.0.0
  • 32123ae scheduler supports only ssb-friends@5 or higher, drops config.conn.hops
  • 7ffe4e8 update README: clarify cb argument in async APIs
  • 486d8f1 fix markdown syntax
  • 59279a3 update readme: recipes are collapsible
  • 9d74f36 update readme about the scheduler's behavior
  • See full diff 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)