Skip to content

Durable Functions for Python v1.1.0

Choose a tag to compare

@davidmrdavid davidmrdavid released this 17 Aug 16:56
5a5ba25

Durable Functions for Python v1.1.0

Durable Functions for Python v1.1.0 is an exciting new release that greatly improves the runtime performance of the SDK! ✨
https://pypi.org/project/azure-functions-durable/1.1.0/

Performance Improvements

  • The SDK now uses a linear-complexity algorithm for History replay, which should yield faster orchestrators at scale (#302, #312)

Bug Fixes

  • ContinueAsNew input serialization now works correctly for strings (#312)