chore(release): v0.8.2

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-28 21:51:32 -07:00
parent 531b13e6ad
commit 2fd840def5
35 changed files with 144 additions and 26 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Recover automatically from SQLite FTS5 corruption errors during task upserts by rebuilding the `tasks_fts` index and retrying once. Also adds FTS5 index rebuild/integrity helpers in core database code and extends task store health checks to validate FTS5 integrity.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Add executor watchdogs to recover stuck `fn_task_done` and workflow rerun handoffs faster.