Skip to content

v0.11.0

Latest

Choose a tag to compare

@dmitry-markin dmitry-markin released this 20 Oct 12:00
· 3 commits to master since this release
v0.11.0
8a02398

[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)