Skip to content

Releases: Azure/durabletask

Durable Task 1.0.0.11

18 Jan 01:56
Compare
Choose a tag to compare

Handle and log string format exception.

Durable Task 1.0.0.10

07 Oct 18:01
Compare
Choose a tag to compare

Additional diagnostic traces for deadlettered messages.

Durable Task 1.0.0.9

16 Aug 20:48
Compare
Choose a tag to compare
  • Additional diagnostics for troubleshooting Service Bus issues

Durable Task 1.0.0.8

04 May 19:00
Compare
Choose a tag to compare
  • Azure Storage client version bumped up to 7.0.0 and fixed the breaking change.

Durable Task 1.0.0.7

13 Apr 17:03
Compare
Choose a tag to compare
  • Added logging to help narrow down sporadic txn commit failures in service bus

Durable Task 1.0.0.6

05 Jan 07:00
Compare
Choose a tag to compare

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

26 Aug 18:41
Compare
Choose a tag to compare

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

09 Apr 06:32
Compare
Choose a tag to compare
  • 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

20 Jan 18:20
Compare
Choose a tag to compare

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

03 Nov 16:35
Compare
Choose a tag to compare

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