Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: libp2p/go-libp2p-discovery

v0.7.0

26 May 09:18
1112033
Compare
Choose a tag to compare

Repo Deprecation

This package has moved into go-libp2p, split into multiple sub-packages: github.com/libp2p/go-libp2p/p2p/discovery.

v0.6.0

11 Nov 18:10
f0965e4
Compare
Choose a tag to compare

This release upgrades libp2p dependencies to plumb through datastore interface changes.

v0.5.0

24 Jun 21:08
e2618ed
Compare
Choose a tag to compare

Updates go-libp2p-core to 0.6.0

v0.4.0: Merge pull request #54 from libp2p/fix/53

23 Apr 01:27
e6ceacd
Compare
Choose a tag to compare

Fixed race with reuse of randomness in BackoffFactory implementations #53 in #54.

Note: The signatures for some of the BackoffFactory constructors have been updated.

Release v0.2.0

30 Oct 01:55
v0.2.0
be2ad52
Compare
Choose a tag to compare

This release adds three new functionalities:

  1. A new DiscoveryRouting helper that builds a ContentRouter out of a Discovery service

  2. A new BackoffDiscovery helper for wrapping a discovery service in a caching, backoff discovery wrapper. This wrapper will:

    1. Cache discovery results.
    2. Avoid re-discovering when results don't change.
  3. A set of BackoffStrategys that can be used by generic backoff or caching systems.

v0.1.0

26 May 15:04
d248d63
Compare
Choose a tag to compare

🎉 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.

v0.0.5

24 May 09:39
Compare
Choose a tag to compare

This is a go mod maintenance release, updating go-libp2p-swarm to eliminate all traces of the deprecated smux packages.

v0.0.3

17 May 19:02
74aa1c8
Compare
Choose a tag to compare

Changelog:

  • #25 -- more consistent use of options

Breaking changes:

  • The interface for discovery.Advertise and discovery.FindPeers utility functions has been changed to accept options. This is a breaking change for FindPeers, which previously accepted a required limit argument.