Skip to content

v0.9.1

Compare
Choose a tag to compare
@Stebalien Stebalien released this 20 May 06:08
· 4070 commits to master since this release
9370679

This is a quick patch release to fix a couple of small but critical issues in 0.9.0:

  1. Fix a panic when a node is constructed without any listener addresses.
  2. Avoid leaking a goroutine if a peer connects to us and disconnects quickly.
  3. Emit address change events immediately when listen addresses are added and removed, instead of waiting for the periodic address change check to detect this.