Skip to content

Durable Functions for Python (Beta) v1.0.0b11

Compare
Choose a tag to compare
@davidmrdavid davidmrdavid released this 19 Nov 00:34
· 127 commits to dev since this release
fdd8278

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!