From 88cab45eca4f69d0421fd2d1667ed07c97d22c28 Mon Sep 17 00:00:00 2001 From: Amit Galitzky Date: Tue, 11 Jun 2024 14:45:42 -0700 Subject: [PATCH] Adding 2.15 release notes (#738) * 2.15 release notes Signed-off-by: Amit Galitzky * remove date from notes Signed-off-by: Amit Galitzky --------- Signed-off-by: Amit Galitzky --- CHANGELOG.md | 6 ------ ...ensearch-flow-framework.release-notes-2.15.0.0.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 release-notes/opensearch-flow-framework.release-notes-2.15.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6463dd3..d6242dff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,13 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ## [Unreleased 2.x](https://github.com/opensearch-project/flow-framework/compare/2.14...2.x) ### Features ### Enhancements -- Add Workflow Step for Reindex from source index to destination ([#718](https://github.com/opensearch-project/flow-framework/pull/718)) -- Add param to delete workflow API to clear status even if resources exist ([#719](https://github.com/opensearch-project/flow-framework/pull/719)) -- Add additional default use cases ([#731](https://github.com/opensearch-project/flow-framework/pull/731)) -- Add conversation search default use case with RAG tool ([#732](https://github.com/opensearch-project/flow-framework/pull/732)) - ### Bug Fixes -- Add user mapping to Workflow State index ([#705](https://github.com/opensearch-project/flow-framework/pull/705)) ### Infrastructure ### Documentation diff --git a/release-notes/opensearch-flow-framework.release-notes-2.15.0.0.md b/release-notes/opensearch-flow-framework.release-notes-2.15.0.0.md new file mode 100644 index 000000000..154f9b86f --- /dev/null +++ b/release-notes/opensearch-flow-framework.release-notes-2.15.0.0.md @@ -0,0 +1,12 @@ +## Version 2.15.0.0 + +Compatible with OpenSearch 2.15.0 + +### Enhancements +- Add Workflow Step for Reindex from source index to destination ([#718](https://github.com/opensearch-project/flow-framework/pull/718)) +- Add param to delete workflow API to clear status even if resources exist ([#719](https://github.com/opensearch-project/flow-framework/pull/719)) +- Add additional default use cases ([#731](https://github.com/opensearch-project/flow-framework/pull/731)) +- Add conversation search default use case with RAG tool ([#732](https://github.com/opensearch-project/flow-framework/pull/732)) + +### Bug Fixes +- Add user mapping to Workflow State index ([#705](https://github.com/opensearch-project/flow-framework/pull/705))