Skip to content

Commit 685bda1

Browse files
committed
Update gating version and add CHANGELOG entry
Signed-off-by: Atri Sharma <atri.jiit@gmail.com>
1 parent e041a3c commit 685bda1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4747
- Fix QueryPhaseResultConsumer incomplete callback loops ([#19231](https://github.com/opensearch-project/OpenSearch/pull/19231))
4848
- Fix the `scaled_float` precision issue ([#19188](https://github.com/opensearch-project/OpenSearch/pull/19188))
4949
- Fix Using an excessively large reindex slice can lead to a JVM OutOfMemoryError on coordinator.([#18964](https://github.com/opensearch-project/OpenSearch/pull/18964))
50+
- Add alias write index policy to control writeIndex during restore([#1511](https://github.com/opensearch-project/OpenSearch/pull/19368))
5051

5152
### Dependencies
5253
- Bump `com.netflix.nebula.ospackage-base` from 12.0.0 to 12.1.0 ([#19019](https://github.com/opensearch-project/OpenSearch/pull/19019))

server/src/main/java/org/opensearch/action/admin/cluster/snapshots/restore/RestoreSnapshotRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private static StorageType fromString(String string) {
135135
*
136136
* @opensearch.api
137137
*/
138-
@PublicApi(since = "3.0.0")
138+
@PublicApi(since = "3.3.0")
139139
public enum AliasWriteIndexPolicy {
140140
PRESERVE,
141141
STRIP_WRITE_INDEX;

0 commit comments

Comments
 (0)