From ff1f5396f8ad1f72af74645a475aba7d3e0f8a7d Mon Sep 17 00:00:00 2001 From: Sophia Tevosyan Date: Thu, 23 Apr 2026 16:35:20 -0700 Subject: [PATCH 1/4] bumped --- eng/targets/Release.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/targets/Release.props b/eng/targets/Release.props index 7c86a718..a1cd44ed 100644 --- a/eng/targets/Release.props +++ b/eng/targets/Release.props @@ -17,7 +17,7 @@ - 1.23.3 + 1.23.4 From 8d5ea94233d014cbe8c43409ff9548de1e95c890 Mon Sep 17 00:00:00 2001 From: Sophia Tevosyan Date: Thu, 23 Apr 2026 16:38:44 -0700 Subject: [PATCH 2/4] oops --- eng/targets/Release.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/targets/Release.props b/eng/targets/Release.props index a1cd44ed..5dd51c41 100644 --- a/eng/targets/Release.props +++ b/eng/targets/Release.props @@ -17,7 +17,7 @@ - 1.23.4 + 1.24.0 From cb47d83dd0da48137f06dc65ec8a89f0ef1b63a7 Mon Sep 17 00:00:00 2001 From: Sophia Tevosyan Date: Thu, 23 Apr 2026 16:46:18 -0700 Subject: [PATCH 3/4] added changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f3da1f5..0f3aea8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ ## Unreleased - - +## v1.24.0 +- Harden grpc worker and client against silent disconnects by Bernd Verst ([#708](https://github.com/microsoft/durabletask-dotnet/pull/708)) +- Preserve late events after continue-as-new by Bernd Verst ([#711](https://github.com/microsoft/durabletask-dotnet/pull/711)) +- Fix inprocesstesthost continueasnew stuck-instance race condition by Varshitha Bachu ([#707](https://github.com/microsoft/durabletask-dotnet/pull/707)) +- Fix continue-as-new race condition at inprocesstesthost by Naiyuan Tian ([#703](https://github.com/microsoft/durabletask-dotnet/pull/703)) +- Add opt-in timeout to purgeinstancesfilter for partial purge by wangbill ([#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)) From b51dfe85d08465fea8b53356673ee9b0eb1e5704 Mon Sep 17 00:00:00 2001 From: Sophia Tevosyan Date: Thu, 23 Apr 2026 16:56:17 -0700 Subject: [PATCH 4/4] fixed the changelog names --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3aea8e..3c940f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ ## Unreleased ## v1.24.0 -- Harden grpc worker and client against silent disconnects by Bernd Verst ([#708](https://github.com/microsoft/durabletask-dotnet/pull/708)) -- Preserve late events after continue-as-new by Bernd Verst ([#711](https://github.com/microsoft/durabletask-dotnet/pull/711)) -- Fix inprocesstesthost continueasnew stuck-instance race condition by Varshitha Bachu ([#707](https://github.com/microsoft/durabletask-dotnet/pull/707)) -- Fix continue-as-new race condition at inprocesstesthost by Naiyuan Tian ([#703](https://github.com/microsoft/durabletask-dotnet/pull/703)) -- Add opt-in timeout to purgeinstancesfilter for partial purge by wangbill ([#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))