From 2de661a9f7f2e984dd43b8d1356dbd0e33419648 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:38:25 -0700 Subject: [PATCH] [Backport 2.x] Add 2.18.0 release notes (#929) Add 2.18.0 release notes (#928) (cherry picked from commit ab94000c9bdb3d4136288b00ef4ebbc55fa14185) Signed-off-by: Daniel Widdis Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- ...h-flow-framework.release-notes-2.18.0.0.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 release-notes/opensearch-flow-framework.release-notes-2.18.0.0.md diff --git a/release-notes/opensearch-flow-framework.release-notes-2.18.0.0.md b/release-notes/opensearch-flow-framework.release-notes-2.18.0.0.md new file mode 100644 index 000000000..87ff82c0b --- /dev/null +++ b/release-notes/opensearch-flow-framework.release-notes-2.18.0.0.md @@ -0,0 +1,19 @@ +## Version 2.18.0.0 + +Compatible with OpenSearch 2.18.0 + +### Features +- Add ApiSpecFetcher for Fetching and Comparing API Specifications ([#651](https://github.com/opensearch-project/flow-framework/issues/651)) +- Add optional config field to tool step ([#899](https://github.com/opensearch-project/flow-framework/pull/899)) + +### Enhancements +- Incrementally remove resources from workflow state during deprovisioning ([#898](https://github.com/opensearch-project/flow-framework/pull/898)) + +### Bug Fixes +- Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction ([#918](https://github.com/opensearch-project/flow-framework/pull/918)) + +### Documentation +- Add query assist data summary agent into sample templates ([#875](https://github.com/opensearch-project/flow-framework/pull/875)) + +### Refactoring +- Update workflow state without using painless script ([#894](https://github.com/opensearch-project/flow-framework/pull/894))