From cd76c870588bb665cc9ae5fd7e93d55a2e86e030 Mon Sep 17 00:00:00 2001 From: opensearch-ci Date: Sun, 7 Dec 2025 22:14:01 +0000 Subject: [PATCH] Add release notes for 3.4.0 Signed-off-by: opensearch-ci --- .../opensearch-alerting.release-notes-3.4.0.0.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 release-notes/opensearch-alerting.release-notes-3.4.0.0.md diff --git a/release-notes/opensearch-alerting.release-notes-3.4.0.0.md b/release-notes/opensearch-alerting.release-notes-3.4.0.0.md new file mode 100644 index 000000000..0d12e1966 --- /dev/null +++ b/release-notes/opensearch-alerting.release-notes-3.4.0.0.md @@ -0,0 +1,16 @@ +## Version 3.4.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards version 3.4.0 + +### Features +* PPL Alerting: Execute Monitor and Monitor Stats ([#1960](https://github.com/opensearch-project/alerting/pull/1960)) +* PPL Alerting: Get and Search Monitors ([#1966](https://github.com/opensearch-project/alerting/pull/1966)) +* PPL Alerting: Delete Monitor, More V1/V2 Separation ([#1968](https://github.com/opensearch-project/alerting/pull/1968)) +* PPL Alerting: Get Alerts and Alert Lifecycle ([#1972](https://github.com/opensearch-project/alerting/pull/1972)) + +### Bug Fixes +* Fix CI check with security failing due to empty string in payload body ([#1994](https://github.com/opensearch-project/alerting/pull/1994)) + +### Infrastructure +* Kotlin version upgrade ([#1993](https://github.com/opensearch-project/alerting/pull/1993)) +* JDK upgrade to 25 and gradle upgrade to 9.2 ([#1995](https://github.com/opensearch-project/alerting/pull/1995)) \ No newline at end of file