You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ The format is based on Keep a Changelog and follows semantic versioning.
8
8
9
9
- none.
10
10
11
+
## [0.1.103] - 2026-04-15
12
+
13
+
- startup hotfix: prevent startup crash on upgraded legacy SQLite databases where `task_queue.source` is still missing (`ERR_SQLITE_ERROR: no such column: source`).
14
+
- migration ordering fix: move `task_queue` indexes that depend on newly introduced columns (`source`, `next_retry_at`) into schema migration flow so column backfill always runs first.
15
+
- regression coverage: add state-store test that seeds a legacy `task_queue` schema without `source` and verifies upgrade bootstrap + index creation complete successfully.
16
+
11
17
## [0.1.102] - 2026-04-14
12
18
13
19
- API lifecycle completion: ship `/api/tasks` list pagination/filtering, task `cancel`/`retry`, and SSE lifecycle stream (`/api/tasks/:id/events`) with scope enforcement and audit-compatible action fields.
0 commit comments