-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jackie Han <[email protected]>
- Loading branch information
1 parent
29c6e08
commit f01b211
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
release-notes/opensearch-anomaly-detection.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,32 @@ | ||
## Version 1.2.0.0 Release Notes | ||
|
||
Compatible with OpenSearch 1.2.0 | ||
|
||
* correct copyright notice; remove old copyright from ODFE ([#257](https://github.com/opensearch-project/anomaly-detection/pull/257)) | ||
* 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)) | ||
* Bump anomaly-detection version to 1.2 ([#286](https://github.com/opensearch-project/anomaly-detection/pull/286)) | ||
* Add extra fields to anomaly result index ([#268](https://github.com/opensearch-project/anomaly-detection/pull/268)) | ||
* fixed unit test by changing name of method to most up to date ([#287](https://github.com/opensearch-project/anomaly-detection/pull/287)) | ||
* support only searching results in custom result index ([#292](https://github.com/opensearch-project/anomaly-detection/pull/292)) | ||
|
||
### Features | ||
|
||
* 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)) | ||
|
||
### Enhancements | ||
|
||
* 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)) | ||
|
||
### Bug Fixes | ||
|
||
* Fix Instant parsing bug in multi category filtering API ([#289](https://github.com/opensearch-project/anomaly-detection/pull/289)) | ||
|
||
### Documentation | ||
|
||
* Add DCO Check Workflow ([#273](https://github.com/opensearch-project/anomaly-detection/pull/273)) |