Skip to content

[Backport 2.x] release note for 2.19.1 #3572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions release-notes/opensearch-ml-common.release-notes-2.19.1.0.md
Original file line number Diff line number Diff line change
@@ -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]
Loading