From e66e4640352073742066b6141af3e919028e2db2 Mon Sep 17 00:00:00 2001 From: Joshua Palis Date: Tue, 19 Mar 2024 16:05:05 +0000 Subject: [PATCH] Resetting changelog Signed-off-by: Joshua Palis --- CHANGELOG.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25523641d..19081fc27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,22 +14,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ## [Unreleased 2.x](https://github.com/opensearch-project/flow-framework/compare/2.12...2.x) ### 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)) -- Adding new exception type for workflow step failures ([#577](https://github.com/opensearch-project/flow-framework/pull/577)) - ### Bug Fixes ### Infrastructure ### Documentation ### Maintenance ### 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))