This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Compatible with Kibana 7.10.2
Enhancements
- Add toast notification to handle errors when updating a destination (#232)
Bug Fixes
- Filter out historical detectors on monitor creation page (#229)
- Fix that Trigger page might freeze for high cardinality detectors (#230)
- Change the query parameters 'size' and 'search' of 'getDestinations' request to be optional (#231)
Infrastructure
- Add Cypress E2E tests and GitHub Action Cypress workflow (#161)
- Fix the unit tests in v1.12.0.2 (#227)
- Add support to run Cypress test in an ODFE cluster with security enabled (#235)
- Change release workflow to use new staging bucket for artifacts (#233)
Documentation
- Correct the file name of the release notes for 1.12.0.2 (#228)
Maintenance
Refactoring
- Replace all 'render' props to 'children' props in Formik elements (#238)