Skip to content

Releases: microsoft/durabletask-python

v0.4.1

19 Aug 19:47
bdf5b45
Compare
Choose a tag to compare

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

19 Aug 19:50
bdf5b45
Compare
Choose a tag to compare

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

19 Aug 19:46
e5a297c
Compare
Choose a tag to compare

What's Changed

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

v0.1.0

16 Nov 23:55
cbd07a8
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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