From 7a52c08c1b613f53b06123db44e88dec81d3381a Mon Sep 17 00:00:00 2001 From: Mohit Kumar <113413713+mohitamg@users.noreply.github.com> Date: Sat, 2 Mar 2024 15:20:34 +0530 Subject: [PATCH] Update opensearch-cross-cluster-replication.release-notes-1.3.15.md --- ...ss-cluster-replication.release-notes-1.3.15.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/release-notes/opensearch-cross-cluster-replication.release-notes-1.3.15.md b/release-notes/opensearch-cross-cluster-replication.release-notes-1.3.15.md index da0061d1..b6ac52b5 100644 --- a/release-notes/opensearch-cross-cluster-replication.release-notes-1.3.15.md +++ b/release-notes/opensearch-cross-cluster-replication.release-notes-1.3.15.md @@ -2,20 +2,5 @@ Compatible with OpenSearch 1.3.15 -### Enhancement -* Support for indices clean-up after integ test runs ([#619] (https://github.com/opensearch-project/cross-cluster-replication/pull/619)) -* Batch request handling for replication metadata update under cluster state ([#772] (https://github.com/opensearch-project/cross-cluster-replication/pull/772)) -* Added retention lease with followerClusterUUID ([#864] (https://github.com/opensearch-project/cross-cluster-replication/pull/864)) -* Modified autofollow stats to rely on single source for failed indices ([#708] (https://github.com/opensearch-project/cross-cluster-replication/pull/708)) -* Modified autofollow retry scheduler logic to account for completed runs ([#839] (https://github.com/opensearch-project/cross-cluster-replication/pull/839)) - -### Bug Fixes -* Handled serialization issues with UpdateReplicationStateDetailsRequest ([#866] (https://github.com/opensearch-project/cross-cluster-replication/pull/866)) -* Handled exception in getAssignment method which is used to assign shard replication task via persistent task cluster service ([#937] (https://github.com/opensearch-project/cross-cluster-replication/pull/937)) -* Initialization of the leaderCheckpoint when ShardReplicationTask restarts on a new node and correctly handled retention lease renewal (if the lease already exists) during bootstrap ([#904] (https://github.com/opensearch-project/cross-cluster-replication/pull/904)) -* Removal any stale replication tasks from cluster state ([#905] (https://github.com/opensearch-project/cross-cluster-replication/pull/905)) -* Avoided use of indicesService in Resume replication flow ([#1030] (https://github.com/opensearch-project/cross-cluster-replication/pull/1030)) - - ### Security Fixes * Changed version of ipaddress library to 5.4.1 for OS 1.3([#1339] (https://github.com/opensearch-project/cross-cluster-replication/pull/1339))