[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_ACKhandshake for substream shutdown (#513) - transport: Expose failed addresses to the transport manager (#529)
Changed
- manager: Prioritize public addresses for dialing (#530)