DurableTask.AzureStorage v1.7.0
NuGet package
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage/1.7.0
Changes
- Auto-create task hub on startup (#311) - contributed by @andrewwang2015
- Added debugger check to
TimeoutHandler
(#338) - Fixes for handling timers and extended sessions (#339)
- Support for delayed entity messages and improved split brain handling (#345)
- Added
InstanceIdPrefix
property toOrchestrationInstanceStatusQueryCondition
(#346) - Added
FetchInput
property toOrchestrationInstanceStatusQueryCondition
(#349) - Fix instance "Pending" status update race condition (for replace) (#347)
- Added constructor to
TaskHubClient
withJsonDataConverter
input (#348) - Update package version to 1.7.0 (#350)