File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
OrchestrationServiceClientShim Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## To be released
4+
5+ ### Microsoft.DurableTask.Worker
6+
7+ - Fix issue with ` TaskOrchestrationContext.Parent ` not being set.
8+
39## v1.0.1
410
511### Microsoft.DurableTask.Client
Original file line number Diff line number Diff line change 1- - Fix incorrect bounds check on ` PurgeResult `
2- - Address typo for ` DurableTaskClient.GetInstancesAsync ` (incorrectly pluralized)
3- - Added ` GetInstanceAsync `
4- - Hide ` GetInstancesAsync ` from editor
Original file line number Diff line number Diff line change 1- First release. Introduces a ` DurableTaskClient ` that interfaces directly with a ` IOrchestrationServiceClient ` from ` DurableTask.Core ` .
Original file line number Diff line number Diff line change 1+ - Fix issue with ` TaskOrchestrationContext.Parent ` not being set.
You can’t perform that action at this time.
0 commit comments