From 12d285bbcd25aabb95503c739ed2695bbf0ccc9c Mon Sep 17 00:00:00 2001 From: Sooraj Sinha <81695996+soosinha@users.noreply.github.com> Date: Thu, 2 May 2024 14:14:42 +0530 Subject: [PATCH] Add release notes for 2.14 (#1376) 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))