3.0.0
What's Changed
- Update Durable Dependencies Version for v3.0.0 Release by @nytian in #437
- Update README.md by @theiszeduard in #440
- Support standard Azure Function configuration options for managed identity by @sebastianburckhardt in #433
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 fornetstandard2.1
andnetcoreapp3.1
. - Due to the dependency changes, to use this latest version , use
Microsoft.Azure.WebJobs.Extensions.DurableTask
>= v3.0.0 orMicrosoft.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 theMicrosoft.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
- @theiszeduard made their first contribution in #440
Full Changelog: 2.1.0...3.0.0