Skip to main content
21.2k
litep2p-libp2p v0.11.0 Breaking Changes

Announcing the release of litep2p v0.11.0

Release v0.11.0 of litep2p

View on GitHub

[0.11.0] - 2025-10-20

This release adds support for RSA remote network identity keys gated behind rsa feature. It also fixes mDNS initialization in the environment with no multicast addresses available and Bitswap compatibility with kubo IPFS client >= v0.37.0.

Added

  • Support RSA remote network identity keys (#423)

Fixed

  • bitswap: Reuse inbound substream for subsequent requests (#447)
  • mDNS: Do not fail initialization if the socket could not be created (#434)
  • Make RemotePublicKey public to enable signature verification (#435)
  • improve error handling in webRTC-related noise function (#377)

Changed

  • Upgrade rcgen 0.10.0 -> 0.14.5 (#450)
  • chore: update str0m dependency, update code based on breaking changes (#422)