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

Release v1.10.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 17:14
48ba52a

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)