Skip to content

Releases: microsoft/durabletask-python

v1.10.1

Choose a tag to compare

@andystaples andystaples released this 04 Sep 17:52
a6c18f2

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.10.1

azuremanaged-v1.10.1

Choose a tag to compare

@andystaples andystaples released this 04 Sep 17:53
a6c18f2

What's Changed

New Contributors

Full Changelog: azuremanaged-v1.10.0...azuremanaged-v1.10.1

azurefunctions-v2.0.0rc1

Pre-release

Choose a tag to compare

@andystaples andystaples released this 04 Sep 17:53
a6c18f2

What's Changed

New Contributors

Full Changelog: azurefunctions-v2.0.0b3...azurefunctions-v2.0.0rc1

v1.10.0

Choose a tag to compare

@andystaples andystaples released this 02 Sep 23:08
46602d5

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

azuremanaged-v1.10.0

Choose a tag to compare

@andystaples andystaples released this 02 Sep 23:18
46602d5

What's Changed

New Contributors

Full Changelog: azuremanged-v1.9.0...azuremanaged-v1.10.0

azurefunctions-v2.0.0b3

Pre-release

Choose a tag to compare

@andystaples andystaples released this 02 Sep 23:17
46602d5

What's Changed

New Contributors

Full Changelog: azurefunctions-v2.0.0b2...azurefunctions-v2.0.0b3

v1.9.0

Choose a tag to compare

@andystaples andystaples released this 30 Jul 20:57
6dfdbac

What's Changed

Full Changelog: v1.8.0...v1.9.0

azuremanged-v1.9.0

Choose a tag to compare

@andystaples andystaples released this 30 Jul 21:07
6dfdbac

What's Changed

Full Changelog: azuremanaged-v1.8.0...azuremanged-v1.9.0

azure-functions-durable v2.0.0b2

Pre-release

Choose a tag to compare

@andystaples andystaples released this 30 Jul 21:07
6dfdbac

What's Changed

Full Changelog: azurefunctions-v2.0.0b1...azurefunctions-v2.0.0b2

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.