Skip to content

Release v0.9.4

Compare
Choose a tag to compare
@derekcollison derekcollison released this 18 Aug 15:46
· 9542 commits to main since this release

Changelog

Go Version

  • 1.6.3

Added

  • Option to disable advertisement of cluster IP addresses to clients.

Changed

  • HTTP host, if not specified, now defaults to client’s host (-a command line or Options.Host)

Fixed

  • When server listens to all interfaces (0.0.0.0 or ::), it now advertises only global IPs instead of all resolved IPs (which included link local IPs).
  • You can now specify an IPv6 address int the -cluster URL.
  • Server could panic when user would poll Varz from monitoring port concurrently with other endpoints (Varz or others).
  • Data race with unsubscribe and connection close

Complete changes

v0.9.2...v0.9.4