[0.8.2] - 2024-11-27
This release ensures that the provided peer identity is verified at the crypto/noise protocol level, enhancing security and preventing potential misuses.
The release also includes a fix that caused TransportService
component to panic on debug builds.
Fixed
- req-resp: Fix panic on connection closed for substream open failure (#291)
- crypto/noise: Verify crypto/noise signature payload (#278)
Changed
- transport_service/logs: Provide less details for trace logs (#292)