Skip to content

Releases: filecoin-project/dagstore

v0.7.0

07 Mar 14:32
1de8e01
Compare
Choose a tag to compare

What's Changed

  • change index-backed blockstore dagstore interface by @dirkmc in #153

Full Changelog: v0.6.0...v0.7.0

v0.6.0

09 Feb 15:42
d36a569
Compare
Choose a tag to compare

What's Changed

  • feat: add expiration support to index backed blockstore by @jacobheun in #150
    • This includes a breaking change to the index backed blockstore interface
  • Bump github.com/ipfs/go-merkledag from 0.6.0 to 0.8.1 by @dependabot in #148
  • chore: update go-blockservice to v0.5.0 by @jacobheun in #151
  • Go 1.16 is no longer support due to dependency updates dropping compatibility. Use 1.18+.

New Contributors

Full Changelog: v0.5.7...v0.6.0

v0.5.7

27 Jan 12:43
ac9cc42
Compare
Choose a tag to compare

What's Changed

  • fix index backed blockstore panic by simplifying locking by @dirkmc in #147

Full Changelog: v0.5.6...v0.5.7

v0.5.6

03 Oct 12:18
f9e7b7b
Compare
Choose a tag to compare

What's Changed

  • fix cast in index backed blockstore by @dirkmc in #146

Full Changelog: v0.5.5...v0.5.6

v0.5.5

30 Sep 10:16
0878b63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.5.5

v0.5.4

20 Sep 11:36
b9daa1d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

10 Aug 11:12
12408ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

23 Feb 13:19
eac7733
Compare
Choose a tag to compare
  • Use datatstore for top level Index

v0.5.1

12 Jan 09:06
959708e
Compare
Choose a tag to compare

Update to the latest data-store and carv2

v0.4.5

12 Jan 07:32
9566a09
Compare
Choose a tag to compare
  • add support to use storethehash backend.