WoWSQL Shipping Log — April 08, 2026
This is an evidence-based engineering update from the public WoWSQL/wowmysql repository. We document what landed in git on this date — not roadmap promises.
Highlights
- Database & Postgres — Update supavisor_service.py (+7 related commits)
- Authentication — fix: add require_user=true to Supavisor tenant payload (no auth_query needed) (+1 related commit)
- Platform improvements — fix: set Erlang node name to POD_IP so proxy listeners (6543/5432) actually start
Commits (15 total)
| Commit | Change |
|---|---|
1a1da75 |
Update supavisor_service.py |
a7df489 |
fix: set Erlang node name to POD_IP so proxy listeners (6543/5432) actually start |
9877286 |
fix: add sslmode=disable to Supavisor connection params (Supavisor has no downstream SSL cert) |
b54bb99 |
fix: set Supavisor replicaCount=1 to match single-node cluster (fixes badarith pool division) |
51a3fd0 |
fix: use default_pool_size at tenant level in Supavisor payload (pool_size is user-level only) |
c59b04d |
fix: add require_user=true to Supavisor tenant payload (no auth_query needed) |
b2b80ea |
fix: create _supavisor schema before running Ecto migrations in init container |
af01d86 |
fix: add Supavisor migration init container to run Ecto migrations on deploy |
53054d2 |
fix: generate signed HS256 JWT for Supavisor API instead of sending raw secret |
f000e6a |
fix: correct join column in reconcile_supavisor_registrations (Project.dedicated_stack_id) |
977c881 |
"fix: reconcile Supavisor registrations + fix NetworkPolicy cross-namespace access" |
Showing 11 of 15 commits. View full day on GitHub.
What this means for developers
Authentication changes affect login, OAuth, and session security across the dashboard and APIs. Database improvements strengthen managed PostgreSQL reliability, backups, pooling, or SQL workflows.
Try WoWSQL
Source: git history on 2026-04-08. Features described here reflect engineering work in progress or shipped — verify in docs or changelog before building production dependencies.