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

updated release notes for 1.2 backend #308

Merged
merged 1 commit into from
Nov 11, 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
Expand Up @@ -4,30 +4,33 @@ Compatible with OpenSearch 1.2.0

### Features

* Validation API - "Blocker" level validation ([#231](https://github.com/opensearch-project/anomaly-detection/pull/231))
* Add multi-category top anomaly results API ([#261](https://github.com/opensearch-project/anomaly-detection/pull/261))
* support storing anomaly result to custom index ([#276](https://github.com/opensearch-project/anomaly-detection/pull/276))
* support only searching results in custom result index ([#292](https://github.com/opensearch-project/anomaly-detection/pull/292))
- Add multi-category top anomaly results API ([#261](https://github.com/opensearch-project/anomaly-detection/pull/261))
- Validation API - "Blocker" level validation ([#231](https://github.com/opensearch-project/anomaly-detection/pull/231))
- support storing anomaly result to custom index ([#276](https://github.com/opensearch-project/anomaly-detection/pull/276))
- support only searching results in custom result index ([#292](https://github.com/opensearch-project/anomaly-detection/pull/292))

### Enhancements

* Add extra fields to anomaly result index ([#268](https://github.com/opensearch-project/anomaly-detection/pull/268))
* Improve HCAD cold start ([#272](https://github.com/opensearch-project/anomaly-detection/pull/272))
* Support custom result indices in multi-category filtering API ([#281](https://github.com/opensearch-project/anomaly-detection/pull/281))
* Skipping checking create index permission for Validate API ([#285](https://github.com/opensearch-project/anomaly-detection/pull/285))
- Improve HCAD cold start ([#272](https://github.com/opensearch-project/anomaly-detection/pull/272))
- Support custom result indices in multi-category filtering API ([#281](https://github.com/opensearch-project/anomaly-detection/pull/281))
- Add extra fields to anomaly result index ([#268](https://github.com/opensearch-project/anomaly-detection/pull/268))
- Skipping checking create index permission for Validate API ([#285](https://github.com/opensearch-project/anomaly-detection/pull/285))

### Bug Fixes

* fix flaky REST IT test ([#259](https://github.com/opensearch-project/anomaly-detection/pull/259))
* Fixed a bug when door keepers unnecessarily reset their states ([#262](https://github.com/opensearch-project/anomaly-detection/pull/262))
* Fix task cache expiration bug ([#269](https://github.com/opensearch-project/anomaly-detection/pull/269))
* fixed unit test by changing name of method to most up to date ([#287](https://github.com/opensearch-project/anomaly-detection/pull/287))
* Fix Instant parsing bug in multi category filtering API ([#289](https://github.com/opensearch-project/anomaly-detection/pull/289))
- fix flaky REST IT test ([#259](https://github.com/opensearch-project/anomaly-detection/pull/259))
- Fixed a bug when door keepers unnecessarily reset their states ([#262](https://github.com/opensearch-project/anomaly-detection/pull/262))
- Fix task cache expiration bug ([#269](https://github.com/opensearch-project/anomaly-detection/pull/269))
- fixed unit test by changing name of method to most up to date ([#287](https://github.com/opensearch-project/anomaly-detection/pull/287))
- Fix Instant parsing bug in multi category filtering API ([#289](https://github.com/opensearch-project/anomaly-detection/pull/289))
- wait for some time to get semaphore when set HC detector task as done ([#300](https://github.com/opensearch-project/anomaly-detection/pull/300))
- added switch case for general settings issues ([#305](https://github.com/opensearch-project/anomaly-detection/pull/305))

### Documentation

* correct copyright notice; remove old copyright from ODFE ([#257](https://github.com/opensearch-project/anomaly-detection/pull/257))
* Add DCO Check Workflow ([#273](https://github.com/opensearch-project/anomaly-detection/pull/273))
- correct copyright notice; remove old copyright from ODFE ([#257](https://github.com/opensearch-project/anomaly-detection/pull/257))
- Add DCO Check Workflow ([#273](https://github.com/opensearch-project/anomaly-detection/pull/273))

### Maintenance
* Bump anomaly-detection version to 1.2 ([#286](https://github.com/opensearch-project/anomaly-detection/pull/286))

- Bump anomaly-detection version to 1.2 ([#286](https://github.com/opensearch-project/anomaly-detection/pull/286))