From 03f0e661679bb1ea42fc5fab4908f66aca560082 Mon Sep 17 00:00:00 2001 From: Durable Workflow Date: Sat, 12 Sep 2026 09:33:57 +0000 Subject: [PATCH 1/3] Adopt published deterministic workflow clock fix --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 3cd73ef..51b168f 100644 --- a/composer.lock +++ b/composer.lock @@ -919,16 +919,16 @@ }, { "name": "durable-workflow/workflow", - "version": "2.0.13", + "version": "2.0.14", "source": { "type": "git", "url": "https://github.com/durable-workflow/workflow.git", - "reference": "3fff6e737a92854a48b28dede8f7654f198cf7a5" + "reference": "259c32b86d132bdbac683e3bbc1de44251d45c5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/durable-workflow/workflow/zipball/3fff6e737a92854a48b28dede8f7654f198cf7a5", - "reference": "3fff6e737a92854a48b28dede8f7654f198cf7a5", + "url": "https://api.github.com/repos/durable-workflow/workflow/zipball/259c32b86d132bdbac683e3bbc1de44251d45c5d", + "reference": "259c32b86d132bdbac683e3bbc1de44251d45c5d", "shasum": "" }, "require": { @@ -961,7 +961,7 @@ "dev-main": "2.0.x-dev" }, "durable-workflow": { - "product-train": "2.0.13", + "product-train": "2.0.14", "laravel-embedded-upgrade-contract": "resources/laravel-embedded-upgrade-contract.json", "laravel-dependency-security-policy": "resources/laravel-dependency-security-policy.json" } @@ -988,9 +988,9 @@ "description": "Embedded durable workflow runtime and orchestration engine for Laravel applications.", "support": { "issues": "https://github.com/durable-workflow/workflow/issues", - "source": "https://github.com/durable-workflow/workflow/tree/2.0.13" + "source": "https://github.com/durable-workflow/workflow/tree/2.0.14" }, - "time": "2026-09-11T19:03:42+00:00" + "time": "2026-09-12T09:18:29+00:00" }, { "name": "egulias/email-validator", From 1d3d95b19b5a2feb40beaf413b4bbaeeac1b2336 Mon Sep 17 00:00:00 2001 From: Durable Workflow Date: Sat, 12 Sep 2026 09:40:42 +0000 Subject: [PATCH 2/3] Align the qualified Workflow tuple with the dependency lock --- polyglot/qualified-artifact-tuple.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polyglot/qualified-artifact-tuple.json b/polyglot/qualified-artifact-tuple.json index db52a88..6241b8e 100644 --- a/polyglot/qualified-artifact-tuple.json +++ b/polyglot/qualified-artifact-tuple.json @@ -9,6 +9,6 @@ "sdk-rust": "2.0.1", "server": "2.3.11", "waterline": "2.0.0", - "workflow": "2.0.13" + "workflow": "2.0.14" } } From 4149eca39cfc888db434cd768cc3b1dd30d2327f Mon Sep 17 00:00:00 2001 From: Durable Workflow Date: Sat, 12 Sep 2026 09:50:30 +0000 Subject: [PATCH 3/3] Use the published Server image with the clock fix --- polyglot/qualified-artifact-tuple.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polyglot/qualified-artifact-tuple.json b/polyglot/qualified-artifact-tuple.json index 6241b8e..df677b4 100644 --- a/polyglot/qualified-artifact-tuple.json +++ b/polyglot/qualified-artifact-tuple.json @@ -7,7 +7,7 @@ "sdk-php": "2.0.10", "sdk-python": "2.0.0", "sdk-rust": "2.0.1", - "server": "2.3.11", + "server": "2.3.12", "waterline": "2.0.0", "workflow": "2.0.14" }