Skip to content

Durable Functions for Python (Beta) v1.0.0b7

Compare
Choose a tag to compare
@davidmrdavid davidmrdavid released this 05 Aug 20:42
· 118 commits to dev since this release

Durable Functions for Python (Beta) v1.0.0b7

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

PyPi package

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

Enchancements

  • SubOrchestrations are now available (#157)
  • IntelliSense is now exposed, and the project type-checks to the extent possible at the moment (#164)
  • CreateHttpManagementPayload now available (#162)

Bug Fixes

  • ContinueAsNew failed to restart the orchestrator due to a boolean flag issue, now addressed (#158)
  • Fixed serialization logic around booleans (#159)
  • A subtle CreateTimer bug is now fixed (#170)