Skip to content

Release v0.5.1

Compare
Choose a tag to compare
@Stebalien Stebalien released this 17 Jan 14:26
· 4384 commits to master since this release
76944c4

This is a small, mostly bugfix release:

  • Demote stream deadline logs from errors to debug to reduce logspam (#768).
  • When a NAT reports an unroutable address (via the NAT port mapping protocol), advertise both the reported address and the observed public address. Previously, we just reported the observed public address assuming that the NAT was buggy. However, this broke communication between NATs within NATs (#771).
  • Add an option to configure a static set of relays. Unfortunately, libp2p has no way to (currently) determine if a relay is "good" so we spend quite a bit of time picking random relays and getting disconnected, again and again. This new option allows one to specify a set of known-good relays.