Skip to content

Releases: microsoft/durabletask-python

v0.5.0

Choose a tag to compare

@andystaples andystaples released this 23 Oct 20:45
eba1e8e

What's Changed

Link: https://pypi.org/project/durabletask/0.5.0/

Full Changelog: v0.4.1...v0.5.0

azuremanaged-v0.4.0

Choose a tag to compare

@andystaples andystaples released this 23 Oct 20:44
eba1e8e

What's Changed

Link: https://pypi.org/project/durabletask.azuremanaged/0.4.0/

Full Changelog: azuremanaged-v0.3.1...azuremanaged-v0.4.0

v0.4.1

Choose a tag to compare

@andystaples andystaples released this 19 Aug 19:47
bdf5b45

What's Changed

  • Move version check to process_event by @andystaples in #61
    • Fixes issue where orchestrations that should have been blocked by versioning instead throw non-determinism errors

New Contributors

Full Changelog: v0.4.0...v0.4.1

azuremanaged-v0.3.1

Choose a tag to compare

@andystaples andystaples released this 19 Aug 19:50
bdf5b45

What's Changed

  • Updates base dependency to durabletask-python v0.4.1

New Contributors

Full Changelog: azuremanaged-v0.3.0...azuremanaged-v0.3.1

v0.4.0

Choose a tag to compare

@andystaples andystaples released this 19 Aug 19:46
e5a297c

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@cgillum cgillum released this 16 Nov 23:55
cbd07a8

New

  • Retry policies for activities and sub-orchestrations (#11) - contributed by @DeepanshuA

Fixed

  • Fix try/except in orchestrator functions not being handled correctly (#21) - by @cgillum
  • Updated durabletask-protobuf submodule reference to latest distributed tracing commit - by @cgillum