Skip to content

Releases: libp2p/go-libp2p-kad-dht

v0.2.2

05 Nov 11:10
fed99af
Compare
Choose a tag to compare

v0.2.1

07 Sep 17:40
e216d3c
Compare
Choose a tag to compare

This fixes a memory leak and upgrades dependencies.

v0.2.0

02 Aug 23:55
a12e621
Compare
Choose a tag to compare
  • Propagates a subtle bug fix in go-libp2p-record where small public keys would not correctly validate.
  • Bumps go-libp2p-core (and downstream libraries) to v0.2.0, which raises the minimum strength requirement of RSA keys to 2048 bits.

v0.1.0

26 May 22:33
3176535
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.14

24 May 15:14
2d6dde4
Compare
Choose a tag to compare

This is a go mod maintenance release, as we are eliminating all traces of the deprecated sums package.

Release v0.0.11

17 May 18:34
v0.0.11
4d2bccf
Compare
Choose a tag to compare

Bug Fixes:

  • Fix a rare goroutine leak.

Performance Improvements:

  • Reduce memory consumption of by freeing write buffers for idle peers.

Dependency Updates:

  • Update go-libp2p and goprocess for significant performance improvements and bug fixes.

v0.0.1

27 Feb 05:10
Compare
Choose a tag to compare
Fix gomod after tag rewrite