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

Releases: libp2p/go-libp2p-peerstore

v0.8.0

19 Aug 08:47
Compare
Choose a tag to compare

Deprecation Notice

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/host/peerstore.

What's Changed

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

v0.7.0

27 May 19:57
9f3a96b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

10 Dec 08:41
800ec8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

08 Dec 06:01
c1674ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Nov 18:13
8afd0b8
Compare
Choose a tag to compare

Breaking Changes:

  • upgrade libp2p dependencies to plumb through datastore interface changes.
  • limit the number of entries we store per peer, configurable using an option to the constructors (NewPeerstore, NewProtoBook) (#172)

v0.3.0

25 Sep 16:40
a1f426f
Compare
Choose a tag to compare

Breaking Changes

  • removes deprecated PeerInfo, NewPeerStore constructor and type aliases (#165)
  • removes deprecated PeerQueue interface and implementation (#166)

v0.2.10

25 Sep 16:34
Compare
Choose a tag to compare

This release is functionally equivalent to v0.2.8, but it retracts the faulty v0.2.9 release.

v0.2.9

20 Sep 07:12
ca567f2
Compare
Choose a tag to compare

DO NOT USE THIS RELEASE.

v0.2.6

08 Jun 15:38
74ed1a9
Compare
Choose a tag to compare

This is a bugfix release.

  • Calling ConsumePeerRecord with a record at least as new as the last received record extends the lifetime of the current record, instead of completely ignoring the update.
  • ConsumePeerRecord is now atomic in the in-memory peerstore.

v0.2.5

05 Jun 20:37
9827ee0
Compare
Choose a tag to compare

This is a bugfix release, which fixes a race in peer record logic in peerstoreds; see #154