Skip to content

3.0.0

Compare
Choose a tag to compare
@nytian nytian released this 24 Jan 23:29
· 2 commits to main since this release
82c8067

What's Changed

Dependency Updates

  • Microsoft.Azure.DurableTask.Core 2.17.1 -> 3.0.0
  • Microsoft.Azure.WebJobs.Extensions.DurableTask 2.13.6 -> 3.0.0

Notes

  • Updated the supported .NET framework to exclusively target netstandard2.0, removing support for netstandard2.1 and netcoreapp3.1.
  • Due to the dependency changes, to use this latest version , use Microsoft.Azure.WebJobs.Extensions.DurableTask >= v3.0.0 or Microsoft.Azure.Functions.Worker.Extensions.DurableTask >= v1.2.0 .
  • If you are using Extension Bundles , then manually install the Microsoft.Azure.DurableTask.Netherite.AzureFunctions v3.0.0 package and the Microsoft.Azure.WebJobs.Extensions.DurableTask v3.0.0 package using the instructions here. The next version of extension bundles will have Netherite V3. Please refer to the Extension Bundles release notes for the latest information.

New Contributors

Full Changelog: 2.1.0...3.0.0