Skip to content

Releases: ipld/go-car

v2.6.0

30 Jan 09:01
268b65b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.1...v2.6.0

v0.6.0

30 Jan 08:57
268b65b

Choose a tag to compare

What's Changed

Binaries in releases!

New Contributors

Full Changelog: v0.5.0...v0.6.0

v2.5.0

09 Sep 05:14

Choose a tag to compare

What's Changed

  • [02d658faa7] - feat: Has() and Get() will respect StoreIdentityCIDs option (Rod Vagg)
  • [9be1c2e7e0] - fix: remove use of ioutil (Rod Vagg)
  • [a18b68d3ea] - bump go.mod to Go 1.18 (web3-bot)

v2.4.1

06 Jul 16:36

Choose a tag to compare

  • Empty identity CID should be indexed when options are set #316

Full Changelog: v2.4.0...v2.4.1

v2.4.0

06 Jul 09:57

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v0.4.0

06 Jul 09:56

Choose a tag to compare

Full Changelog: v0.3.3...v0.4.0

v2.3.0

30 Jun 09:34

Choose a tag to compare

  • Add API to regenerate index from CARv1 or CARv2 #309

Full Changelog: v2.2.0...v2.3.0

v2.2.0

28 Jun 09:22
c65f0bf

Choose a tag to compare

  • Fix install in README #292
  • fix(test): rootless fixture should have no roots, not null roots #293
  • bump to newer blockstore err not found #301

Full Changelog: v2.1.1...v2.2.0

v2.1.1

15 Dec 10:27
be2525f

Choose a tag to compare

  • Iterate in deterministic order in IterableIndex.ForEach #258
  • Fix bug where blockstore.ReadOnly fails if given CARv1 payload and no initial index #267
  • Add the ability to traverse CAR content using IPLD selectors #269
    • Produce CAR files by selectively traversing a DAG stored in an ipld.LinkSystem.
    • Contains breaking change in index.Index API
  • Add the ability to supply context in blockstore APIs #275
    • Contains breaking changes in blockstore.ReadOnly and blockstore.ReadWrite APIs.

Full Changelog: v2.1.0...v2.1.1

v0.3.3

15 Dec 09:40
be2525f

Choose a tag to compare

  • Add the ability to supply context.Context to Store and ReadStore interfaces #273
    • This is a breaking change to the API

Full Changelog: v0.3.2...v0.3.3