Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Version 1.11.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 18:38
5093c8a

Compatible with Elasticsearch (7.9.1).

Features

  • CLI: Update Detector Configurations (#233)
  • Add support filtering the data by one categorical variable (#270)
  • Added User support for background job and API Transport Actions (#272)

Enhancements

  • remove deprecated code (#228)
  • CLI: Download Detector Configuration as File (#229)
  • CLI: Update Display Strings (#231)
  • CLI: Fix build errors (#235)
  • Adding RestActions support for AD Search Rest API's (#234)
  • Adding RestActions support for Detector Stats API (#237)
  • add anomaly feature attribution to model output (#232)
  • Adding RestActions support Delete Detector API (#238)
  • Adding RestActions support for Get Detector API (#242)
  • Adding RestActions support Create/Update Detector API (#243)
  • Modifying RestAction for Execute API (#246)
  • Adding RestActions support for Start/Stop Detector API (#244)
  • Verifying multi-entity detectors (#240)
  • Selectively store anomaly results when index pressure is high (#241)
  • Adding User support for Detector and DetectorJob (#251)
  • suppport HC detector in profile api (#274)
  • Auto flush checkpoint queue if too many are waiting (#279)
  • Added User support for background job and API Transport Actions (#272)
  • Renaming all Actions to distinguish between internal and external facing (#284)
  • Adding new Search Detector Info API (#286)
  • Updating Search Detector API to reject all queries other than BoolQuery (#288)
  • set user as nested type to support exists query (#291)

Bug Fixes

  • Fix nested field issue (#277)
  • Upgrade mapping (#278)
  • Fix issue where max number of multi-entity detector doesn't work for UpdateDetector (#285)
  • Fix for stats API (#287)
  • Fix for get detector API (#290)
  • update user role filter to use nested query (#293)
  • fix no permission when preview detector with detector id (#294)
  • Injecting User role for background job (#295)

Infrastructure

  • Ignoring flaky test (#255)
  • Adding common-utils dependency from Maven (#280)
  • fix build issue of common util (#281)
  • Exclude IndexAnomalyDetectorResponse from Jacoco to unblock build (#292)

Documentation

  • CLI: Update Display Strings (#231)
  • Add release notes for 1.11.0.0 (#276)

Maintenance

  • upgrade rcf libaries (#239)
  • bump ad plugin version to 1.11.0 (#275)