|
| 1 | +## Version 2.0.0.0 Release Notes |
| 2 | + |
| 3 | +Compatible with OpenSearch 2.0.0 |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +* Add circuit breaker trigger count stat.([#274](https://github.com/opensearch-project/ml-commons/pull/274)) |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* support dispatching execute task; don't dispatch ML task again ([#279](https://github.com/opensearch-project/ml-commons/pull/279)) |
| 12 | +* Fix NPE in anomaly localization ([#280](https://github.com/opensearch-project/ml-commons/pull/280)) |
| 13 | +* create model/task index with correct mapping ([#284](https://github.com/opensearch-project/ml-commons/pull/284)) |
| 14 | + |
| 15 | +### Infrastructure |
| 16 | + |
| 17 | +* drop support for JDK 14 ([#267](https://github.com/opensearch-project/ml-commons/pull/267)) |
| 18 | +* Add UT/IT Coverage for action/models and action/tasks. ([#268](https://github.com/opensearch-project/ml-commons/pull/268)) |
| 19 | +* Default qualifier to alpha1 and fix workflows ([#269](https://github.com/opensearch-project/ml-commons/pull/269)) |
| 20 | +* Remove additional vars in build.gradle that are not used ([#271](https://github.com/opensearch-project/ml-commons/pull/271)) |
| 21 | +* Add UT for Search transport action. ([#272](https://github.com/opensearch-project/ml-commons/pull/272)) |
| 22 | +* updated issue templates for bugs and features. ([#273](https://github.com/opensearch-project/ml-commons/pull/273)) |
| 23 | +* Add more test to improve coverage of abstract search action([#275](https://github.com/opensearch-project/ml-commons/pull/275)) |
| 24 | +* Add UT for RestMLExecuteAction, and remove it out from the jacoco exclusive list. ([#278](https://github.com/opensearch-project/ml-commons/pull/278)) |
| 25 | +* add coverage badges ([#281](https://github.com/opensearch-project/ml-commons/pull/281)) |
| 26 | +* Re-enable docker image tests for 2.0. ([#288](https://github.com/opensearch-project/ml-commons/pull/288)) |
| 27 | + |
| 28 | +### Maintenance |
| 29 | + |
| 30 | +* Change 2.0-alpha1 to 2.0-rc1. ([#282](https://github.com/opensearch-project/ml-commons/pull/282)) |
| 31 | +* bump RCF version to 3.0-rc2.1 ([#289](https://github.com/opensearch-project/ml-commons/pull/289)) |
| 32 | +* bump tribuo version to 4.2.1 ([#312](https://github.com/opensearch-project/ml-commons/pull/312)) |
| 33 | + |
| 34 | +### Refactoring |
| 35 | + |
| 36 | +* Removed RCF jars and updated to fetch RCF 3.0-rc2 from maven ([#277](https://github.com/opensearch-project/ml-commons/pull/277)) |
| 37 | + |
0 commit comments