From 82c3568185c08e8c5f05e785da560d7712f229d0 Mon Sep 17 00:00:00 2001 From: zane-neo Date: Fri, 10 May 2024 08:28:58 +0800 Subject: [PATCH] update release note Signed-off-by: zane-neo --- release-notes/opensearch-ml-common.release-notes-2.14.0.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/opensearch-ml-common.release-notes-2.14.0.0.md b/release-notes/opensearch-ml-common.release-notes-2.14.0.0.md index a667c0ab2b..aca4005439 100644 --- a/release-notes/opensearch-ml-common.release-notes-2.14.0.0.md +++ b/release-notes/opensearch-ml-common.release-notes-2.14.0.0.md @@ -9,6 +9,7 @@ Compatible with OpenSearch 2.14.0.0 ### Enhancements * Change httpclient to async ([#1958](https://github.com/opensearch-project/ml-commons/pull/1958)) +* Change httpclient to async bug fix ([#2418](https://github.com/opensearch-project/ml-commons/pull/2418)) * Migrate RAG pipeline to async processing. ([#2345](https://github.com/opensearch-project/ml-commons/pull/2345)) * Filtering hidden model info from model profiling for users other than superadmin ([#2332](https://github.com/opensearch-project/ml-commons/pull/2332)) * check model auto deploy ([#2288](https://github.com/opensearch-project/ml-commons/pull/2288))