From a2c9f9e509712ceb1a47a93f19cb9f956b84c59b Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Mon, 27 Jul 2026 12:21:41 -0600 Subject: [PATCH] Document Durable Functions 2.0 beta Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3edc3d18-8662-47ef-b319-4b74a59df023 --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f81e9414..f9f85df3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,19 @@ 🐍 Find us on PyPi [here](https://pypi.org/project/azure-functions-durable/) 🐍 +## Durable Functions Python 2.0 beta + +Version `2.0.0b1` of `azure-functions-durable` is now available from the +[Durable Task Python SDK](https://github.com/microsoft/durabletask-python). +This ground-up rewrite builds on the `durabletask` runtime. We encourage users +to try the beta and share feedback. + +See the [Azure Functions Durable 2.x documentation](https://github.com/microsoft/durabletask-python/tree/main/azure-functions-durable) +for installation guidance and a comprehensive list of changes, including +breaking changes from 1.x. + +When version 2.0.0 is released, this project will receive security patches +only. An official deprecation date is yet to be determined. You can find more information at the following links: @@ -32,4 +45,3 @@ Follow these instructions to get started with Durable Functions in Python: ## OpenAI Agent SDK Integration with Azure Durable Functions (Preview) Build resilient, stateful AI agents backed by Durable Functions orchestration—see the full documentation at [docs/openai_agents/README.md](docs/openai_agents/README.md). -