Skip to content

v4.0.0

Compare
Choose a tag to compare
@achingbrain achingbrain released this 25 Jun 13:53
· 138 commits to master since this release

Features

BREAKING CHANGES

    • Repo version incremented to 8, requires a migration
  • Blocks are now stored using the multihash, not the full CID
  • repo.blocks.query({}) now returns an async iterator that yields blocks
  • repo.blocks.query({ keysOnly: true }) now returns an async iterator that yields CIDs
    • Those CIDs are v1 with the raw codec

Co-authored-by: achingbrain [email protected]