Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme with a query to track upcoming features/fixes in the extension to extension bundles #319

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
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).