We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d26125 commit 9ba7371Copy full SHA for 9ba7371
CHANGELOG.md
@@ -14,8 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
15
### Fixed
16
17
+- Node event handling now processes topology events before status events.
18
+ This fixes some cases where new nodes were missed. (#1682)
19
- Learning a new IP address for an existing node (identified by host ID) now triggers replacement of that host.
20
This fixes some Kubernetes reconnection failures. (#1682)
21
+- Refresh ring when processing a node UP event for an unknown host.
22
+ This fixes some cases where new nodes were missed. (#1669)
23
24
## [1.3.1] - 2022-12-13
25
0 commit comments