From bdcdd2619e60150a3a521d721e08a9296ab1806c Mon Sep 17 00:00:00 2001 From: Amit Galitzky Date: Tue, 9 Nov 2021 21:18:17 +0000 Subject: [PATCH] adding release notes Signed-off-by: Amit Galitzky --- ...ection-dashboards.release-notes-1.2.0.0.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection-dashboards.release-notes-1.2.0.0.md diff --git a/release-notes/opensearch-anomaly-detection-dashboards.release-notes-1.2.0.0.md b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-1.2.0.0.md new file mode 100644 index 00000000..0914f6f6 --- /dev/null +++ b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-1.2.0.0.md @@ -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))