Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions release-notes/opensearch-alerting.release-notes-3.4.0.0.md
Original file line number Diff line number Diff line change
@@ -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))
Loading