DurableTask.Core v2.2.0 Release
NuGet package
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core/2.2.0
Changes
- Removed invalid .NET Core 3 reflection call (#320) - contributed by @scabana
- Removed
IOrchestrationSession.UpdateRuntimeState()
interface method (#339) - Added
SessionAbortedException
for aborting extended sessions (#345) - Added constructor to
TaskHubClient
withJsonDataConverter
input (#348) - Updated Microsoft.SourceLink.GitHub dependency to 1.0.0 (#353)