Skip to content

DurableTask.AzureStorage v1.4.1

Compare
Choose a tag to compare
@cgillum cgillum released this 11 Jan 01:23
8414f6a

This is a patch release for the DurableTask.AzureStorage provide for the Durable Task Framework. It contains the following improvements.

  • Fixes a regression in 1.4.0 which caused valid messages to permanently get stuck as "out-of-order" (#241)
  • Adds task event IDs to ETW traces for improved debugging

The published nuget package can be found here: https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage/1.4.1

NOTE: DurableTask.AzureStorage releases are often published independently from DurableTask.Core and DurableTask.ServiceBus.