Skip to content

Releases: Azure/azure-functions-durable-python

Durable Functions for Python (Beta) v1.0.0b7

05 Aug 20:42

Choose a tag to compare

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)