Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@marten-seemann marten-seemann released this 23 Aug 11:09
· 109 commits to master since this release
v0.5.0
b80b91c
release v0.5.0

* Prefer non-transient connections when opening new streams.
* Call `Close()` on transports that implement a `Close()` function on
  swarm close.
* Refactor dialing logic:
  * Avoid canceling concurrent dials to the same peer when canceling
    the first dial to that peer.
  * Correctly join multiple dials with different constraints.