From 32d6d86c2552c23f38bd04b4a60e0cdf46fae5bc Mon Sep 17 00:00:00 2001 From: Najwa Harif <90753689+naj-h@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:09:16 +0200 Subject: [PATCH] Make skip_unavailable=true a notable change instead of breaking change --- docs/changelog/105792.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/105792.yaml b/docs/changelog/105792.yaml index 2ad5aa970c214..b9190e60cc96d 100644 --- a/docs/changelog/105792.yaml +++ b/docs/changelog/105792.yaml @@ -15,4 +15,4 @@ breaking: as SKIPPED in the search response metadata section and do not fail the entire search. If users want to ensure that a search returns a failure when a particular remote cluster is not available, `skip_unavailable` must be now be set explicitly. - notable: false + notable: true