From 1d3f93f0fb5762a143b861dc3c9e91b35523a9c7 Mon Sep 17 00:00:00 2001 From: Joshua Palis Date: Tue, 19 Mar 2024 00:00:45 +0000 Subject: [PATCH 1/2] Adding 2.13 release notes Signed-off-by: Joshua Palis --- ...h-flow-framework.release-notes-2.13.0.0.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md diff --git a/release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md b/release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md new file mode 100644 index 000000000..e6f758a8a --- /dev/null +++ b/release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md @@ -0,0 +1,19 @@ +## 2024-03-18 Version 2.13.0.0 + +Compatible with OpenSearch 2.13.0 + +### Features +* Added create ingest pipeline step ([#558](https://github.com/opensearch-project/flow-framework/pull/558)) +* Added create search pipeline step ([#569](https://github.com/opensearch-project/flow-framework/pull/569)) +* Added create index step ([#574](https://github.com/opensearch-project/flow-framework/pull/574)) +* Added default use cases ([#583](https://github.com/opensearch-project/flow-framework/pull/583)) + +### Enhancements +* Substitute REST path or body parameters in Workflow Steps ([#525](https://github.com/opensearch-project/flow-framework/pull/525)) +* Added an optional workflow_step param to the get workflow steps API ([#538](https://github.com/opensearch-project/flow-framework/pull/538)) +* Add created, updated, and provisioned timestamps to saved template ([#551](https://github.com/opensearch-project/flow-framework/pull/551)) +* Enable Flow Framework by default ([#553](https://github.com/opensearch-project/flow-framework/pull/553)) + +### Refactoring +* Moved workflow-steps.json to Enum ([#523](https://github.com/opensearch-project/flow-framework/pull/523)) +* Refactored logging for consistency ([#524](https://github.com/opensearch-project/flow-framework/pull/524)) \ No newline at end of file From 3f3f53a355f74d06d2a9de314ffb0917baef46c3 Mon Sep 17 00:00:00 2001 From: Joshua Palis Date: Tue, 19 Mar 2024 00:06:08 +0000 Subject: [PATCH 2/2] Updating release notes Signed-off-by: Joshua Palis --- .../opensearch-flow-framework.release-notes-2.13.0.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md b/release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md index e6f758a8a..d3f5d1e14 100644 --- a/release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md +++ b/release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md @@ -13,6 +13,7 @@ Compatible with OpenSearch 2.13.0 * Added an optional workflow_step param to the get workflow steps API ([#538](https://github.com/opensearch-project/flow-framework/pull/538)) * Add created, updated, and provisioned timestamps to saved template ([#551](https://github.com/opensearch-project/flow-framework/pull/551)) * Enable Flow Framework by default ([#553](https://github.com/opensearch-project/flow-framework/pull/553)) +* Adding new exception type for workflow step failures ([#577](https://github.com/opensearch-project/flow-framework/pull/577)) ### Refactoring * Moved workflow-steps.json to Enum ([#523](https://github.com/opensearch-project/flow-framework/pull/523))