Releases: opensearch-project/anomaly-detection
Releases · opensearch-project/anomaly-detection
Version 2.0.0.0
Compatible with OpenSearch 2.0.0
Enhancements
- changed usages of "master" to "clusterManager" in variable names (#504)
Bug Fixes
- Changed default description to empty string instead of null (#438)
- Fixed ADTaskProfile toXContent bug and added to .gitignore (#447)
- Fix restart HCAD detector bug (#460)
- Check if indices exist in the presence of empty search results (#495)
Infrastructure
- Reduced jacoco exclusions and added more tests (#446)
- refactor SearchADResultTransportAction to be more testable (#517)
- Remove oss flavor (#449)
- Add auto labeler workflow (#455)
- Gradle 7 and Opensearch 2.0 upgrade (#464)
- Adding test-retry plugin (#456)
- Updated issue templates from .github. (#488)
- removing job-scheduler zip and replacing with distribution build (#487)
- JDK 17 support (#489)
- Moving script file in scripts folder for file location standardization (#494)
- Removed rcf jar for 3.0-rc1 and fixed zip fetching for AD and JS (#500)
- Remove BWC zips for dynamic dependency (#505)
- bump rcf to 3.0-rc2.1 (#519)
- Increase more coverage and reduce jacocoExclusions (#533)
Documentation
- Add Visualization integration RFC docs (#477)
Version 1.3.2.0
Version 1.3.1.0
Compatible with OpenSearch 1.3.1
Version 1.3.0.0
Compatible with OpenSearch 1.3.0.
Features
- Adding Model Type Validation to Validate API ("non-blocker") (#384)
Enhancements
- Check one feature query at a time - Validate API (#412)
Infrastructure
- ADD auto backport functionality to AD (#368)
- Use admin client for system index updates in integ tests (#372)
- Fixing Flaky Integration Tests (#369)
- Adding auto delete workflow for backport branches (#376)
- Using Github App to trigger CI on backport PRs (#375)
- Add JDK 11 to CI test matrix (#395)
- Fixing failing IT for validate API (#402)
Documentation
- Add release notes for 1.3.0.0 (#419)
Version 1.2.4.0
Version 1.2.3.0
Compatible with OpenSearch 1.2.3
Version 1.2.2.0
Compatible with OpenSearch 1.2.2
Version 1.2.1.0
Compatible with OpenSearch 1.2.1
Version 1.2.0.1
Compatible with OpenSearch 1.2.0.
A patch release to fix a bug where an exception was being thrown leading to failures on the Anomaly Detection Dashboards Plugin's detector list page, when a new cluster was created, and only non-custom-result detectors were created, and where no historical or real-time detection job had been started.
Bug Fixes
- Don't throw exception if no result indices found when searching both default and custom result indices (#322)
Version 1.2.0.0
Compatible with OpenSearch 1.2.0
Features
- Validation API - "Blocker" level validation (#231)
- Add multi-category top anomaly results API (#261)
- support storing anomaly result to custom index (#276)
- support only searching results in custom result index (#292)
Enhancements
- Add extra fields to anomaly result index (#268)
- Improve HCAD cold start (#272)
- Support custom result indices in multi-category filtering API (#281)
- Skipping checking create index permission for Validate API (#285)
Bug Fixes
- fix flaky REST IT test (#259)
- Fixed a bug when door keepers unnecessarily reset their states (#262)
- Fix task cache expiration bug (#269)
- fixed unit test by changing name of method to most up to date (#287)
- Fix Instant parsing bug in multi category filtering API (#289)
Documentation
Maintenance
- Bump anomaly-detection version to 1.2 (#286)