Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Releases: ipfs/go-ipfs-provider

v0.8.2

25 May 14:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.0

09 Dec 12:03
7a606d0
Compare
Choose a tag to compare

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

Full Changelog: v0.7.1...v0.8.0

v0.7.1

18 Nov 18:11
Compare
Choose a tag to compare

This release upgrades dependencies to plumb through datastore interface changes.

v0.7.0

11 Nov 18:47
4aff05e
Compare
Choose a tag to compare

This release upgrades dependencies to plumb through datastore interface changes.

v0.6.1

17 Aug 11:18
Compare
Choose a tag to compare

Bump broken go-fetcher dependency

v0.6.0

12 Aug 16:05
681975a
Compare
Choose a tag to compare

v0.6.0

  • added a batching providing and reproviding system
  • queue: modified documentation to indicate that its durability is best effort
  • Fix batched providing of empty keys
  • Update for use with IPLD prime

v0.5.1

27 May 17:40
549fe53
Compare
Choose a tag to compare

Cleaned up the go mod file and fixed an edge case bug #37

v0.5.0

14 May 08:07
d391dae
Compare
Choose a tag to compare

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.

v0.4.3

28 Apr 00:56
6d2a4b9
Compare
Choose a tag to compare

Fixes several bugs around reproviding:

  1. Don't log an error on stop, ever.
  2. Stop when Close is called.
  3. Don't treat the reprovide interval as a reprovide delay. It's an interval.

v0.4.2

06 Apr 19:59
4ff379e
Compare
Choose a tag to compare

Fix a bug where we might send empty provider records on stop.