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

Release v1.11.0.1

Compare
Choose a tag to compare
@bowenlan-amzn bowenlan-amzn released this 17 Nov 19:28
9986272

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)