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

Add release notes for 1.11.0.0 #276

Merged
merged 2 commits into from
Oct 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
## Version 1.11.0.0 Release Notes

Compatible with Elasticsearch 7.9.1

* CLI: Update Detector Configurations ([#233](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/233))
* Add support filtering the data by one categorical variable ([#270](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/270))

### Enhancements

* remove deprecated code ([#228](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/228))
* CLI: Download Detector Configuration as File ([#229](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/229))
ohltyler marked this conversation as resolved.
Show resolved Hide resolved
* CLI: Update Display Strings ([#231](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/231))
* CLI: Fix build errors ([#235](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/235))
* Adding RestActions support for AD Search Rest API's ([#234](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/234))
* Adding RestActions support for Detector Stats API ([#237](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/237))
* add anomaly feature attribution to model output ([#232](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/232))
* Adding RestActions support Delete Detector API ([#238](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/238))
* Adding RestActions support for Get Detector API ([#242](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/242))
* Adding RestActions support Create/Update Detector API ([#243](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/243))
* Modifying RestAction for Execute API ([#246](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/246))
* Adding RestActions support for Start/Stop Detector API ([#244](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/244))
* Verifying multi-entity detectors ([#240](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/240))
* Selectively store anomaly results when index pressure is high ([#241](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/241))
* Adding User support for Detector and DetectorJob ([#251](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/251))
* Added User support for background job and API Transport Actions ([#272](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/272))
* suppport HC detector in profile api ([#274](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/274))
* Auto flush checkpoint queue if too many are waiting ([#279](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/279))

### Bug fixes

* Fix nested field issue ([#277](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/277))
* Upgrade mapping ([#278](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/278))


### Infrastructure

* Ignoring flaky test ([#255](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/255))
* Adding common-utils dependency from Maven ([#280](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/280))


### Documentation

* CLI: Update Display Strings ([#231](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/231))
* Add release notes for 1.11.0.0 ([#276](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/276))


### Maintenance

* upgrade rcf libaries ([#239](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/239))
* bump ad plugin version to 1.11.0 ([#275](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/275))