Skip to content

v0.5.0

Compare
Choose a tag to compare
@lexnv lexnv released this 24 May 14:01
· 92 commits to master since this release
0364bf5

[0.5.0] - 2023-05-24

This is a small patch release that makes the FindNode command a bit more robst:

  • The FindNode command now retains the K (replication factor) best results.
  • The FindNode command has been updated to handle errors and unexpected states without panicking.

Changed

  • kad: Refactor FindNode query, keep K best results and add tests (#114)