Releases: Azure/durabletask
DurableTask.AzureStorage 1.7.4 release
Nuget Package
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage/1.7.4
1.7.3 Changes
- Properly handle null continuation tokens in paginated
GetInstances
API (#372) - Update minimum DurableTask.Core dependency to v2.2.2
1.7.4 Changes
- Update minimum DurableTask.Core dependency to v2.2.3
DurableTask.AzureStorage v1.7.2
Nuget Package
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage/1.7.2
Changes
- Fix for duplicate activity executions and perf degradation after calling
ContinueAsNew()
(#363)
DurableTask.Core v2.2.1 Release
NuGet package
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core/2.2.1
Changes
- Support for aborting orchestration and activity executions (#359)
DurableTask.AzureStorage v1.7.1
NuGet package
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage/1.7.1
Changes
- Abandon prefetched orchestrator messages if the lease is lost (#360)
DurableTask.Core v2.2.0 Release
NuGet package
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core/2.2.0
Changes
- Removed invalid .NET Core 3 reflection call (#320) - contributed by @scabana
- Removed
IOrchestrationSession.UpdateRuntimeState()
interface method (#339) - Added
SessionAbortedException
for aborting extended sessions (#345) - Added constructor to
TaskHubClient
withJsonDataConverter
input (#348) - Updated Microsoft.SourceLink.GitHub dependency to 1.0.0 (#353)
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)
DurableTask.AzureStorage v1.6.5
The nuget package for this release can be found here:
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage/1.6.5
Changes included in this release:
- Azure Storage SDK Deadlock Mitigation (#323)
- Make large message blob names unique (#326)
- DurableTask.AzureStorage: Orchestration message counting fixes (#329)
- Removed ToLower on blob storage path names (#330)
- DurableTask.AzureStorage: Improved detection and handling of known race conditions (#331)
- Refactoring DisconnectedPerformanceMonitor to allow for metrics collection and ad hoc scale decisions. (#332)
- Change Azure Storage SDK back to previous version (#333)
- Configuration to throw an exception when an orchestration is in an existing dedupe state (#334)
DurableTask.AzureStorage v1.6.3
Fixes in v1.6.3 release:
- CreateTimer fails to complete if called after a continue as new (#285)
- Blob content instead of blob url in the output for the large output (Azure/azure-functions-durable-extension#665)
- Some Orchestrations stuck awaiting an activity that has completed (Azure/azure-functions-durable-extension#774)
This release can be downloaded from nuget.org:
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage/1.6.3
DurableTask.AzureStorage v1.6.0
Updates in this release:
- Bump package version to 1.6.0
- Implement auto-start support in AzureStorageOrchestrationService (#269)
- Update documentation to add details about Azure storage connection string for unit tests (#270)
- Stop throwing ArgNullException on invalid status (#277)
- Fix incorrect out-of-order classifications for messages addressed for instances which don't exist. (#278)
DurableTask.AzureStorage v1.4.1
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.