From 9de59cf69f67f30f34f505777529a37ce48ec849 Mon Sep 17 00:00:00 2001 From: ryu818 Date: Fri, 29 Nov 2024 09:23:26 +0900 Subject: [PATCH] Add support for "seq_no_primary_term","if_primary_term" and "if_seq_no" Options (#2234) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbfb41567..74132baa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added bucket sort aggregation [#2229](https://github.com/ruflin/Elastica/pull/2229) ### Changed +* Add support for Search Option "seq_no_primary_term" and Index Options "if_primary_term" and "if_seq_no" [#2234](https://github.com/ruflin/Elastica/pull/2234) ### Deprecated