From 4706b2b3378e5117389ce8c7dfb227a9d6c7f02d Mon Sep 17 00:00:00 2001 From: Xun Zhang Date: Fri, 27 Sep 2024 10:41:39 -0700 Subject: [PATCH] add 2.17.1 release notes (#2997) Signed-off-by: Xun Zhang (cherry picked from commit 98292337ea1c7cdcf15a3322342435e7c91e394f) --- .../opensearch-ml-common.release-notes-2.17.1.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 release-notes/opensearch-ml-common.release-notes-2.17.1.0.md diff --git a/release-notes/opensearch-ml-common.release-notes-2.17.1.0.md b/release-notes/opensearch-ml-common.release-notes-2.17.1.0.md new file mode 100644 index 0000000000..ddfc4fca8d --- /dev/null +++ b/release-notes/opensearch-ml-common.release-notes-2.17.1.0.md @@ -0,0 +1,13 @@ +## Version 2.17.1.0 Release Notes + +Compatible with OpenSearch 2.17.1 + +### Bug Fixes +* add bedrock batch job post process function; enhance remote job status parsing (#2955)[https://github.com/opensearch-project/ml-commons/pull/2955] +* fix ML task index mapping (#2949)[https://github.com/opensearch-project/ml-commons/pull/2949] +* fix full_response false and no output mapping exceptions (#2944)[https://github.com/opensearch-project/ml-commons/pull/2944] +* fix get batch task bug (#2937)[https://github.com/opensearch-project/ml-commons/pull/2937] +* fix field mapping, add more error handling and remove checking jobId filed in batch job response (#2933)[https://github.com/opensearch-project/ml-commons/pull/2933] + +### Documentation +* Fix bedrock claude3 blueprint typo (#2962)[https://github.com/opensearch-project/ml-commons/pull/2962]