WoWSQL Shipping Log — June 05, 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
- Infrastructure & deployments — fix: read EKS_TENANT_PG_IMAGE from env, set in Dockerfile for production (+24 related commits)
- Platform improvements — Update config.py (+11 related commits)
- Database & Postgres — feat: add Extension Types category to column type dropdown (VECTOR, HALFVEC, GEOMETRY, etc.) (+9 related commits)
- Authentication — feat: custom PostgreSQL image with pre-installed extensions (pgvector, PostGIS, pg_cron, pgaudit, pgjwt, etc.) (+9 related commits)
Commits (70 total)
| Commit | Change |
|---|---|
b5bc079 |
feat: add Extension Types category to column type dropdown (VECTOR, HALFVEC, GEOMETRY, etc.) |
6e40d82 |
Update config.py |
a68f021 |
fix: read EKS_TENANT_PG_IMAGE from env, set in Dockerfile for production |
7aa6cff |
feat: use custom wowsql/postgres ECR image for all tenant deployments (free + paid) |
69caec7 |
optimize: lean postgres image (~600MB) - PostGIS moved to optional Dockerfile.full |
a76a0a0 |
chore: point postgres image to ECR registry |
e93effa |
feat: custom PostgreSQL image with pre-installed extensions (pgvector, PostGIS, pg_cron, pgaudit, pgjwt, etc.) |
a3b9be1 |
fix: add psycopg3 (psycopg[binary]) - required for dedicated project DB connections |
e751ca2 |
fix: install AWS CLI in backend Docker image for EKS kubeconfig exec auth |
e8ed084 |
fix: NPM domain matching - only match exact wowsql.com domains, not wildcard app.* |
86f3a6c |
fix: keep dashboard on ports 3000/3001 to match existing NPM config |
765f0a9 |
fix: set ENVIRONMENT=production and DEBUG=False in backend Dockerfile |
Showing 12 of 70 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. Infrastructure updates improve how tenant Postgres clusters are provisioned, upgraded, and monitored. SDK updates help teams integrate WoWSQL faster from TypeScript, Python, Go, and other languages.
Try WoWSQL
Source: git history on 2026-06-05. Features described here reflect engineering work in progress or shipped — verify in docs or changelog before building production dependencies.