From 720e0805b4515acbc07a7c192b8db48f17c99a38 Mon Sep 17 00:00:00 2001 From: Mohit Kumar <113413713+mohitamg@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:25:39 +0530 Subject: [PATCH] Create opensearch-cross-cluster-replication.release-notes-2.12.0.0.md (#1321) Add Release notes for OS 2.12.0 Signed-off-by: Mohit Kumar <113413713+mohitamg@users.noreply.github.com> --- ...h-cross-cluster-replication.release-notes-2.12.0.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 release-notes/opensearch-cross-cluster-replication.release-notes-2.12.0.0.md diff --git a/release-notes/opensearch-cross-cluster-replication.release-notes-2.12.0.0.md b/release-notes/opensearch-cross-cluster-replication.release-notes-2.12.0.0.md new file mode 100644 index 00000000..e8d5c2d1 --- /dev/null +++ b/release-notes/opensearch-cross-cluster-replication.release-notes-2.12.0.0.md @@ -0,0 +1,9 @@ +## Version 2.12.0 Release Notes + +Compatible with OpenSearch 2.12.0 + +## Bug Fixes + +* Implement getSystemIndexDescriptors to support SystemIndex for replication plugin ([#1290](https://github.com/opensearch-project/cross-cluster-replication/pull/1290)) +* Correct error message including what fields are missing when field are not passed when starting replication ([#1292](https://github.com/opensearch-project/cross-cluster-replication/pull/1292)) +* Ignoring all the final settings to copy from leader to follower as those settings won't be able to apply as those are not updatable ([#1304](https://github.com/opensearch-project/cross-cluster-replication/pull/1304))