Releases: ipfs/js-ipfs-repo
Releases · ipfs/js-ipfs-repo
v6.0.2
v6.0.1
chore: release version v6.0.1
v6.0.0
v5.0.0
v4.0.0
Features
BREAKING CHANGES
-
- Repo version incremented to
8
, requires a migration
- Repo version incremented to
- Blocks are now stored using the multihash, not the full CID
repo.blocks.query({})
now returns an async iterator that yields blocksrepo.blocks.query({ keysOnly: true })
now returns an async iterator that yields CIDs- Those CIDs are v1 with the raw codec
Co-authored-by: achingbrain alex@achingbrain.net
v3.0.3
chore: release version v3.0.3
v3.0.2
v3.0.1
v3.0.0
Features
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