This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Version 1.12.0.0
Compatible with Elasticsearch (7.10.0).
- fix detector and feature serialization (#322)
- Moving common-utils to 1.12.0.2 (#323)
- update release notes for 1.12.0.0 (#324)
- add AD task and tune detector&AD result data model (#329)
- add ad task stats (#332)
- add AD task cache (#337)
- add IT cases for filtering out non-server exceptions for HC detector (#348)
Enhancements
- Adding user support from ThreadContext (#297)
- Stashing context for Stats API to allow users to query from RestAPI (#300)
- Improve profile API (#298)
- Add checkpoint index retention for multi entity detector (#283)
- add HC detector request/failure stats (#307)
- Adding unit tests for Transport Actions (#327)
- Adding role based filtering for rest of APIs (#325)
- Adding support for Security Test Framework (#331)
- filter out exceptions which should not be counted in failure stats (#341)
- Moving Preview Anomaly Detectors to Transport layer (#321)
Bug Fixes
- Fix edge case where entities found for preview is empty (#296)
- fix null user in detector (#301)
- fix fatal error of missing method parseString (#302)
- remove clock Guice binding (#305)
- filter out empty value for entity features (#306)
- Fix for upgrading mapping (#309)
- fix double nan error when parse to json (#310)
- Fix issue where data hole exists for Preview API (#312)
- fix delete running detector bug (#320)
- Fix the profile API returns prematurely. (#340)
- Fix another case of the profile API returns prematurely (#353)
Infrastructure
- Add multi node integration testing into CI workflow (#318)
Documentation
- Updating Readme to include Secure tests (#334)
Maintenance
- Support ES 7.10.0 (#313)