Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for version 1.2.0.0 #129

Merged
merged 1 commit into from
Nov 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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))