All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updates base dependency to durabletask v1.2.0
- See durabletask changelog for more details
CHANGED:
- Updates base dependency to durabletask v1.1.0
- See durabletask changelog for more details
CHANGED:
- Supported Python versions are now 3.10- 3.14. Python 3.9 is end of life and has been removed.
- Updates base dependency to durabletask v1.0.0
- See durabletask changelog for more details
- Allow logging configuration for DurableTaskSchedulerClient
- Updates base dependency to durabletask v0.5.0
- Adds support for Durable Entities
- Updates base dependency to durabletask v0.4.1
- Fixed an issue where orchestrations would still throw non-determinism errors even when versioning logic should have prevented it
- Updates base dependency to durabletask v0.4.0
- Added support for orchestration and activity tags
- Added support for orchestration versioning and versioning logic in the worker