Releases: Azure/azure-functions-durable-python
Durable Functions for Python v1.2.10
[package link]
Updates
- Bugfix: Support returning json serializable objects from an orchestrator function by @ZainRizvi in #490
- Update Orchestration Ouput Return error by @nytian in #493
- fix: entity id should compare based on name and key by @LeonardHd in #520
- chore: add devcontainer by @LeonardHd in #522
- Content Handling Improvement in call_http method by @nytian in #494
Full Changelog: v1.2.9...v1.2.10
Durable Functions for Python v1.2.9
Durable Functions for Python v1.2.8
Durable Functions for Python v1.2.8 is a patch that provides support for upcoming changes in the azure-functions
library. These changes were originally released as part of v1.2.7, but that release will be yanked due to an error at start up. This release contains those changes and the startup error fix.
Updates
Durable Functions for Python v1.2.6
Durable Functions for Python v1.2.6 is a patch release fixing some bugs.
Bug fixes:
- Prevent already scheduled tasks from being added to opentasks list (#457)
Durable Functions for Python v1.2.5
Durable Functions for Python v1.2.5 is a patch release fixing some bugs.
Bug fixes:
- Support repeatedly calling WhenAny on a progressively smaller list of already scheduled tasks (#446)
Durable Functions for Python v1.2.4
Durable Functions for Python v1.2.3
Durable Functions for Python v1.2.3
Durable Functions for Python v1.2.3 is a patch release with some enhancements.
Enchancements
Durable Functions for Python v1.2.2
Durable Functions for Python v1.2.2
Durable Functions for Python v1.2.2 is a patch release that ensures the new programming model support is only exported on environments where the language worker supports it.
Updates
Durable Functions for Python v1.2.1
Durable Functions for Python v1.2.1
Durable Functions for Python v1.2.1 is a patch release that corrects the minimum required version of azure-functions
for supporting the V2 Python programming model
Minimum dependency upgrades
- Update minimum supported version of
azure-functions
to1.12.0
(#412)
Durable Functions for Python v1.2.0
Durable Functions for Python v1.2.0
Durable Functions for Python v1.2.0 is a minor release that enables preview support for the V2 programming model of Azure Functions in Python.
Enhancements
- Add support for the V2 programming model (#398)