From 384144cd7a264b78d39c8b339cdad14e46f508d7 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 21 Nov 2023 11:56:59 -0800 Subject: [PATCH 1/2] Added 2.11.1 release notes. Signed-off-by: AWSHurneyt --- .../opensearch-alerting.release-notes-2.11.1.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/opensearch-alerting.release-notes-2.11.1.0.md diff --git a/release-notes/opensearch-alerting.release-notes-2.11.1.0.md b/release-notes/opensearch-alerting.release-notes-2.11.1.0.md new file mode 100644 index 000000000..3675f9bfc --- /dev/null +++ b/release-notes/opensearch-alerting.release-notes-2.11.1.0.md @@ -0,0 +1,15 @@ +## Version 2.11.1.0 2023-11-21 +Compatible with OpenSearch 2.11.1 + +### Maintenance +* Increment version to 2.11.1-SNAPSHOT. ([#1274](https://github.com/opensearch-project/alerting/pull/1274)) + +### Bug Fixes +* Fix for ConcurrentModificationException with linkedHashmap. ([#1255](https://github.com/opensearch-project/alerting/pull/1255)) + +### Refactoring +* Handle Doc level query 'fields' param for query string query. ([#1240](https://github.com/opensearch-project/alerting/pull/1240)) +* Add nested fields param mapping findings index for doc level queries. ([#1276](https://github.com/opensearch-project/alerting/pull/1276)) + +### Documentation +* Added 2.11.1 release notes. ([#]()) \ No newline at end of file From 5b86fe39eabff8fe6f7bb92515e33e70d72ac967 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 21 Nov 2023 12:02:38 -0800 Subject: [PATCH 2/2] Added 2.11.1 release notes. Signed-off-by: AWSHurneyt --- release-notes/opensearch-alerting.release-notes-2.11.1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-alerting.release-notes-2.11.1.0.md b/release-notes/opensearch-alerting.release-notes-2.11.1.0.md index 3675f9bfc..409559669 100644 --- a/release-notes/opensearch-alerting.release-notes-2.11.1.0.md +++ b/release-notes/opensearch-alerting.release-notes-2.11.1.0.md @@ -12,4 +12,4 @@ Compatible with OpenSearch 2.11.1 * Add nested fields param mapping findings index for doc level queries. ([#1276](https://github.com/opensearch-project/alerting/pull/1276)) ### Documentation -* Added 2.11.1 release notes. ([#]()) \ No newline at end of file +* Added 2.11.1 release notes. ([#1306](https://github.com/opensearch-project/alerting/pull/1306)) \ No newline at end of file