Skip to content

v1.3.2

Compare
Choose a tag to compare
@martin-sucha martin-sucha released this 27 Mar 10:29
· 69 commits to master since this release
v1.3.2
1c9ec8f

Changed

  • Supported versions of Go that we test against are now Go 1.19 and Go 1.20.

Fixed

  • Node event handling now processes topology events before status events.
    This fixes some cases where new nodes were missed. (#1682)
  • Learning a new IP address for an existing node (identified by host ID) now triggers replacement of that host.
    This fixes some Kubernetes reconnection failures. (#1682)
  • Refresh ring when processing a node UP event for an unknown host.
    This fixes some cases where new nodes were missed. (#1669)