-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 2.x] Adding 2.15 release notes (#739)
Adding 2.15 release notes (#738) * 2.15 release notes * remove date from notes --------- (cherry picked from commit 88cab45) Signed-off-by: Amit Galitzky <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f79709c
commit 5616cee
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
release-notes/opensearch-flow-framework.release-notes-2.15.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |