-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding release notes (opensearch-project#129)
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
- Loading branch information
1 parent
7eaf08e
commit aaa0973
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
release-notes/opensearch-anomaly-detection-dashboards.release-notes-1.2.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Version 1.2.0.0 Release Notes | ||
|
||
Compatible with OpenSearch Dashboards 1.2.0 | ||
|
||
### Features | ||
|
||
- support storing detector result to customr result index ([#110](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/110)) | ||
- Support multi-category filtering of results ([#107](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/107)) | ||
- Integrating Validation API On Detector Creation Process ([#106](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/106)) | ||
|
||
### Enhancements | ||
|
||
- Add DCO Check Workflow ([#103](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/103)) | ||
- Remove old copyright ([#118](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/118)) | ||
- search monitors using custom result index ([#125](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/125)) | ||
- search only custom result index on detector detail page ([#126](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/126)) | ||
|
||
### Bug Fixes | ||
|
||
- Fix bug of detector task calls failing if no state index ([#120](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/120)) | ||
- Fix chart range bug of non-HC anomaly and feature charts ([#122](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/122)) | ||
- support create monitor with custom result index ([#123](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/123)) | ||
|
||
### Infrastructure | ||
|
||
- Bump version to 1.2 ([#114](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/114)) | ||
- Fix e2e ([#116](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/116)) |