Releases: Azure/durabletask
Releases · Azure/durabletask
DurableTask.AzureStorage v1.13.3
DurableTask.ServiceBus v2.7.0
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.ServiceBus
Updates
- Update Service Bus SDK dependency to fix net6 bug (#822) - contributed by @jviau
- Replace Service Bus Backend in Samples and Stress Tests (#808) - contributed by @wsugarman
- Replace Dynamity with Castle.Core for CreateRetryableClient (#750) - contributed by @aueloka
- Avoid many instances of JsonDataConverter (#716) - contributed by @saguiitay
- Update .NET 4.6.1 target framework moniker to .NET 4.6.2 (#707) - contributed by @cgillum
- Added SBOM (Secure Bill Of Materials) manifest to nuget package contents - contributed by @bachuv
- Update packages to address CVE-2018-8269 (#667) - contributed by @bachuv
DurableTask.Emulator v2.6.0
DurableTask.Core v2.12.1
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core
Updates
- Changed ExecutionContext tags from IReadonlyDictionary to IDictionary to resolve compatibility issue with DurableTask.AzureServiceFabric (#821) - contributed by @RamjotSingh
DurableTask.AzureStorage v1.13.2
DurableTask.Core v2.12.0
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core
Updates
- Propagate orchestration tags to activities and sub-orchestrations (#804) - contributed by @RamjotSingh
DurableTask.Core v2.11.1
DurableTask.AzureStorage v1.13.1
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage
Updates
- Poison message handling for corrupt orchestration state #794
DurableTask.Core v2.11.0
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core
Updates
- Support for suspending and resuming orchestrators (#764)
- Activity calls from CreateRetryableClient are now safer (#750, #786)
- Support Generic Interface Methods with Interface-Based Activities (#744)
- Support adding Activities from abstract and non-sealed classes (#756)
- Expose generic overload of
ReflectionBasedTaskActivity.InvokeAsync
(#782)