Releases: ipfs/go-ipld-cbor
Releases · ipfs/go-ipld-cbor
v0.2.0
What's Changed
- build(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #98
- ci: uci/update-go by @web3-bot in #99
- ci: uci/copy-templates by @web3-bot in #100
- fix: store: expCid vs actualCid guard by @i-norden in #96
- ci: uci/update-go by @web3-bot in #101
- add an EncodeWriter method, using the pooled marshallers by @MichaelMure in #102
- deprecate DumpObject() in favor of better named Encode() by @MichaelMure in #103
New Contributors
- @i-norden made their first contribution in #96
- @MichaelMure made their first contribution in #102
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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
generic store interface and implementation
feat: add generic store interface and impl (#70) * feat: add generic store interface and impl * remove gx