v0.9.2
[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)