This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixed Settings page crashes on fresh installs by reconciling schema drift and added a warning for stuck prune jobs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Adds dashboard warning when scheduler hasn't run recently to detect stuck prune jobs. Adds dashboard warning when scheduler hasn't run recently to detect stuck prune jobs. Source: llm_adapter@2026-06-09 Confidence: high |
— |
| Bugfix | Medium |
Fixes Settings page 500 on fresh installs by reconciling schema drift and running migrations as safety net. Fixes Settings page 500 on fresh installs by reconciling schema drift and running migrations as safety net. Source: llm_adapter@2026-06-09 Confidence: low |
— |
Full changelog
Bug-fix release.
Fixes
- Settings page 500 on fresh installs (#308) — the bundled schema had drifted from the migrations, so new installs were missing a few columns the app reads (
api_tokens.can_read_secrets,api_tokens.kind,backup_jobs.task_result), which 500'd the Settings page. The schema is reconciled, and fresh installs now run the migrations against it as a safety net so this class of drift self-heals instead of breaking. - Stuck prune jobs when the scheduler isn't running (#307) — server-side jobs (prune, compact, catalog) only run via the scheduler. If its cron isn't running, those jobs sit in the queue indefinitely and block later backups for the same repository, while agent backups keep working — making the cause hard to spot. The dashboard now warns when the scheduler hasn't run recently, so a dead or misconfigured cron is obvious.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Beta — feedback welcome: [email protected]