Skip to content

Releases: ipfs/go-ipld-cbor

v0.1.0

28 Aug 03:32
Compare
Choose a tag to compare

What's Changed

  • allow configuration of ipldStores default hash function by @whyrusleeping in #86
  • adopt PL unified-ci
  • dependency upgrades to latest
  • Minimum go version bump to v1.20.

Full Changelog: v0.0.6...v0.1.0

v0.0.5

10 Nov 16:21
f689d2b
Compare
Choose a tag to compare

Leverage zero-copy queries on blockstores that implement Viewer.

generic store interface and implementation

31 Jan 00:09
e38da39
Compare
Choose a tag to compare
feat: add generic store interface and impl (#70)

* feat: add generic store interface and impl
* remove gx