-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Joshua Palis <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
release-notes/opensearch-flow-framework.release-notes-2.13.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,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)) |