NuGet package
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/2.2.2
Improvements:
- Add app insights tags for Orchestrators and Entities (#1301)
- Improve fan-in performance for orchestration instances with large histories (#399)
Bug Fixes:
- More reliably handle errors/exceptions in non-.NET languages (#1359)
- Fix entity proxies so they schedule signals properly (#1345)
- Use unique worker ids to prevent split brain in all Azure Functions hosted environments (#1360)
- More reliably handle constructor failures in Functions defined in non-static methods (#1366)
- Various analyzer fixes document in v0.2.2 and v0.2.3 of the analyzer package
Updated dependencies
- Upgraded Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers to v0.2.3
- Upgraded Microsoft.Azure.DurableTask.AzureStorage to v1.7.6
- Upgraded Microsoft.Azure.DurableTask.Core to v2.2.5