From 2e3e3030b447592654487be7201a2d935d948035 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 21 Apr 2025 13:51:50 -0500 Subject: [PATCH] Release notes fo 8.18.1 (#2763) (cherry picked from commit 2694b5d16cc703f8ff5dc03d68a40cda0fcba75d) --- docs/changelog.asciidoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 93d264947..a3c027708 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,18 @@ [[changelog-client]] == Release notes +[discrete] +=== 8.18.1 + +[discrete] +==== Fixes + +[discrete] +===== Fix broken node roles and node filter + +The docs note a `nodeFilter` option on the client that will, by default, filter the nodes based on any `roles` values that are set at instantition. At some point, this functionality was partially disabled. This brings the feature back, ensuring that it matches what the documentation has said it does all along. + +[discrete] === 8.18.0 [discrete]