New Features
- Support specification of max entity operation batch size (#2015)
- Added a boolean property
IncludeDeleted
toEntityQuery
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