Skip to main content
21.3k
litep2p-libp2p v0.13.2

Announcing the release of litep2p v0.13.2

Release v0.13.2 of litep2p

View on GitHub

[0.13.2] - 2026-03-02

This is a hotfix release fixing ping protocol panic in debug builds. The release also includes WebRTC fixes.

Fixed

  • webrtc/fix: Ensure delay future is awaited (#548)
  • ping: Fix panic in debug builds (#551)
  • webrtc: Ensure nonstun packets cannot panic transport layer (#550)
  • webrtc: Avoid memory leaks by cleaning stale hashmap entries (#549)