Skip to content

v2.0.2

Compare
Choose a tag to compare
@masih masih released this 10 Aug 11:54
· 370 commits to master since this release

The v2/blockstore.ReadWrite now offers Discard to allow closing the blockstore without performing the extra work done as part of Finalize. Apart from use in testing, this is particularly useful when writing a CARv2 file is cancelled.

Fixes an issue where v2/blockstore.ReadOnly blockstore would panic if used after it is closed. It now returns a dedicated error to signal that the blockstore is closed and no longer usable.

Fixes an issue where AllKeysChan retained lock when an error occurs early on during the traversal.

See #206

Full Changelog: v2.0.1...v2.0.2