From 21d13f21cc5f8b5b85384863bcf435b7b8cc49dd Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:02:18 -0800 Subject: [PATCH] Added 2.11.1 release notes. (#1306) (#1308) * Added 2.11.1 release notes. * Added 2.11.1 release notes. --------- (cherry picked from commit 06c1b8a1438bbe109f2c49ac153dbda46e173845) Signed-off-by: AWSHurneyt Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .../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..409559669 --- /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. ([#1306](https://github.com/opensearch-project/alerting/pull/1306)) \ No newline at end of file