Skip to content

v3.0.0

Compare
Choose a tag to compare
@achingbrain achingbrain released this 14 May 15:06
· 152 commits to master since this release

Features

  • use streaming API for blockstore access (#232) (65d7596)

BREAKING CHANGES

    • repo.blockstore.putMany() used to return a promise that resolved when all the deletes were done, now it returns an AsyncIterator that yields {key, value} objects as the put progresses
  • repo.blockstore.deleteMany() used to return a promise that resolved when all the deletes were done, now it returns an AsyncIterator that yields CID objects as the delete progresses