This repository has been archived by the owner on May 26, 2022. It is now read-only.
Releases: libp2p/go-libp2p-discovery
Releases · libp2p/go-libp2p-discovery
v0.7.0
v0.6.0
This release upgrades libp2p dependencies to plumb through datastore interface changes.
v0.5.0
v0.4.0: Merge pull request #54 from libp2p/fix/53
Release v0.2.0
This release adds three new functionalities:
-
A new
DiscoveryRouting
helper that builds aContentRouter
out of aDiscovery
service -
A new
BackoffDiscovery
helper for wrapping a discovery service in a caching, backoff discovery wrapper. This wrapper will:- Cache discovery results.
- Avoid re-discovering when results don't change.
-
A set of
BackoffStrategy
s that can be used by generic backoff or caching systems.
v0.1.0
🎉 This release applies the core refactor to this module; migrating to the consolidated types under go-libp2p-core. See libp2p/go-libp2p#602 for more context.