Skip to main content
21.2k
litep2p-libp2p v0.13.1

Announcing the release of litep2p v0.13.1

Release v0.13.1 of litep2p

View on GitHub

[0.13.1] - 2026-02-27

This release includes multiple fixes of transports and protocols, fixing connection stability issues with other libraries (specifically, smoldot) and increasing success rates of dialing & opening substreams, especially in extreme cases when remote nodes have a lot of private addresses published to the DHT.

Fixed

  • ping: Conform to the spec & exclude from connection keep-alive (#416)
  • transport: Make accept async to close the gap on service races (#525)
  • transport: Limit dial concurrency and bound total dialing time (#538)
  • webrtc: Support FIN/FIN_ACK handshake for substream shutdown (#513)
  • transport: Expose failed addresses to the transport manager (#529)

Changed

  • manager: Prioritize public addresses for dialing (#530)