Skip to content

Releases: Azure/durabletask

DurableTask.AzureStorage v1.13.3

14 Dec 01:40
ef7181f
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage

Updates

  • Fixed exception when orchestration tags are too large (#841) - contributed by @cgillum

DurableTask.ServiceBus v2.7.0

22 Nov 23:15
4ef9609
Compare
Choose a tag to compare

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

22 Nov 22:59
4ef9609
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Emulator

Updates

  • Add emulator support for orchestration tags (#820) - contributed by @dsempi
  • JsonSerializerSettings made static (#616) - contributed by @Scooletz
  • Update .NET 4.6.1 target framework moniker to .NET 4.6.2
  • Added SBOM (Secure Bill Of Materials) manifest to nuget package contents

DurableTask.Core v2.12.1

22 Nov 22:44
4ef9609
Compare
Choose a tag to compare

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

22 Nov 23:21
4ef9609
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage

Updates

  • Fix wrong input payload is returned when orchestration input is stored in blobs (#817) - contributed by @cgillum
  • Fix logging for large queue message sizes (#798) - contributed by @cgillum
  • Ignore JsonConvert.DefaultSettings in serialization logic (#775) - contributed by @davidmrdavid

DurableTask.Core v2.12.0

31 Oct 00:14
06dd87a
Compare
Choose a tag to compare

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

16 Sep 02:13
f79aab2
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core

Updates

  • Poison Message Handling for corrupt orchestration state (#794)
  • Ignore JsonConvert.DefaultSettings in serialization logic (#775)
  • Enable redacting user-code exception messages from ETW logs (#790)

DurableTask.AzureStorage v1.13.1

16 Sep 00:41
f79aab2
Compare
Choose a tag to compare

DurableTask.Core v2.11.0

25 Aug 22:13
b86e67a
Compare
Choose a tag to compare

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)

DurableTask.AzureStorage v1.13.0

25 Aug 22:12
b86e67a
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage

Updates

  • Suspend-resume support of orchestrators (#764)
  • Batch instance purging made more efficient (#747)
  • Timeouts are more configurable (#732)