Skip to content

Durable Functions for Python v1.5.0

Latest

Choose a tag to compare

@andystaples andystaples released this 04 Feb 20:33
· 2 commits to dev since this release
f5e6fbb

What's Changed

  • Rename OpenAI integration feature to OpenAI Agent SDK Integration with Azure Durable Functions (Preview) by @greenie-msft in #578
  • Allow overriding orchestration version when starting orchestrations via APIs by @AnatoliB in #582
  • docs: update call_http docstring to mention dict support (Fixes #518) by @siddharth-s31 in #588
  • Bump aiohttp from 3.12.14 to 3.13.3 by @dependabot[bot] in #589
  • Fix connection contention by reusing aiohttp ClientSession by @Copilot in #592
  • Add FunctionInvocationId header propagation for client operations by @cgillum in #593

New Contributors

Full Changelog: v1.4.0...v1.5.0