Skip to content

Durable Functions for Python v1.2.8

Compare
Choose a tag to compare
@davidmrdavid davidmrdavid released this 07 Nov 01:23
· 16 commits to dev since this release
7d21ac9

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)