Skip to content

v20.0.1

Compare
Choose a tag to compare
@mixmix mixmix released this 11 Jun 02:46
· 103 commits to master since this release

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

Breaking changes

If you want to update ssb-db and keep using it with all the same features you had before (e.g. including classic private messages), you also need to include ssb-private1, like this:

  .use(require('ssb-db'))
  .use(require('ssb-private1'))