Releases: Azure/azure-functions-durable-python
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)
Durable Functions for Python v1.1.6
Durable Functions for Python v1.1.5
Durable Functions for Python v1.1.5
Durable Functions for Python v1.1.5 is a minor release containing mostly integration improvements with the Azure Functions platform
Improvements
- Exclude
azure
package from build step, which enabled dependency isolation from the Azure Functions Python worker when using DF Python.
Durable Functions for Python v1.1.4
Durable Functions for Python v1.1.4
Durable Functions for Python v1.1.4 is a minor release containing mostly bug fixex
https://pypi.org/project/azure-functions-durable/1.1.4/
Bug Fixes
Durable Functions for Python v1.1.3
Durable Functions for Python v1.1.3
Durable Functions for Python v1.1.3 is a minor release that improves entity errors serialization
https://pypi.org/project/azure-functions-durable/1.1.3/
Bug Fixes
- Timeouts in Entities executions can now be try-catched within orchestrators (#328)
Durable Functions for Python v1.1.2
Durable Functions for Python v1.1.2
Durable Functions for Python v1.1.2 is a minor release that fixes a few known bugs 🎉
https://pypi.org/project/azure-functions-durable/1.1.2/