Skip to content

Releases: opensearch-project/anomaly-detection

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)

Version 1.1.0.0

05 Oct 23:25
569cede
Compare
Choose a tag to compare

Compatible with OpenSearch 1.1.0

Features

  • multi-category support, rate limiting, and pagination (#121)
  • Single flow feature change (#147)
  • Compact rcf integration (#149)

Enhancements

  • Disable model splitting in single-stream detectors (#162)
  • Handle more AD exceptions thrown over the wire/network (#157)
  • support historical analysis for multi-category HC (#159)
  • Limit the max models shown on the stats and profile API (#182)
  • Enable shingle in HCAD (#187)
  • add min score for labeling anomalies to thresholding (#193)
  • support backward compatibility of historical analysis and realtime task (#195)

Bug Fixes

  • don't replace detector user when update (#126)
  • avoid sending back verbose error message and wrong 500 error to user; fix hard code query size of historical analysis (#150)
  • Bug fixes and unit tests (#177)

Infrastructure

  • add deprecated detector type for bwc; add more test cases for historical analysis (#197)

Documentation

  • Add themed logo to README (#134)