File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project
66adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## Unreleased
9+
10+ - Added activity execution lifecycle hooks used by Azure Managed on-demand
11+ sandbox workers to report active activity counts while work is running.
12+
813## v1.5.0
914
1015BREAKING CHANGES (type-level only — no runtime impact for typical users)
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## Unreleased
99
10+ - Updates base dependency to durabletask v1.6.0.
1011- Added preview ` durabletask.azuremanaged.preview.on_demand_sandbox ` APIs for
1112 declaring Durable Task Scheduler on-demand sandbox activities, registering
1213 worker profiles, and running sandbox activity workers.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " durabletask.azuremanaged"
12- version = " 1.6.0"
12+ version = " 1.6.0"
1313description = " Durable Task Python SDK provider implementation for the Azure Durable Task Scheduler"
1414keywords = [
1515 " durable" ,
@@ -26,13 +26,13 @@ requires-python = ">=3.10"
2626license = {file = " LICENSE" }
2727readme = " README.md"
2828dependencies = [
29- " durabletask>=1.5 .0" ,
29+ " durabletask>=1.6 .0" ,
3030 " azure-identity>=1.19.0"
3131]
3232
3333[project .optional-dependencies ]
3434azure-blob-payloads = [
35- " durabletask[azure-blob-payloads]>=1.5 .0"
35+ " durabletask[azure-blob-payloads]>=1.6 .0"
3636]
3737
3838[project .urls ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " durabletask"
12- version = " 1.5 .0"
12+ version = " 1.6 .0"
1313description = " A Durable Task Client SDK for Python"
1414keywords = [
1515 " durable" ,
You can’t perform that action at this time.
0 commit comments