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 000000000..09bde4be8 --- /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))