Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Releases: libp2p/js-libp2p-kad-dht

v0.18.1

05 Dec 12:20
Compare
Choose a tag to compare

Bug Fixes

  • find providers should yield when found locally (#160) (e40834a)

v0.18.0

30 Nov 11:23
Compare
Choose a tag to compare

Features

  • find providers and closest peers return async iterable (#157) (f0e6800)

BREAKING CHANGES

  • API for find providers and closest peers return async iterable instead of an array of PeerInfo

v0.17.1

28 Nov 13:05
Compare
Choose a tag to compare

Bug Fixes

  • remove extraneous message size filter (#156) (58b6b36)

v0.17.0

26 Nov 12:51
Compare
Choose a tag to compare

Bug Fixes

Code Refactoring

BREAKING CHANGES

  • Switch to using async/await and async iterators.

Co-Authored-By: Jacob Heun [email protected]

v0.16.1

21 Oct 11:41
Compare
Choose a tag to compare
chore: release version v0.16.1

v0.15.4

21 Oct 11:56
Compare
Choose a tag to compare
chore: release version v0.15.4

v0.16.0

16 Aug 10:39
Compare
Choose a tag to compare

Code Refactoring

BREAKING CHANGES

v0.15.3

29 Jul 15:32
Compare
Choose a tag to compare

Bug Fixes

  • _findNProvidersAsync discarding search results (#137) (e656c6b)

v0.15.2

31 May 09:52
Compare
Choose a tag to compare

Bug Fixes

  • favour providers peerInfo over sender peerInfo in ADD_PROVIDER (#129) (6da26b0)

v0.15.1

30 May 09:31
Compare
Choose a tag to compare

Bug Fixes

  • in _findNProviders correctly calculate pathSize (5841dfe)
  • send correct payload in ADD_PROVIDER RPC (#127) (8d92d5a)

Features

  • use promisify-es6 instead of pify (1d228e0)