Release v1.3.1 ยท July 6, 2026

Management API schemas, status monitoring, and a performance pass

The management API gains zod-validated bodies and a generated OpenAPI 3.1 spec, service status monitoring lands, and a broad performance batch trims reads across the dashboard, delivery, auth, and cron.

Management API

  • Zod schema registry wired into every write handler
  • Generated OpenAPI 3.1 spec, published with an interactive reference page
  • MCP tool inputs derived from the same schemas

Status monitoring

  • Service status monitoring: uptime checks, a status dashboard, and admin alerts

Performance

  • Dashboard: content listing projected to a lean shape, bounded link-editor search, targeted purges
  • Delivery: a result page's hop-1 references batched into one query
  • Auth: one joined read for both the dashboard and public-site session paths
  • Cron: the tick's last-run reads batched into one query

Infrastructure

  • CI validation gate (typecheck, lint, test, build)
  • Worker entry bundled from real TypeScript; fix-worker-entry fails hard on Nitro shape drift
  • Nitro upgrade and a dependency-hygiene pass