Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down