Skip to content

Releases: libp2p/go-libp2p-kbucket

v0.6.4

27 Aug 10:36
9d31da6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

15 Jun 06:01
437b9fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.3

v0.6.2

14 Jun 12:24
365002e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

07 Jun 08:10
5eba8dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.1

v0.5.0

07 Jun 07:08
7187bb3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.7...v0.5.0

v0.4.7

26 Aug 00:55
Compare
Choose a tag to compare
  • Use crypto/rand for generating random prefixes
  • ipv6 diversity: when asn not found fallback to /32 mask
  • Updated dependencies

v0.4.6

10 Jun 18:34
6ee4186
Compare
Choose a tag to compare

Simplify the Diversity Filter.

v0.4.4

04 Jun 16:16
f49a71a
Compare
Choose a tag to compare
  • Allow clients to marks peers as replaceable which allows those peers to be evicted to make space
    for a new peer if the corresponding bucket is full.
  • An API to mark all peers in the Routing Table as irreplaceable.

v0.4.3

03 Jun 17:20
86c2b9a
Compare
Choose a tag to compare

Diversity of Peers based on IPv4 prefixes and IPv6 ASNs in the Routing Table.

v0.4.2

14 May 10:43
260be2a
Compare
Choose a tag to compare
  1. Collapse empty buckets towards the "end" of the Routing Table.
  2. API to fetch number of peers we have for a Cpl.
  3. Give a usefulness bump to a peer if we are querying it the first time after adding it.