Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ Follow these instructions to get started with Durable Functions in Python:
## Tooling

* Python Durable Functions requires [Azure Functions Core Tools](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local) version 3.0.2630 or higher.

## Features and fixes coming soon to Extension Bundles

By default, Durable Functions for Python apps are set up to use [Extension Bundles](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-register#extension-bundles) to automatically manage binding extension dependencies; such as the [Durable Functions Extension](https://github.com/Azure/azure-functions-durable-extension). However, there can be a delay between the release of a new version of the Durable Functions Extension and its inclusion in the Extension Bundles feed.

[This query](https://github.com/Azure/azure-functions-durable-extension/issues?q=label%3A%22not+in+bundles+yet%22) provides a list of known upcoming features and bug fixes that are still _on their way_ to being included in Extension bundles.

If you need immediate access to an upcoming change in the Durable Functions Extension, please follow [these](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-register#explicitly-install-extensions) instructions to install the latest version of Durable Functions Nuget package [here](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask).