Skip to content

Commit

Permalink
update 2.14 release node (opensearch-project#2422) (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#2423)

Signed-off-by: Xun Zhang <[email protected]>
(cherry picked from commit ed24741)

Co-authored-by: Xun Zhang <[email protected]>
  • Loading branch information
2 people authored and dhrubo-os committed May 17, 2024
1 parent 0078238 commit ef01b75
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions release-notes/opensearch-ml-common.release-notes-2.14.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,26 @@ Compatible with OpenSearch 2.14.0.0
* 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))
* restrict stash context only for stop words system index (https://github.com/opensearch-project/ml-commons/pull/2283)
* Add a flag to control auto-deploy behavior (https://github.com/opensearch-project/ml-commons/pull/2276)
* restrict stash context only for stop words system index ([#2283](https://github.com/opensearch-project/ml-commons/pull/2283))
* Add a flag to control auto-deploy behavior ([#2276](https://github.com/opensearch-project/ml-commons/pull/2276))


### Bug Fixes
* fix stopwords npe ([#2311](https://github.com/opensearch-project/ml-commons/pull/2311))
* guardrails npe ([#2304](https://github.com/opensearch-project/ml-commons/pull/2304))
* not sending failure message when model index isn't present ([#2351](https://github.com/opensearch-project/ml-commons/pull/2351))
* fix guardrails mapping (https://github.com/opensearch-project/ml-commons/pull/2279)
* fix guardrails mapping ([#2279](https://github.com/opensearch-project/ml-commons/pull/2279))
* fix no model group index issue in connector helper notebook ([#2336](https://github.com/opensearch-project/ml-commons/pull/2336))
* Fixes #2317 predict api not working with asymmetric models ([#2318](https://github.com/opensearch-project/ml-commons/pull/2318))
* fixing isHidden null issue ([#2337](https://github.com/opensearch-project/ml-commons/pull/2337))
* fix remote register model / circuit breaker 500(https://github.com/opensearch-project/ml-commons/pull/2264)
* guardrails bug fixes and IT for creating guardrails (https://github.com/opensearch-project/ml-commons/pull/2269)
* fix remote register model / circuit breaker 500([#2264](https://github.com/opensearch-project/ml-commons/pull/2264))
* guardrails bug fixes and IT for creating guardrails ([#2269](https://github.com/opensearch-project/ml-commons/pull/2269))
* Added missing result filter to inference ([#2367](https://github.com/opensearch-project/ml-commons/pull/2367))
* making Boolean type for isHidden ([#2341](https://github.com/opensearch-project/ml-commons/pull/2341))
* Clear planningWorkerNodes when model auto-deploys again after undeploy ([#2396](https://github.com/opensearch-project/ml-commons/pull/2396))
* Avoid race condition in syncup model state refresh ([#2405](https://github.com/opensearch-project/ml-commons/pull/2405))
* Add a flag to distinguish remote model auto deploy and transport deploy ([#2410](https://github.com/opensearch-project/ml-commons/pull/2410))
* Add deploySetting in registering local models ([#2415](https://github.com/opensearch-project/ml-commons/pull/2415))

### Refactoring
* feat: Add search index tool ([#2356](https://github.com/opensearch-project/ml-commons/pull/2356))
Expand All @@ -41,7 +45,9 @@ Compatible with OpenSearch 2.14.0.0
### Infrastructure
* remove checkstyle ([#2312](https://github.com/opensearch-project/ml-commons/pull/2312))
* Increase rounding delta from 0.005% to 0.5% on RestMLInferenceIngestProcessorIT ([#2372](https://github.com/opensearch-project/ml-commons/pull/2372))
* add agent framework security it tests by (https://github.com/opensearch-project/ml-commons/pull/2266)
* add agent framework security it tests by ([#2266](https://github.com/opensearch-project/ml-commons/pull/2266))
* Add IT for interface ([#2394](https://github.com/opensearch-project/ml-commons/pull/2394))
* Fix local build failure for RestMLInferenceIngestProcessorIT ([#2402](https://github.com/opensearch-project/ml-commons/pull/2402))

### Maintenance
* fix CVE for org.eclipse.core.runtime ([#2378](https://github.com/opensearch-project/ml-commons/pull/2378))
Expand Down

0 comments on commit ef01b75

Please sign in to comment.