From eed046f011b184f047cb6dd0f86a329bfb9776f0 Mon Sep 17 00:00:00 2001 From: Sooraj Sinha Date: Thu, 2 May 2024 14:04:54 +0530 Subject: [PATCH] Add release notes for 2.14 Signed-off-by: Sooraj Sinha --- ...cross-cluster-replication.release-notes-2.14.0.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 release-notes/opensearch-cross-cluster-replication.release-notes-2.14.0.0.md diff --git a/release-notes/opensearch-cross-cluster-replication.release-notes-2.14.0.0.md b/release-notes/opensearch-cross-cluster-replication.release-notes-2.14.0.0.md new file mode 100644 index 00000000..01ec5f51 --- /dev/null +++ b/release-notes/opensearch-cross-cluster-replication.release-notes-2.14.0.0.md @@ -0,0 +1,10 @@ +## Version 2.14.0.0 Release Notes + +Compatible with OpenSearch 2.14.0 + + +### Enhancements +* Support for fetching changes from Lucene store during remote store migration ([#1369](https://github.com/opensearch-project/cross-cluster-replication/pull/1369)) + +### Bug Fixes +* Handle response for deletion of non-existent autofollow replication rule ([#1371](https://github.com/opensearch-project/cross-cluster-replication/pull/1371))