From 0a9dfb0c4b54dbe37b304120b02699594bc9572c Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:23:18 +0800 Subject: [PATCH] Add 2.10.0 release notes (#755) (#759) * Add 2.10.0 release notes * update release notes * Update opensearch-notifications.release-notes-2.10.0.0.md * fix wrong PR number --------- (cherry picked from commit 1f9d183558d90b3a4b5301a868b1f8b446b8df71) Signed-off-by: Hailong Cui Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- ...ch-notifications.release-notes-2.10.0.0.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 release-notes/opensearch-notifications.release-notes-2.10.0.0.md diff --git a/release-notes/opensearch-notifications.release-notes-2.10.0.0.md b/release-notes/opensearch-notifications.release-notes-2.10.0.0.md new file mode 100644 index 00000000..ac9a8067 --- /dev/null +++ b/release-notes/opensearch-notifications.release-notes-2.10.0.0.md @@ -0,0 +1,22 @@ +## Version 2.10.0.0 2023-09-25 + +Compatible with OpenSearch 2.10.0 + +### Features/Enhancements +* Support SNS FIFO queues([#716](https://github.com/opensearch-project/notifications/pull/716)) +* Supuport Microsoft teams([#676](https://github.com/opensearch-project/notifications/pull/676),[#746](https://github.com/opensearch-project/notifications/pull/746)) +* Support auto upgrade mapping logic([#699](https://github.com/opensearch-project/notifications/pull/699)) + +### Maintenance +* [AUTO] Increment version to 2.10.0-SNAPSHOT([#706](https://github.com/opensearch-project/notifications/pull/706)) + +### Infrastructure +* Fix core refactor: StreamIO from common to core.common([#707](https://github.com/opensearch-project/notifications/pull/707)) +* Fix core XcontentFactory refactor([#732](https://github.com/opensearch-project/notifications/pull/732)) +* Fix actions components after core([#739](https://github.com/opensearch-project/notifications/pull/739)) +* Add auto release workflow([#731](https://github.com/opensearch-project/notifications/pull/731)) +* Onboarding system and hidden index([#742](https://github.com/opensearch-project/notifications/pull/742)) +* Updates demo certs used in integ tests([#756](https://github.com/opensearch-project/notifications/pull/756)) + +### Documentation +* Add 2.10.0 release notes ([#755](https://github.com/opensearch-project/notifications/pull/755))