Skip to content

Releases: Azure/azure-functions-durable-python

Durable Functions for Python v1.2.4

15 Jun 20:42
1105d8c
Compare
Choose a tag to compare

Durable Functions for Python v1.2.4 is a patch release exposing new features.

New features

  • Initial Blueprint support (c529728)
  • Safer activity and sub-orchestrator invocation models for Python programming model V2 (8a93453, 021e9ee)

Durable Functions for Python v1.2.3

13 Jun 16:05
f0fa726
Compare
Choose a tag to compare

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

25 Jan 19:21
9539fd3
Compare
Choose a tag to compare

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

06 Dec 23:50
160b0a9
Compare
Choose a tag to compare

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 to 1.12.0 (#412)

Durable Functions for Python v1.2.0

06 Dec 01:16
ebdf3b5
Compare
Choose a tag to compare

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

04 Aug 03:26
c962a78
Compare
Choose a tag to compare

Durable Functions for Python v1.1.6

Durable Functions for Python v1.1.6 is a minor release that fixes a few bugs

Bug fixes

  • Regression of IsReplaying flag is now fixed ( #390 )
  • Sub-Tasks can be properly yielded multiple times ( #391 )

Durable Functions for Python v1.1.5

01 Jul 21:56
62c57bd
Compare
Choose a tag to compare

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

24 May 00:15
87feb73
Compare
Choose a tag to compare

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

  • Timers used within compound Tasks (WhenAll/WhenAny) can now be safely cancelled (#369)
  • Fixed stuck orchestrator bug after a full failure of a -WithRetry API (#339)

Durable Functions for Python v1.1.3

09 Nov 18:58
7934318
Compare
Choose a tag to compare

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

24 Sep 20:22
863cfef
Compare
Choose a tag to compare

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/

Bug Fixes

  • Exceptions thrown in Entities can now be try-catched (#324)
  • Patched missing timer properties (#323)