From b708195073af5b31a3fa3e7283c80db6188a4933 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 10 Jan 2023 19:18:48 -0800 Subject: [PATCH 1/2] Added 2.5 release notes. Signed-off-by: AWSHurneyt --- ...ensearch-alerting.release-notes-2.5.0.0.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 release-notes/opensearch-alerting.release-notes-2.5.0.0.md diff --git a/release-notes/opensearch-alerting.release-notes-2.5.0.0.md b/release-notes/opensearch-alerting.release-notes-2.5.0.0.md new file mode 100644 index 000000000..d9ac3ccdf --- /dev/null +++ b/release-notes/opensearch-alerting.release-notes-2.5.0.0.md @@ -0,0 +1,25 @@ +## Version 2.5.0.0 2023-01-10 +Compatible with OpenSearch 2.5.0 + +### Maintenance +* [AUTO] Increment version to 2.5.0-SNAPSHOT ([#629](https://github.com/opensearch-project/alerting/pull/629)) + +### Refactoring +* Added exception check once the .opendistro-alerting-config index is being created. ([#650](https://github.com/opensearch-project/alerting/pull/650)) +* Set lastnotification time as created time for new bucket level monitor. ([#675](https://github.com/opensearch-project/alerting/pull/675)) +* Separate variables for alert and finding scheduled rollovers. ([#705](https://github.com/opensearch-project/alerting/pull/705)) +* Overriding defaultTitle with subject for SNS notifications. ([#708](https://github.com/opensearch-project/alerting/pull/708)) +* QueryIndex rollover when field mapping limit is reached. ([#725](https://github.com/opensearch-project/alerting/pull/725)) +* Added unwrapping exceptions from core. ([#728](https://github.com/opensearch-project/alerting/pull/728)) + +### Bug Fixes +* Added support for "nested" mappings. ([#645](https://github.com/opensearch-project/alerting/pull/645)) +* Create findingIndex bugfix. ([#653](https://github.com/opensearch-project/alerting/pull/653)) +* Fix bucket level monitor findings to support term aggs in query. ([#666](https://github.com/opensearch-project/alerting/pull/666)) +* Mappings traversal bug fix. ([#669](https://github.com/opensearch-project/alerting/pull/669)) +* Set message when building LegacyCustomWebhookMessage. ([#670](https://github.com/opensearch-project/alerting/pull/670)) +* Fix error message bug to show the correct destination ID that's missing. ([#685](https://github.com/opensearch-project/alerting/pull/685)) +* Fix percolator mapping error when having field name 'type'. ([#726](https://github.com/opensearch-project/alerting/pull/726)) + +### Documentation +* Added 2.5 release notes. ([#]()) \ No newline at end of file From a4b4e0937d9e6f503db349159b954edeb4c1b9fb Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 10 Jan 2023 19:22:37 -0800 Subject: [PATCH 2/2] Added 2.5 release notes. Signed-off-by: AWSHurneyt --- release-notes/opensearch-alerting.release-notes-2.5.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-alerting.release-notes-2.5.0.0.md b/release-notes/opensearch-alerting.release-notes-2.5.0.0.md index d9ac3ccdf..278a97c6f 100644 --- a/release-notes/opensearch-alerting.release-notes-2.5.0.0.md +++ b/release-notes/opensearch-alerting.release-notes-2.5.0.0.md @@ -22,4 +22,4 @@ Compatible with OpenSearch 2.5.0 * Fix percolator mapping error when having field name 'type'. ([#726](https://github.com/opensearch-project/alerting/pull/726)) ### Documentation -* Added 2.5 release notes. ([#]()) \ No newline at end of file +* Added 2.5 release notes. ([#743](https://github.com/opensearch-project/alerting/pull/743)) \ No newline at end of file