v0.0.23
Tested against DBOS 2.19.0 — see
tested_dbos_versioninGET /versionanddbos-argus --version. Other DBOS versions may still work; the in-app connection indicator surfaces any schema mismatches.
Fixed
- Bundled console no longer hits a
403 Forbiddenon the/wsupgrade.
ARGUS_CORS_ORIGINSnow defaults to*instead of the Vite dev port,
so the SPA served by FastAPI works on any listen port (and any custom
Vite dev port works without extra config). Argus is an unauthenticated
read-only dev tool typically bound to localhost — operators who expose
it more widely should narrowARGUS_CORS_ORIGINSto their console
origin(s).
Changed
- README: documented SQLite as a first-class backend alongside Postgres,
withuvx/pipx/ Docker examples for both, the four-slash absolute
path convention forsqlite://URLs, and an updated architecture
diagram showing the dual-backend store.