Releases: filecoin-project/dagstore
Releases · filecoin-project/dagstore
v0.7.0
v0.6.0
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
- @jacobheun made their first contribution in #150
- @dependabot made their first contribution in #148
Full Changelog: v0.5.7...v0.6.0
v0.5.7
v0.5.6
v0.5.5
v0.5.4
v0.5.3
What's Changed
- Shard destruction will not properly notify the channel on success by @aarshkshah1992 in #136
Full Changelog: v0.5.2...v0.5.3
v0.5.2
- Use datatstore for top level Index
v0.5.1
Update to the latest data-store and carv2
v0.4.5
- add support to use storethehash backend.