This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Releases: opendistro-for-elasticsearch/alerting
Releases · opendistro-for-elasticsearch/alerting
Release v1.13.1.0
Version v1.13.0.0
Compatible with Elasticsearch 7.10.2
Bug Fixes
- Move user instantiation to doExecute (#343)
Infrastructure
- Rename plugin for more consistent naming convention (#339)
- Change release workflow to use new staging bucket for artifacts (#334)
Documentation
- Add RFC for Document-Level Alerting (#327)
Maintenance
Version 1.12.0.2
Compatible with Elasticsearch 7.10.0
Features
- Allow for http method selection in custom webhook (#101)
Enhancements
- Run /_execute in User context (#312)
- Support filterBy in update/delete destination/monitor APIs (#311)
Bug Fixes
- Get user info from threadcontext (#289)
- Fix filter by user.backendroles and integ tests for it (#290)
- Check empty user object for the AD monitor (#304)
- Add security system property for integTest task (#319)
- Fix failed IT cases for AD (#320)
Infrastructure
- Add integ security tests with a limited user (#313)
Maintenance
Release v1.11.0.1
Compatible with ES 7.9.1
Features
- Add getDestinations and getAlerts API (#260)
Enhancements
- Add logged-on User details to the Monitor and Destination (#255)
- Inject roles for alerting background jobs (#259)
- Terminate security for email transport handlers (#262)
- Add AllowList for Destinations (#263)
- Add User to Alerts, add filter by back end roles (#264)
- Change AlertError message and remove deny-list destinations check during monitor creation (#270)
- Use common-utils from maven, use withContext instead runBlocking (#273)
- Allow empty notification responses (#272)
- Add user role filter for monitor on top of ad result (#275)
Bug fixes
- Fix socket timeout exception, moved authuser to transport handler, moved User to commons (#266)
- Misc fixes for 1.11 release (#274)
- Fix parsing User info when User is null (#279)
Infrastructure
- Add tests related to Email Destination (#258)
- Minor change to a unit test (#261)
- Fix integ tests when security is not installed (#278)
Documentation
- better link for documentation (#265)
Maintenance
- Adds support for Elasticsearch 7.9.1 (#251)
Refactoring
- Rename actions (#256)
Release v1.10.1.2
Compatible with Elasticsearch (7.9.1).
Features
- Adds support for Email Destination (#244)
Enhancements
- Add action to 'DELETE /_alerting/destinations/{id}' (#233)
- Add action to '/_alerting/monitor/{id}', '/_alerting/monitor/_search' (#234)
- Add action to 'CREATE /_alerting/destinations/' (#235)
- Add action to /_acknowledge/alerts api (#236)
- Add actions to create, execute, get monitors api (#240)
- Fix- IllegalStateException warn messages, Location header in destination response, Handle null in GetMonitorRequest (#252)
Infrastructure
- Support integration testing against remote security enabled clustering (#213)
- Add coverage upload in build workflow and add badges in README (#223)
- Add Codecov configuration to set a coverage threshold to pass the check on a commit (#231)
Maintenance
- Adds support for Elasticsearch 7.9.0 (#238)
- Upgrade the vulnerable dependencies versions of Kotlin and 'commons-codec' (#230)
- Adds support for Elasticsearch 7.9.1 (#251)
Documentation
- Adds workflow to generate draft release notes and reformat old release notes (#241)
Release v1.9.0.0
New Features
- Adds support for Elasticsearch 7.8.0 - PR #218
Release v1.8.0.0
New Features
- Adds support for Elasticsearch 7.7.0 - PR #205
Release v1.7.0.0
- Bump the version number
Release v1.6.0.0
New Features
- Adds support for Elasticsearch 7.6.1 - PR #186