File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## v1.0.0
99
10+ ADDED:
11+
1012- Allow calling sub-orchestrators by name
13+ - Abandon workitems if unhandled exception occurs in client
14+
15+ CHANGED:
16+
1117- Improve execution logging
1218- Drop Python 3.9, add 3.14
13- - Abandon workitems if unhandled exception occurs in client
19+
20+ FIXED:
21+
1422- Reduce exposure of Entity context internally
1523
24+ REMOVED:
25+
1626## v0.5.0
1727
1828- Added support for Durable Entities
Original file line number Diff line number Diff line change @@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## v1.0.0
99
10+ ADDED:
11+
12+ CHANGED:
13+
1014- Drop Python 3.9, add 3.14
1115- Updates base dependency to durabletask v1.0.0
1216 - See durabletask changelog for more details
1317- Allow logging configuration for DurableTaskSchedulerClient
1418
19+ FIXED:
20+
21+ REMOVED:
22+
1523## v0.4.0
1624
1725- Updates base dependency to durabletask v0.5.0
You can’t perform that action at this time.
0 commit comments