Releases: Azure/durabletask
Durable Task 1.0.0.11
Handle and log string format exception.
Durable Task 1.0.0.10
Additional diagnostic traces for deadlettered messages.
Durable Task 1.0.0.9
- Additional diagnostics for troubleshooting Service Bus issues
Durable Task 1.0.0.8
- Azure Storage client version bumped up to 7.0.0 and fixed the breaking change.
Durable Task 1.0.0.7
- Added logging to help narrow down sporadic txn commit failures in service bus
Durable Task 1.0.0.6
Minor fix in logging for Mock test host that was causing an annoying amount of useless logs.
Available at: https://www.nuget.org/packages/DurableTask/1.0.0.6
Durable Task 1.0.0.5
Updated Service Bus client package to 3.0.1 (which has breaking changes).
Available at: https://www.nuget.org/packages/DurableTask/1.0.0.5
Durable Task 1.0.0.4
- Added DebugTestHost to enable 'F10' step-through debugging experience in VS given a history of an orchestration instance.
- Fix for #11: Writing to Instance Store throws Critical Exception when message size is large
Available at: https://www.nuget.org/packages/DurableTask/1.0.0.4
Durable Task 1.0.0.3
Removed OrchestrationContext.TaskScheduler internal abstract field. This was unused and causing trouble with some mocking frameworks.
Available at: hhttps://www.nuget.org/packages/DurableTask/1.0.0.3
Durable Task 1.0.0.2
Use primary index for orchestration state queries which contain instance/execution Id filters. Without this change state queries would progressively get slower i.e unless users are actively cleaning up old orchestration instances from the instance store
Available at: https://www.nuget.org/packages/DurableTask/1.0.0.2