From e36f8c8f750f9801aec4c5767f36476e0223478b Mon Sep 17 00:00:00 2001 From: Jing Zhang Date: Thu, 20 Feb 2025 11:01:02 -0800 Subject: [PATCH] release note for 2.19.1 (#3571) Signed-off-by: Jing Zhang (cherry picked from commit 3c19cfc57aeb4288014bdd13c53c1afe3dcae18d) --- ...opensearch-ml-common.release-notes-2.19.1.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/opensearch-ml-common.release-notes-2.19.1.0.md diff --git a/release-notes/opensearch-ml-common.release-notes-2.19.1.0.md b/release-notes/opensearch-ml-common.release-notes-2.19.1.0.md new file mode 100644 index 0000000000..b8bf75170b --- /dev/null +++ b/release-notes/opensearch-ml-common.release-notes-2.19.1.0.md @@ -0,0 +1,15 @@ +## Version 2.19.1.0 Release Notes + +Compatible with OpenSearch 2.19.1 + +### Bug Fixes + +* fix ignoreFailure flag in ml inference search processors (#3570)[https://github.com/opensearch-project/ml-commons/pull/3570] +* updating bulk update to use sdkclient (#3546)[https://github.com/opensearch-project/ml-commons/pull/3546] +* Add interface for no postprocessing function case (#3553)[https://github.com/opensearch-project/ml-commons/pull/3553] +* add edge case for models that are marked as not found in cache (#3523)[https://github.com/opensearch-project/ml-commons/pull/3523] +* applying sdkclient changes to config index (#3521)[https://github.com/opensearch-project/ml-commons/pull/3521] +* remainig sdk client changes for search (#3522)[https://github.com/opensearch-project/ml-commons/pull/3522] +* adding tenantId for inline connector in model registration (#3531)[https://github.com/opensearch-project/ml-commons/pull/3531] +* Remove the integ test case cause cohere classify is deprecated in its llm service (#3513)[https://github.com/opensearch-project/ml-commons/pull/3513] +* fix null decrypted credential while getting batch predict job status (#3518)[https://github.com/opensearch-project/ml-commons/pull/3518]