Skip to content

Durable Functions for Python (Beta) v1.0.0b8

Compare
Choose a tag to compare
@davidmrdavid davidmrdavid released this 14 Sep 17:18
· 111 commits to dev since this release
1b9d157

Durable Functions for Python (Beta) v1.0.0b8

Durable Functions for Python v1.0.0b8 fixes multiple bugs and introduces new Durable features to our Python experience.

PyPi package

https://pypi.org/project/azure-functions-durable/1.0.0b8/

Enchancements

  • Rewind API implemented, although still experimental (#163)
  • Discrete Enum-based representation of runtimeStatuses (#187)
  • IsReplaying Flag implemented (#185)

Bug Fixes

  • PurgeInstanceHistory operation no longer crashes locally (#188)
  • Task Retrying logic improved, prevents non-determinism in the presence of errors (#186)