Skip to content

v0.9.2

Compare
Choose a tag to compare
@lexnv lexnv released this 15 May 13:20
· 25 commits to master since this release
v0.9.2
22b19c8

[0.9.2] - 2025-03-10

This release downgrades a spamming log message to debug level and adds tests for the WebSocket stream implementation.

Thanks to @dharjeezy for contributing to this release by avoiding to clone the Kademlia peers when yielding the closest nodes!

Changed

  • manager: Downgrade refusing to add address log to debug (#355)
  • Clone only needed KademliaPeers when yielding closest nodes (#326)

Added

  • websocket/stream/tests: Add tests for the stream implementation (#329)