v2.7.0
What's Changed
- feat(cmd): add index create subcommand to create an external carv2 index by @aschmahmann in #350
- Implement go-ipld-prime readable and writable storage API (v2/storage) by @rvagg in #363
The new github.com/ipld/go-car/v2/storage API implements the go-ipld-prime/storage interface, for use with LinkSystem
s. This is currently an experimental implementation and may be subject to change without a sevmer-major release.
New Contributors
- @aschmahmann made their first contribution in #350
Full Changelog: v0.6.0...v2.7.0