Durable Functions for Python v1.1.0
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)