File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 1.24.1
6+ - Add retry to grpc calls that failed due to transient errors by @sophiatev ([ #714 ] ( https://github.com/microsoft/durabletask-dotnet/pull/714 ) )
7+
58## v1.24.0
6- - Harden grpc worker and client against silent disconnects by berndverst ([ #708 ] ( https://github.com/microsoft/durabletask-dotnet/pull/708 ) )
7- - Preserve late events after continue-as-new by berndverst ([ #711 ] ( https://github.com/microsoft/durabletask-dotnet/pull/711 ) )
8- - Fix inprocesstesthost continueasnew stuck-instance race condition by bachuv ([ #707 ] ( https://github.com/microsoft/durabletask-dotnet/pull/707 ) )
9- - Fix continue-as-new race condition at inprocesstesthost by nytian ([ #703 ] ( https://github.com/microsoft/durabletask-dotnet/pull/703 ) )
10- - Add opt-in timeout to purgeinstancesfilter for partial purge by yunchuwang ([ #680 ] ( https://github.com/microsoft/durabletask-dotnet/pull/680 ) )
9+ - Harden grpc worker and client against silent disconnects by @ berndverst ([ #708 ] ( https://github.com/microsoft/durabletask-dotnet/pull/708 ) )
10+ - Preserve late events after continue-as-new by @ berndverst ([ #711 ] ( https://github.com/microsoft/durabletask-dotnet/pull/711 ) )
11+ - Fix inprocesstesthost continueasnew stuck-instance race condition by @ bachuv ([ #707 ] ( https://github.com/microsoft/durabletask-dotnet/pull/707 ) )
12+ - Fix continue-as-new race condition at inprocesstesthost by @ nytian ([ #703 ] ( https://github.com/microsoft/durabletask-dotnet/pull/703 ) )
13+ - Add opt-in timeout to purgeinstancesfilter for partial purge by @ yunchuwang ([ #680 ] ( https://github.com/microsoft/durabletask-dotnet/pull/680 ) )
1114
1215## v1.23.3
1316- fix: revert shared framework packages to 8.x for net8 Functions host compatibility ([ #698 ] ( https://github.com/microsoft/durabletask-dotnet/pull/698 ) )
Original file line number Diff line number Diff line change 3737
3838 <!-- DurableTask Packages -->
3939 <ItemGroup >
40- <PackageVersion Include =" Microsoft.Azure.DurableTask.Core" Version =" 3.7.1 " />
40+ <PackageVersion Include =" Microsoft.Azure.DurableTask.Core" Version =" 3.8.0 " />
4141 <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version =" 1.15.0" />
4242 </ItemGroup >
4343
Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <PropertyGroup >
20- <VersionPrefix >1.24.0 </VersionPrefix >
20+ <VersionPrefix >1.24.1 </VersionPrefix >
2121 <VersionSuffix ></VersionSuffix >
2222 </PropertyGroup >
2323
You can’t perform that action at this time.
0 commit comments