Skip to content

Releases: microsoft/durabletask-python

azure-functions-durable v2.0.0b1

Pre-release

Choose a tag to compare

@andystaples andystaples released this 27 Jul 18:25
c8522ec

Azure Functions Durable 2.0.0b1

The first preview of azure-functions-durable 2.x is a ground-up rewrite built on the durabletask Python SDK and the Durable Task gRPC runtime. APIs may change before the stable 2.0.0 release.

Highlights

  • Adds durabletask-native orchestration, entity, and activity authoring, including class-based entities.
  • Adds orchestration rewind, scheduled tasks, bounded history export, and durable HTTP calls with Managed Identity support.
  • Provides a compatibility layer for common v1 function shapes and client/context APIs to ease migration.

Breaking changes

  • Python 3.13 or later is required.
  • The classic function.json programming model and OpenAI Agents integration are no longer supported.
  • New applications should use durabletask-native client and context API names; v1 aliases remain available but are deprecated.
  • The Preview extension bundles are required until bundles >4.37.1 is available.

Full changelog

See azure-functions-durable/CHANGELOG.md for complete migration guidance, API details, deprecations, and known limitations.

v1.8.0

Choose a tag to compare

@andystaples andystaples released this 23 Jul 20:16
55d8e0b

What's Changed

Full Changelog: v1.7.2...v1.8.0

azuremanaged-v1.8.0

Choose a tag to compare

@andystaples andystaples released this 23 Jul 20:21
55d8e0b

What's Changed

Full Changelog: azuremanaged-v1.7.2...azuremanaged-v1.8.0

v1.7.2

Choose a tag to compare

@andystaples andystaples released this 09 Jul 22:28
7e95535

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1

Choose a tag to compare

@andystaples andystaples released this 09 Jul 18:14
465c4de

What's Changed

  • Change default large-payload threshold to 256 KiB (mirror .NET) by @torosent in #166
  • Add parent_instance_id to OrchestrationContext by @andystaples in #168
  • Schedules hotfix for DTS dashboard by @andystaples in #169
  • Fix legacy entity protocol: propagate call_entity failures and stop double-encoding results by @andystaples in #167

New Contributors

Full Changelog: v1.7.0...v1.7.1

azuremanaged-v1.7.2

Choose a tag to compare

@andystaples andystaples released this 09 Jul 22:28
7e95535

What's Changed

Full Changelog: azuremanaged-v1.7.1...azuremanaged-v1.7.2

azuremanaged-v1.7.1

Choose a tag to compare

@andystaples andystaples released this 09 Jul 18:13
465c4de

What's Changed

  • Change default large-payload threshold to 256 KiB (mirror .NET) by @torosent in #166
  • Add parent_instance_id to OrchestrationContext by @andystaples in #168
  • Schedules hotfix for DTS dashboard by @andystaples in #169
  • Fix legacy entity protocol: propagate call_entity failures and stop double-encoding results by @andystaples in #167

New Contributors

Full Changelog: azuremanaged-v1.7.0...azuremanaged-v1.7.1

v1.7.0

Choose a tag to compare

@andystaples andystaples released this 29 Jun 21:05
39564af

What's Changed

Full Changelog: v1.6.0...v1.7.0

azuremanaged-v1.7.0

Choose a tag to compare

@andystaples andystaples released this 29 Jun 21:05
39564af

What's Changed

Full Changelog: azuremanaged-v1.6.0...azuremanaged-v1.7.0

v1.6.0

Choose a tag to compare

@andystaples andystaples released this 29 Jun 20:40
0401859

What's Changed

Full Changelog: v1.5.0...v1.6.0