Skip to content

Releases: Azure/azure-functions-durable-python

Durable Functions for Python v1.2.9

14 Feb 02:57
34112b1
Compare
Choose a tag to compare

Durable Functions for Python v1.2.9 is release with some minor improvements:

Updates:

  • Patch bug in deserializing None return values (#466)
  • Provide suspend/resume client support (#483)

Durable Functions for Python v1.2.8

07 Nov 01:23
7d21ac9
Compare
Choose a tag to compare

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

  • Provide support for upcoming SettingsAPI in azure-functions (#463)
  • Fix start up error introduced on #463 (#464)

Durable Functions for Python v1.2.6

07 Sep 23:30
b27dd33
Compare
Choose a tag to compare

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

08 Aug 17:33
7442d1c
Compare
Choose a tag to compare

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

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 )