From 2c8cc02ceed093c1e98001c334dcfbc986b1616d Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:08:22 -0700 Subject: [PATCH] Make 2.10 release notes up to date (#1345) (#1349) Signed-off-by: Sicheng Song (cherry picked from commit ff0d73460ee03e7f550c9383529a6627f4ac7ed3) Co-authored-by: Sicheng Song --- .../opensearch-ml-common.release-notes-2.10.0.0.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/release-notes/opensearch-ml-common.release-notes-2.10.0.0.md b/release-notes/opensearch-ml-common.release-notes-2.10.0.0.md index 42aa196e91..2b4e522c75 100644 --- a/release-notes/opensearch-ml-common.release-notes-2.10.0.0.md +++ b/release-notes/opensearch-ml-common.release-notes-2.10.0.0.md @@ -3,7 +3,7 @@ Compatible with OpenSearch 2.10.0 -### Features +### Experimental Features * Conversations and Generative AI in OpenSearch ([#1150](https://github.com/opensearch-project/ml-commons/issues/1150)) ### Enhancements @@ -23,6 +23,10 @@ Compatible with OpenSearch 2.10.0 * Handle escaping string parameters explicitly ([#1174](https://github.com/opensearch-project/ml-commons/pull/1174)) * Fix model count bug ([#1180](https://github.com/opensearch-project/ml-commons/pull/1180)) * Fix core package name to address compilation errors ([#1157](https://github.com/opensearch-project/ml-commons/pull/1157)) +* Fix system index access bug ([#1320](https://github.com/opensearch-project/ml-commons/pull/1320)) +* Fix unassigned ml system shard replicas ([#1315](https://github.com/opensearch-project/ml-commons/pull/1315)) +* Adjust index replicas settings to keep consistent with AOS 2.9 ([#1325](https://github.com/opensearch-project/ml-commons/pull/1325)) +* Fix GetInteractions returned different results in security-enabled and -disabled settings ([#1334](https://github.com/opensearch-project/ml-commons/pull/1334)) ### Documentation * Updating cohere blueprint doc ([#1213](https://github.com/opensearch-project/ml-commons/pull/1213))