github Azure/azure-functions-durable-extension v2.6.1
Durable Functions v2.6.1 Release

latest releases: v2.13.2, v2.13.1, v3.0.0-rc.1...
2 years ago

NuGet Package

New Features

  • Support specification of max entity operation batch size (#2015)
  • Added a boolean property IncludeDeleted to EntityQuery which controls whether to return deleted entities. (#1421)

Bug fixes

  • Fixed handling of function timeouts inside entity and activity functions (#2065)
  • Added a check in the constructor of AzureStorageDurabilityProviderFactory to see if it's actually the selected provider, and skips the constructor if not. This avoids spurious errors caused by the configuration not being appropriate for this provider. (#2015)
  • Fixed stuck orchestration issue caused when CallEntityAsync was the first action in an orchestration and the entity completed before the orchestrator completed its first history checkpoint. (fixed in DT.AzureStorage Azure/durabletask#657)
  • Fixed a Distributed Tracing bug where a StorageException would sometimes occur due to incorrect compression of the correlation field. (fixed in DT.AzureStorage Azure/durabletask#649)

Breaking Changes

  • By default, IDurableEntityClient.ListEntitiesAsync no longer returns deleted entities. (#1421)

Dependency Updates

Microsoft.Azure.DurableTask.AzureStorage 1.9.4 -> 1.10.1
Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers 0.4.1 -> 0.4.2

Don't miss a new azure-functions-durable-extension release

NewReleases is sending notifications on new releases.