Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.21 KB

File metadata and controls

43 lines (27 loc) · 1.21 KB

Changelog

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.

v1.2.0

  • Updates base dependency to durabletask v1.2.0
    • See durabletask changelog for more details

v1.1.0

CHANGED:

  • Updates base dependency to durabletask v1.1.0
    • See durabletask changelog for more details

v1.0.0

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

v0.4.0

  • Updates base dependency to durabletask v0.5.0
    • Adds support for Durable Entities

v0.3.1

  • 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

v0.3.0

  • 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