v0.9.5
[0.9.5] - 2025-05-26
This release primarily focuses on strengthening the stability of the websocket transport. We've resolved an issue where higher-level buffering was causing the Noise protocol to fail when decoding messages.
We've also significantly improved connectivity between litep2p and Smoldot (the Substrate-based light client). Empty frames are now handled correctly, preventing handshake timeouts and ensuring smoother communication.
Finally, we've carried out several dependency updates to keep the library current with the latest versions of its underlying components.
Fixed
- substream/fix: Allow empty payloads with 0-length frame (#395)
- websocket: Fix connection stability on decrypt messages (#393)