Skip to content

Commit 560f8b3

Browse files
committed
update 2.14 release node
Signed-off-by: Xun Zhang <xunzh@amazon.com>
1 parent 9478fd4 commit 560f8b3

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

release-notes/opensearch-ml-common.release-notes-2.14.0.0.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,26 @@ Compatible with OpenSearch 2.14.0.0
1212
* Migrate RAG pipeline to async processing. ([#2345](https://github.com/opensearch-project/ml-commons/pull/2345))
1313
* Filtering hidden model info from model profiling for users other than superadmin ([#2332](https://github.com/opensearch-project/ml-commons/pull/2332))
1414
* check model auto deploy ([#2288](https://github.com/opensearch-project/ml-commons/pull/2288))
15-
* restrict stash context only for stop words system index (https://github.com/opensearch-project/ml-commons/pull/2283)
16-
* Add a flag to control auto-deploy behavior (https://github.com/opensearch-project/ml-commons/pull/2276)
15+
* restrict stash context only for stop words system index ([#2283](https://github.com/opensearch-project/ml-commons/pull/2283))
16+
* Add a flag to control auto-deploy behavior ([#2276](https://github.com/opensearch-project/ml-commons/pull/2276))
1717

1818

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

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

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

0 commit comments

Comments
 (0)