Skip to content

Commit eae3882

Browse files
Adding 2.13 release notes (#590)
* Adding 2.13 release notes Signed-off-by: Joshua Palis <jpalis@amazon.com> * Updating release notes Signed-off-by: Joshua Palis <jpalis@amazon.com> --------- Signed-off-by: Joshua Palis <jpalis@amazon.com> (cherry picked from commit aa8a454) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fcc41bb commit eae3882

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## 2024-03-18 Version 2.13.0.0
2+
3+
Compatible with OpenSearch 2.13.0
4+
5+
### Features
6+
* Added create ingest pipeline step ([#558](https://github.com/opensearch-project/flow-framework/pull/558))
7+
* Added create search pipeline step ([#569](https://github.com/opensearch-project/flow-framework/pull/569))
8+
* Added create index step ([#574](https://github.com/opensearch-project/flow-framework/pull/574))
9+
* Added default use cases ([#583](https://github.com/opensearch-project/flow-framework/pull/583))
10+
11+
### Enhancements
12+
* Substitute REST path or body parameters in Workflow Steps ([#525](https://github.com/opensearch-project/flow-framework/pull/525))
13+
* Added an optional workflow_step param to the get workflow steps API ([#538](https://github.com/opensearch-project/flow-framework/pull/538))
14+
* Add created, updated, and provisioned timestamps to saved template ([#551](https://github.com/opensearch-project/flow-framework/pull/551))
15+
* Enable Flow Framework by default ([#553](https://github.com/opensearch-project/flow-framework/pull/553))
16+
* Adding new exception type for workflow step failures ([#577](https://github.com/opensearch-project/flow-framework/pull/577))
17+
18+
### Refactoring
19+
* Moved workflow-steps.json to Enum ([#523](https://github.com/opensearch-project/flow-framework/pull/523))
20+
* Refactored logging for consistency ([#524](https://github.com/opensearch-project/flow-framework/pull/524))

0 commit comments

Comments
 (0)