This repository has been archived by the owner on May 26, 2022. It is now read-only.
v0.6.0
This release contains a few breaking API changes:
- The
Swarm
shutdown logic was cleaned up. We now don't depend on a context any more, but we expose aClose
method (#278) - The
Swarm
constructor to use functional options (#279, #280). There are currently two options you can pass to the constructor:WithConnectionGater
andWithMetrics
. DialSync
is now unexported (#281)