From 988aac7e00b7395f47ebbc16050d060ac0fa9b89 Mon Sep 17 00:00:00 2001 From: Durable Workflow Date: Thu, 10 Sep 2026 00:04:46 +0000 Subject: [PATCH 1/2] Adopt Workflow 2.0.12 scheduler precision fix --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 68fe804..3fab05b 100644 --- a/composer.lock +++ b/composer.lock @@ -915,16 +915,16 @@ }, { "name": "durable-workflow/workflow", - "version": "2.0.11", + "version": "2.0.12", "source": { "type": "git", "url": "https://github.com/durable-workflow/workflow.git", - "reference": "91123158bfd87467fd6c3d420b26ad1965d226fd" + "reference": "39940444228086d8d888ef8061cd67df8cbba8c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/durable-workflow/workflow/zipball/91123158bfd87467fd6c3d420b26ad1965d226fd", - "reference": "91123158bfd87467fd6c3d420b26ad1965d226fd", + "url": "https://api.github.com/repos/durable-workflow/workflow/zipball/39940444228086d8d888ef8061cd67df8cbba8c2", + "reference": "39940444228086d8d888ef8061cd67df8cbba8c2", "shasum": "" }, "require": { @@ -957,7 +957,7 @@ "dev-main": "2.0.x-dev" }, "durable-workflow": { - "product-train": "2.0.11", + "product-train": "2.0.12", "laravel-embedded-upgrade-contract": "resources/laravel-embedded-upgrade-contract.json", "laravel-dependency-security-policy": "resources/laravel-dependency-security-policy.json" } @@ -984,9 +984,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.11" + "source": "https://github.com/durable-workflow/workflow/tree/2.0.12" }, - "time": "2026-09-09T19:04:54+00:00" + "time": "2026-09-09T23:59:39+00:00" }, { "name": "egulias/email-validator", From fee670f082e9f4f6c1952119be391c59a619d623 Mon Sep 17 00:00:00 2001 From: Durable Workflow Date: Thu, 10 Sep 2026 00:07:48 +0000 Subject: [PATCH 2/2] Align qualified artifact manifest with Workflow 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 a913075..2eb5545 100644 --- a/polyglot/qualified-artifact-tuple.json +++ b/polyglot/qualified-artifact-tuple.json @@ -9,6 +9,6 @@ "sdk-rust": "2.0.1", "server": "2.0.0", "waterline": "2.0.0", - "workflow": "2.0.11" + "workflow": "2.0.12" } }