Skip to content

v1.3.0

Compare
Choose a tag to compare
@andystaples andystaples released this 12 Jun 17:53
· 13 commits to dev since this release
db54053

Python module azure-functions-durable v1.3.0 is now available on PyPi offering several improvements and new features, including:

Improvements

  • Support for long timers
  • Support for unit testing orchestrators, entities, and durable client functions
  • Support for distributed tracing with OpenTelemetry (Requires WebJobs extension version >= 3.2.0, coming with future extension bundles release)

Bugfixes:

  • Better handling for exceptions raised with no error message
  • Fixes for certain edge cases with task_any returning the same tasks multiple times

Dependency updates

  • Updates requests, aiohttp to latest
  • Requires Python >= 3.9

Full changelog:

New Contributors

Full Changelog: v1.2.10...v1.3.0