Releases: microsoft/durabletask-python
Releases · microsoft/durabletask-python
v1.0.0
What's Changed
Added
- Allow calling sub-orchestrator by name by @andystaples in #69
- Abandon workitems by @andystaples in #72
Changed
- Supported Python versions are now 3.10- 3.14. Python 3.9 is end of life and has been removed.
- Add/increase execution logging by @andystaples in #70
Fixed
- Reduce entity context exposure by @andystaples in #71
External Links
PyPi: https://pypi.org/project/durabletask/1.0.0/
Full Changelog: v0.5.0...v1.0.0
azuremanaged-v1.0.0
What's Changed
Changed
- Supported Python versions are now 3.10- 3.14. Python 3.9 is end of life and has been removed.
- Updates
durabletaskdependency to 1.0.0 - changelog - Add/increase execution logging by @andystaples in #70
- Allows logging configuration in DurableTaskSchedulerClient
External links
PyPi: https://pypi.org/project/durabletask.azuremanaged/1.0.0/
Full Changelog: azuremanaged-v0.4.0...azuremanaged-v1.0.0
v0.5.0
What's Changed
- Add Durable Entities support by @andystaples in #63
Link: https://pypi.org/project/durabletask/0.5.0/
Full Changelog: v0.4.1...v0.5.0
azuremanaged-v0.4.0
What's Changed
- Add Durable Entities support by @andystaples in #63
Link: https://pypi.org/project/durabletask.azuremanaged/0.4.0/
Full Changelog: azuremanaged-v0.3.1...azuremanaged-v0.4.0
v0.4.1
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
- @greenie-msft made their first contribution in #48
Full Changelog: v0.4.0...v0.4.1
azuremanaged-v0.3.1
What's Changed
- Updates base dependency to durabletask-python v0.4.1
- Move version check to process_event by @andystaples in #61
New Contributors
- @greenie-msft made their first contribution in #48
Full Changelog: azuremanaged-v0.3.0...azuremanaged-v0.3.1
v0.4.0
What's Changed
- Add tags for orchestrations and activities by @andystaples in #56
- Add orchestration versioning support by @andystaples in #58
Full Changelog: v0.3.0...v0.4.0