Durable Functions for Python (Beta) v1.0.0b11
Durable Functions for Python (Beta) v1.0.0b11
Durable Functions for Python v1.0.0b11 is a minor release that enables custom object serialization in the call_activity_with_retry
API.
PyPi package
https://pypi.org/project/azure-functions-durable/1.0.0b11/
Bug Fixes
- Custom Objects can now be serialized in the
call_activity_with_retry
API (#225) . Thank you @carlvitzthum for your contribution! ✨