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

v0.6.0

Compare
Choose a tag to compare
@marten-seemann marten-seemann released this 08 Sep 21:52
· 54 commits to master since this release
b035b90

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 a Close method (#278)
  • The Swarm constructor to use functional options (#279, #280). There are currently two options you can pass to the constructor: WithConnectionGater and WithMetrics.
  • DialSync is now unexported (#281)