Skip to content

Bump ssb-db from 19.4.0 to 20.3.0#520

Merged
christianbundy merged 1 commit intomasterfrom
dependabot/npm_and_yarn/ssb-db-20.3.0
Nov 25, 2020
Merged

Bump ssb-db from 19.4.0 to 20.3.0#520
christianbundy merged 1 commit intomasterfrom
dependabot/npm_and_yarn/ssb-db-20.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2020

Bumps ssb-db from 19.4.0 to 20.3.0.

Release notes

Sourced from ssb-db's releases.

v20.3.0

new features:

  • db.addBoxer API changed so that boxer is now provided with the previous messageId of last know message (required for ssb-tribes)
  • db.getFeedState(feedId, cb) provided for accessing previous message state (including previous messages queued for persistence)

bugs fixes:

  • bulk publishing of > 1000 messages now working reliably
  • private group auto-boxing fixed (by new features above)
  • fixed test suite running on windows

v20.2.0

features added:

  • added an LRU cache over unboxer
  • added mac + win test to travis
  • modify addBoxer to take an init method, modify db methods to wait for boxer initialisation (where required)

fixes / maintenance:

  • fixed test suite so all tests are running + passing
  • refactored some tests + clearly named all tests
  • updated some deps : mkdirp, flumedb, ssb-ref, tape

v20.1.0

this release:

  • exposes the rebuild function, which allows you to trigger a rebuild of all the flume indexes attached to ssb-db

v20.0.1

This release:

  • exposes addBoxer / addUnboxer methods with initialisation step
  • extracts ssb-private1 as a standalone module for boxing / unboxing.
    • developers can now choose whether to include this in their stack
    • ⚠️ you will need to rebuild your indexes each time you include a new unboxer
  • adds additional tests around boxing/ unboxing

v20.0.0

deprecated

this release exposed unboxed message on some methods which other plugins were exposing

Commits
  • da89b75 20.3.0
  • d99a5b8 fix del test which was hanging
  • 23c7b58 getFeedState
  • b7a1e23 Merge pull request #310 from ssbc/fix-windows-tests
  • 76df2c5 Merge branch 'master' of github.com:ssbc/ssb-db into fix-windows-tests
  • 8b3f398 Merge pull request #308 from ssbc/flush-bug
  • f78f6ba Add note about SSB-Validate mutation
  • 71e7882 Merge branch 'flush-bug' into fix-windows-tests
  • 17ba1e9 Fix intermittent Windows test failures
  • 4f19f23 Merge remote-tracking branch 'origin/master' into flush-bug
  • 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 [ssb-db](https://github.com/ssbc/ssb-db) from 19.4.0 to 20.3.0.
- [Release notes](https://github.com/ssbc/ssb-db/releases)
- [Commits](ssbc/ssb-db@v19.4.0...v20.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies turtles all the way down label Nov 22, 2020
@christianbundy
Copy link
Member

Weird, this is failing by itself but passing when I fold in the other updates in #521. 🤷

@christianbundy christianbundy merged commit 74ed560 into master Nov 25, 2020
@christianbundy christianbundy deleted the dependabot/npm_and_yarn/ssb-db-20.3.0 branch November 25, 2020 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies turtles all the way down

Development

Successfully merging this pull request may close these issues.

1 participant