diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c940f31..e110f7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,15 @@ ## Unreleased +## 1.24.1 +- Add retry to grpc calls that failed due to transient errors by @sophiatev ([#714](https://github.com/microsoft/durabletask-dotnet/pull/714)) + ## v1.24.0 -- Harden grpc worker and client against silent disconnects by berndverst ([#708](https://github.com/microsoft/durabletask-dotnet/pull/708)) -- Preserve late events after continue-as-new by berndverst ([#711](https://github.com/microsoft/durabletask-dotnet/pull/711)) -- Fix inprocesstesthost continueasnew stuck-instance race condition by bachuv ([#707](https://github.com/microsoft/durabletask-dotnet/pull/707)) -- Fix continue-as-new race condition at inprocesstesthost by nytian ([#703](https://github.com/microsoft/durabletask-dotnet/pull/703)) -- Add opt-in timeout to purgeinstancesfilter for partial purge by yunchuwang ([#680](https://github.com/microsoft/durabletask-dotnet/pull/680)) +- Harden grpc worker and client against silent disconnects by @berndverst ([#708](https://github.com/microsoft/durabletask-dotnet/pull/708)) +- Preserve late events after continue-as-new by @berndverst ([#711](https://github.com/microsoft/durabletask-dotnet/pull/711)) +- Fix inprocesstesthost continueasnew stuck-instance race condition by @bachuv ([#707](https://github.com/microsoft/durabletask-dotnet/pull/707)) +- Fix continue-as-new race condition at inprocesstesthost by @nytian ([#703](https://github.com/microsoft/durabletask-dotnet/pull/703)) +- Add opt-in timeout to purgeinstancesfilter for partial purge by @yunchuwang ([#680](https://github.com/microsoft/durabletask-dotnet/pull/680)) ## v1.23.3 - fix: revert shared framework packages to 8.x for net8 Functions host compatibility ([#698](https://github.com/microsoft/durabletask-dotnet/pull/698)) diff --git a/Directory.Packages.props b/Directory.Packages.props index 02d17792..b5b78a92 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -37,7 +37,7 @@ - + diff --git a/eng/targets/Release.props b/eng/targets/Release.props index 5dd51c41..520d4340 100644 --- a/eng/targets/Release.props +++ b/eng/targets/Release.props @@ -17,7 +17,7 @@ - 1.24.0 + 1.24.1