Skip to content

Releases: opensearch-project/anomaly-detection

Version 2.0.0.0

10 Jun 19:09
ce81e91
Compare
Choose a tag to compare

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

27 May 23:26
210a1ab
Compare
Choose a tag to compare

Compatible with OpenSearch 1.3.2

Bug Fixes

  • restart bug fix #496
  • Empty search results bug fix #522

Infrastructure

  • removing job-scheduler zip for 1.3 branch #475
  • Version bump to 1.3.2 #485
  • fixed to check if build is a snapshot #531

Version 1.3.1.0

15 Jul 18:55
37aea9b
Compare
Choose a tag to compare

Compatible with OpenSearch 1.3.1

Version 1.3.0.0

18 Mar 18:00
bf8f2da
Compare
Choose a tag to compare

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

19 Jan 18:43
Compare
Choose a tag to compare

Compatible with OpenSearch 1.2.4

Enhancements

  • upgrade gson to 2.8.9 (#354)

Bug Fixes

  • fix missing commons-lang3;update job scheduler plugin zip (#364)
  • remove jcenter dependency (#361)

Version 1.2.3.0

02 Feb 05:22
4d45ebc
Compare
Choose a tag to compare

Compatible with OpenSearch 1.2.3

Version 1.2.2.0

02 Feb 05:15
6109a12
Compare
Choose a tag to compare

Compatible with OpenSearch 1.2.2

Version 1.2.1.0

02 Feb 05:03
f5e21f8
Compare
Choose a tag to compare

Compatible with OpenSearch 1.2.1

Version 1.2.0.1

29 Nov 22:16
Compare
Choose a tag to compare

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

23 Nov 22:37
Compare
Choose a tag to compare

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

  • correct copyright notice; remove old copyright from ODFE (#257)
  • Add DCO Check Workflow (#273)

Maintenance

  • Bump anomaly-detection version to 1.2 (#286)