This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Releases: ipfs/go-ipfs-provider
Releases · ipfs/go-ipfs-provider
v0.8.2
v0.8.0
What's Changed
- updated dependencies for multihash keying
- chore: update go-lib2p, avoid depending on go-libp2p-core by @marten-seemann in #43
- sync: update CI config files by @web3-bot in #36
New Contributors
- @marten-seemann made their first contribution in #43
- @web3-bot made their first contribution in #36
Full Changelog: v0.7.1...v0.8.0
v0.7.1
This release upgrades dependencies to plumb through datastore interface changes.
v0.7.0
This release upgrades dependencies to plumb through datastore interface changes.
v0.6.1
Bump broken go-fetcher dependency
v0.6.0
v0.5.1
v0.5.0
Added a batched provider system that can take advantage of a provide emitter that can operate on many items at the same time. The implementation is experimental and likely to change.