From 9f8ae2eb15058f611e0e42ae135ab601a0a75a4d Mon Sep 17 00:00:00 2001 From: Durable Workflow Date: Fri, 11 Sep 2026 19:00:01 +0000 Subject: [PATCH] Prepare projection lookup patch release 2.0.13 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ff1695..6e8a1aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +## 2.0.13 - 2026-09-11 + +- Reduce repeated database lookups during full timeline, wait, and timer + projection, and reuse activity and timer metadata within a summary pass. + Existing model hooks, configured tables and connections, duplicate-key + recovery, and history-based repair remain intact. This reduces repeated + projection overhead without changing durable history or execution semantics. + ## 2.0.12 - 2026-09-10 - Preserve fractional timestamp precision when selecting due schedules. SQLite diff --git a/composer.json b/composer.json index d458515c..40ba6309 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "dev-main": "2.0.x-dev" }, "durable-workflow": { - "product-train": "2.0.12", + "product-train": "2.0.13", "laravel-embedded-upgrade-contract": "resources/laravel-embedded-upgrade-contract.json", "laravel-dependency-security-policy": "resources/laravel-dependency-security-policy.json" },