Skip to content

Releases: Azure/durabletask

DurableTask.Core v2.10.0

01 Jun 01:17
619cdbf
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core/2.10.0

What's Changed

  • Remove patch version part from assembly version to simplify upgrades by @cgillum in #738

DurableTask.AzureStorage v1.12.0

01 Jun 19:10
619cdbf
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage/1.12.0

What's changed

  • Remove patch version part from assembly version to simplify upgrades by @cgillum in #738

DurableTask.Core v2.9.1

25 May 18:27
12e4c5a
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core/2.9.1

Updates

  • Add a backend-configurable flag to disable problematic OrchestrationRuntimeState behavior #736
  • Avoid many instances of JsonDataConverter #716
  • Use using for disposable objects #715

DurableTask.AzureStorage v1.11.1

10 May 18:14
d215370
Compare
Choose a tag to compare

Microsoft.Azure.DurableTask.AzureStorage NuGet Package

What's Changed

DurableTask.Core v2.9.0

21 Apr 06:44
786308f
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core/2.9.0

Updates

  • New purge instance state API (#704)
  • Increased .NET Framework minimum version from 4.6.1 to 4.6.2

DurableTask.AzureStorage v1.11.0

21 Apr 06:55
786308f
Compare
Choose a tag to compare

NuGet Package

Updates:

  • New multi-instance query API (#702)
  • New purge instance history API (#704)
  • Update minimum .NET Framework version from 4.6.1 to 4.6.2 (#707)
  • Fix for stuck orchestration issue caused by incorrect de-dupe flagging (#708)
  • Fix for stuck orchestration issue caused by certain partition movement issues (#710)
  • Fix for noisy error message in partition logs (ArgumentException: A lease ID must be specified when changing a lease) (#406)
  • Fix some false positives in deadlock detection that resulted in unnecessary ExecutionEngineExceptions (#678)
  • Improved logging for lease/partition management (#699) by @saguiitay
  • Reduce GC impact of lease blob operations (#673) by @saguiitay
  • Add SBOM to NuGet package (#684)

DurableTask.Core v2.8.0

14 Apr 00:03
3641e3f
Compare
Choose a tag to compare

DurableTask.Core v2.8.0

https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core/2.8.0

Updates

  • Multi-instance query abstraction (#702) by @kaibocai
  • Add Non-Generic Overload for AddTaskActivitiesFromInterface (#696) by @aueloka
  • Add SBOM to DT.Core, DT.ServiceBus, and DT.Emulator Release NuGet packages (#687) by @bachuv
  • Support for new error propagation mode (#681) by @cgillum
  • Keep orchestrator actions sorted, to avoid out-of-order events in OrchestrationRuntimeState (#680) by @sebastianburckhardt

DurableTask.Core v2.7.0

01 Feb 19:54
6c1fda6
Compare
Choose a tag to compare

NuGet Package

Updates

  • Initial implementation for out-of-proc support ( #656 )
  • Fix retry interceptor regression ( #652 ) ( #661 )

Dependency Updates

  • System.Diagnostics.DiagnosticsSource 4.6.0 -> 5.0.1

DurableTask.AzureStorage v1.10.1

01 Feb 20:01
6c1fda6
Compare
Choose a tag to compare

NuGet Package

Updates:

  • Allow Implicit (and Multiple) Azure Storage Accounts for Services ( #671 ) (Contributed by @wsugarman)
  • Updated Out of Order Message Checks to Include Call Entity Results ( #657 )
  • Updated Queue Message Time To Live to Infinite for Non-Net461 Customers ( #666 )

DurableTask.AzureStorage v1.10.0

02 Dec 01:27
cfb0593
Compare
Choose a tag to compare

NuGet Package

Updates:

  • Added Storage Service Url Support ( #643 ) (Contributed by @wsugarman)
  • Updated AppLeaseManager hash algorithm to be FIPS compliant ( #640 )
  • Improved FetchInstanceStatus logs ( #646 )
  • Fixed a correlation compression bug ( #649 )