|
| 1 | +## Version 2.7.0.0 Release Notes |
| 2 | + |
| 3 | +Compatible with OpenSearch 2.7.0 |
| 4 | + |
| 5 | +### Experimental Features |
| 6 | + |
| 7 | +* Add metrics correlation algorithm. ([#845](https://github.com/opensearch-project/ml-commons/pull/845)) |
| 8 | + |
| 9 | +### Enhancements |
| 10 | + |
| 11 | +* Add model auto deploy feature ([#852](https://github.com/opensearch-project/ml-commons/pull/852)) |
| 12 | +* Add memory consumption estimation for models in profile API ([#853](https://github.com/opensearch-project/ml-commons/pull/853)) |
| 13 | +* Add text docs ML input ([#830](https://github.com/opensearch-project/ml-commons/pull/830)) |
| 14 | +* Add allow custom deployment plan setting; add deploy to all nodes field in model index ([#818](https://github.com/opensearch-project/ml-commons/pull/818)) |
| 15 | +* Add exclude nodes setting. ([#813](https://github.com/opensearch-project/ml-commons/pull/813)) |
| 16 | +* set model state as partially loaded if unload model from partial nodes ([#806](https://github.com/opensearch-project/ml-commons/pull/806)) |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +* change to old method to fix missing method createParentDirectories ([#759](https://github.com/opensearch-project/ml-commons/pull/759)) |
| 21 | +* fix delete model API ([#861](https://github.com/opensearch-project/ml-commons/pull/861)) |
| 22 | +* fix breaking changes of Xcontent namespace change ([#838](https://github.com/opensearch-project/ml-commons/pull/838)) |
| 23 | +* Change the ziputil dependency to fix a potential security concern ([#824](https://github.com/opensearch-project/ml-commons/pull/824)) |
| 24 | +* fix checkstyle version ([#792](https://github.com/opensearch-project/ml-commons/pull/792)) |
| 25 | +* Typo fix and minor improvement in maven-publish GHA workflow ([#757](https://github.com/opensearch-project/ml-commons/pull/757)) |
| 26 | + |
| 27 | +### Documentation |
| 28 | + |
| 29 | +* add docker-compose file for starting cluster with dedicated ML node ([#799](https://github.com/opensearch-project/ml-commons/pull/799)) |
| 30 | + |
| 31 | +### Maintenance |
| 32 | + |
| 33 | +* Increment version to 2.7.0-SNAPSHOT ([#742](https://github.com/opensearch-project/ml-commons/pull/742)) |
| 34 | +* Publish snapshots to maven via GHA ([#754](https://github.com/opensearch-project/ml-commons/pull/754)) |
| 35 | + |
| 36 | +### Refactoring |
| 37 | + |
| 38 | +* rename API/function/variable names ([#822](https://github.com/opensearch-project/ml-commons/pull/822)) |
| 39 | +* rename model meta/chunk API ([#827](https://github.com/opensearch-project/ml-commons/pull/827)) |
0 commit comments