File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99
1010ADDED
1111
12- - Added activity execution lifecycle hooks used by Azure Managed sandbox
13- workers to report active activity counts while work is running.
12+ - Added overridable activity-dispatch hooks ` _on_activity_execution_started `
13+ and ` _on_activity_execution_completed ` on ` TaskHubGrpcWorker ` , invoked
14+ immediately before each activity runs and in a ` finally ` after it completes
15+ or fails. Subclasses can override these to observe in-flight activity
16+ execution (for example, to track the number of activities currently
17+ running).
1418- Added ` durabletask.extensions.history_export ` for exporting the event history of
1519 terminal orchestrations to an external destination. Includes
1620 ` ExportHistoryClient ` , a per-job ` ExportHistoryJobClient ` returned by
Original file line number Diff line number Diff line change @@ -8,14 +8,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88## Unreleased
99
1010- Updates base dependency to durabletask v1.6.0.
11- - Added preview ` durabletask.azuremanaged.preview.sandboxes ` APIs for
12- declaring Durable Task Scheduler sandbox activities, registering
13- worker profiles, and running sandbox activity workers.
14- - Added optional activity versions to sandbox worker profile declarations and
15- sandbox worker registration.
16- - Required sandbox workers to fail fast when ` DTS_SANDBOX_ID ` is missing,
17- treated ` DTS_SANDBOX_PROVIDER ` as optional metadata, and added context
18- manager support to ` SandboxActivitiesClient ` .
11+ - Added preview support for Durable Task Scheduler on-demand sandbox
12+ activities under ` durabletask.azuremanaged.preview.sandboxes ` . Applications
13+ can declare sandbox activities (with optional per-activity versions),
14+ register sandbox worker profiles, and run a sandbox activity worker that
15+ establishes a live worker session and dispatches only the activities it
16+ has registered.
1917
2018## v1.5.0
2119
You can’t perform that action at this time.
0 commit comments