From 264b3aaac44d955ea1a6abca62bc19a1dcb72124 Mon Sep 17 00:00:00 2001 From: "uri.nudelman" Date: Mon, 19 Aug 2024 17:52:02 -0400 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: uri.nudelman --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbae3767c5..aefa38cbbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Added - Adds `queryImage` (query_image) field to `NeuralQuery`, following definition in ([Neural Query](https://opensearch.org/docs/latest/query-dsl/specialized/neural/)) ([#1137](https://github.com/opensearch-project/opensearch-java/pull/1138)) +- Adds `cancelAfterTimeInterval` to `SearchRequest` and `MsearchRequest` ([#1147](https://github.com/opensearch-project/opensearch-java/pull/1147)) ### Dependencies