Skip to content

DurableTask.Core v3.0.0

Compare
Choose a tag to compare
@davidmrdavid davidmrdavid released this 24 Jul 17:32
· 7 commits to main since this release
b01ef27

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

This is a major release of DurableTask.Core, with some breaking changes, mostly around transitive dependencies. Please read these release notes carefully and note that there may be other unintended side-effects from these updates; report any such cases on our GitHub board for review.

Updates

  • netstandard2.0 is now the only TFM, dropping explicit targeting of net462 (#1125)
  • Newtonsoft.Json dependency is now 13.0.1 (#1125)
  • System.Diagnostics.DiagnosticSource dependency is now 6.0.1 (#1139)
  • Microsoft.Extensions.Logging.Abstractions is now 6.0.1 (#1143)
  • Reduce telemetry scope in Durable Functions usage (#1100)

Note: Although we have scoped these changes for maximum backwards behavioral compatibility with existing TaskHub data, there may be some unintended issues during live migrations by the nature of the major dependency upgrades. Please test in your test/canary environments before deploying broadly and report any issues in our GitHub board for review.