From 85eea4ae9c67f7ded1f916519fba8e709b9d2229 Mon Sep 17 00:00:00 2001 From: Varshi Bachu Date: Thu, 23 Apr 2026 16:44:24 -0700 Subject: [PATCH 1/2] initial commit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4a79e5..71b80ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ## Unreleased + +## v1.9.0 +* Fix entity locking deserialization and add Jackson support for EntityInstanceId/EntityMetadata ([#281](https://github.com/microsoft/durabletask-java/pull/281)) +* Durable Entities ([#268](https://github.com/microsoft/durabletask-java/pull/268)) * Add work item filtering support for `DurableTaskGrpcWorker` to enable worker-side filtering of orchestration and activity work items ([#275](https://github.com/microsoft/durabletask-java/pull/275)) * Add support for calls to HTTP endpoints ([#271](https://github.com/microsoft/durabletask-java/pull/271)) * Add getSuspendPostUri and getResumePostUri getters to HttpManagementPayload ([#264](https://github.com/microsoft/durabletask-java/pull/264)) From 0216e05a38cbcd57fa335b77e47d6dedf5a3be48 Mon Sep 17 00:00:00 2001 From: Varshitha Bachu Date: Thu, 23 Apr 2026 16:49:58 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b80ffb..160e790f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## v1.9.0 * Fix entity locking deserialization and add Jackson support for EntityInstanceId/EntityMetadata ([#281](https://github.com/microsoft/durabletask-java/pull/281)) * Durable Entities ([#268](https://github.com/microsoft/durabletask-java/pull/268)) -* Add work item filtering support for `DurableTaskGrpcWorker` to enable worker-side filtering of orchestration and activity work items ([#275](https://github.com/microsoft/durabletask-java/pull/275)) +* Add work item filtering support for `DurableTaskGrpcWorker` to enable worker-side filtering of orchestration and activity work items ([#275](https://github.com/microsoft/durabletask-java/pull/275)) * Add support for calls to HTTP endpoints ([#271](https://github.com/microsoft/durabletask-java/pull/271)) * Add getSuspendPostUri and getResumePostUri getters to HttpManagementPayload ([#264](https://github.com/microsoft/durabletask-java/pull/264))