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