Skip to content

Releases: opensearch-project/anomaly-detection

Version 2.7.0.0

08 May 17:39
0a48da9
Compare
Choose a tag to compare

Compatible with OpenSearch (2.7.0.0).

  • Update xcontent imports (#822)
  • Update OpenSearchRejectedExecutionException import (#861)

Bug Fixes

  • Giving admin priority over backendrole filtering (#850)

Infrastructure

  • Publish snapshots to maven via GHA, fix spotless errors, and bump bwc version (#827)
  • Added untriaged issue workflow. (#809)

Documentation

  • Add 2.7 release notes (#871)

Version 2.6.0.0

08 May 17:38
0a48da9
Compare
Choose a tag to compare

Compatible with OpenSearch (set version here).

  • [Forward port main] fixing dls/fls logic around numeric aggregations (#801)
  • Revert changes to exception message (#803)
  • Add 2.6 release note (#818)

Version 2.5.0.0

26 Jan 19:13
1a804d1
Compare
Choose a tag to compare

Compatible with OpenSearch 2.5.0

Enhancements

  • Speed up cold start (#753)

Bug Fixes

  • [Forward-Port to main] Fix _source bug (#749) (#764)
  • Fix the discrepancy between Profile API and real time tasks API (#770)

Infrastructure

  • Use sonatype to fetch JS instead of ci.opensearch.org (#740)
  • Model Profile Test (#748)

Documentation

  • Fix: typo in ohltyler. (#760)
  • Updated MAINTAINERS.md format. (#771)

Version 2.4.1.0

16 Dec 20:52
bae45db
Compare
Choose a tag to compare

What's Changed

  • AD model performance benchmark by @kaituo in #729
  • [AUTO] Increment version to 2.4.1-SNAPSHOT by @opensearch-trigger-bot in #733

Full Changelog: 2.4.0.0...2.4.1.0

Version 2.4.0.0

06 Dec 00:55
Compare
Choose a tag to compare

Version 2.4.0.0 Release Notes

Compatible with OpenSearch 2.4.0

Infrastructure

  • Removed Github DCO action since DCO runs via Github App now (#664)
  • Add support for reproducible builds (#579)
  • Fix window delay test (#674)
  • update jackson dependency version (#678)
  • add groupId = org.opensearch.plugin (#690)
  • Bump jackson-databind to 2.13.4.2 (#697)

Maintenance

  • Bump version to 2.4 (#666)

Version 2.3.0.0

15 Sep 14:37
Compare
Choose a tag to compare

Compatible with OpenSearch 2.3.0

Documentation

  • Adding external property customDistributionUrl to let developer override default distribution Download url (#380)
  • Replace Forum link in Anomaly Detection plugin README.md (#659)

Maintenance

  • Removed additional non-inclusive terms (#644)
  • Bump version to 2.3 (#658)

Version 2.2.0.0

11 Aug 20:46
Compare
Choose a tag to compare

Compatible with OpenSearch 2.2.0

Enhancements

  • make 1M1min possible (#620)

Infrastructure

  • fix zip fetching issue on version increment (#611)
  • Staging for version increment automation (#608)
  • Update BWC zip links (#625)

Maintenance

  • Bump version to 2.2 (#627)

Version 2.1.0.0

13 Jul 19:10
Compare
Choose a tag to compare

Compatible with OpenSearch 2.1.0

Enhancements

  • bump rcf to 3.0-rc3 (#568)
  • Disable interpolation in HCAD cold start (#575)
  • Expose model accuracy metrics in tests (#600)

Bug Fixes

  • Use current time as training data end time (#547) (#557)

Infrastructure

  • Cluster manager revert fix (#584)
  • Adding HCAD data ingestion script to AD (#585)
  • Update ingestion (#592)
  • Adding custom plugin to publish zip to maven (#594)

Maintenance

  • 2.1 version bump and Gradle bump (#582)

Version 1.3.3.0

15 Jul 05:20
a3e4b99
Compare
Choose a tag to compare

Version 1.3.3.0 Release Notes

Compatible with OpenSearch 1.3.3

Enhancements

  • Use current time as training data end time (#547)
  • Support writing features using filter aggregation (#425)

Infrastructure

  • removed bwc zips and fetching opendistro from cloudfront (#565)

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)