From e964e8182cc638a35fb916ad37b7171c63afcc2c Mon Sep 17 00:00:00 2001 From: Durable Workflow Date: Wed, 9 Sep 2026 17:19:57 +0000 Subject: [PATCH] chore: prepare MariaDB readiness patch release --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c94850b0..f8de2f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## 2.0.10 - 2026-09-09 + +- Recognize Laravel's native `mariadb` database driver in backend readiness and + capability reporting. MariaDB no longer appears unsupported when configured + with its own driver instead of `mysql`. Both driver paths retain real-database + locking and history checks; the native driver also exercises readiness and replay. + ## 2.0.9 - 2026-09-09 - Terminal activity timeouts restore their recorded exception type during diff --git a/composer.json b/composer.json index 3938475d..8f7d9121 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "dev-main": "2.0.x-dev" }, "durable-workflow": { - "product-train": "2.0.9", + "product-train": "2.0.10", "laravel-embedded-upgrade-contract": "resources/laravel-embedded-upgrade-contract.json", "laravel-dependency-security-policy": "resources/laravel-dependency-security-policy.json" },