From 5d8642e9612756dd141613d2b8629389758f24e0 Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Wed, 4 Sep 2024 08:49:51 -0700 Subject: [PATCH] Add 2.17.0 Release Notes Signed-off-by: Daniel Widdis --- ...pensearch-flow-framework.release-notes-2.17.0.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 release-notes/opensearch-flow-framework.release-notes-2.17.0.0.md diff --git a/release-notes/opensearch-flow-framework.release-notes-2.17.0.0.md b/release-notes/opensearch-flow-framework.release-notes-2.17.0.0.md new file mode 100644 index 00000000..09bde4be --- /dev/null +++ b/release-notes/opensearch-flow-framework.release-notes-2.17.0.0.md @@ -0,0 +1,11 @@ +## Version 2.17.0.0 + +Compatible with OpenSearch 2.17.0 + +### Features +- Adds reprovision API to support updating search pipelines, ingest pipelines index settings ([#804](https://github.com/opensearch-project/flow-framework/pull/804)) +- Adds user level access control based on backend roles ([#838](https://github.com/opensearch-project/flow-framework/pull/838)) +- Support parsing connector_id when creating tools ([#846](https://github.com/opensearch-project/flow-framework/pull/846)) + +### Refactoring +- Refactor workflow step resource updates to eliminate duplication ([#796](https://github.com/opensearch-project/flow-framework/pull/796))