Skip to content

v0.13.1

Choose a tag to compare

@dmitry-markin dmitry-markin released this 27 Feb 15:48
· 12 commits to master since this release
v0.13.1
1a7a185

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