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]