Skip to content

Durable Functions for Python v1.1.4

Choose a tag to compare

@davidmrdavid davidmrdavid released this 24 May 00:15
87feb73

Durable Functions for Python v1.1.4

Durable Functions for Python v1.1.4 is a minor release containing mostly bug fixex
https://pypi.org/project/azure-functions-durable/1.1.4/

Bug Fixes

  • Timers used within compound Tasks (WhenAll/WhenAny) can now be safely cancelled (#369)
  • Fixed stuck orchestrator bug after a full failure of a -WithRetry API (#339)