engineering··3 min read·WoWSQL Engineering

WoWSQL Shipping Log — April 19, 2026: Platform improvements

Engineering update for April 19, 2026: 15 commits in WoWSQL/wowmysql — Switch to table API; bulkInsert type; bump version (+3 related commits).

WoWSQL Shipping Log — April 19, 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

  • Platform improvements — Switch to table API; bulkInsert type; bump version (+3 related commits)
  • Database & Postgres — Add internal control-plane URL and migration fixes (+3 related commits)
  • Website & marketing — Add docs, query helpers, and project metadata (+1 related commit)
  • SDKs & developer tools — Bump SDK versions and update publishing docs

Commits (15 total)

Commit Change
9ec43fd Bump SDK versions and update publishing docs
f9ad898 Switch to table API; bulkInsert type; bump version
79b79da Add docs, query helpers, and project metadata
85fa893 Use wowsqlconnect domain; add pgrst envs
71c34bf Update kong-configmap.yaml
bb8fce5 fix: resolve auth 403 invalid API key and OAuth callback - preserve wowsql key in X-WowSQL-Api-Key header through Kong, fix project_auth_api to read key from header, fix DNS proxied mode, add TLS bypass for EC2 connectivity
10fc065 Add internal control-plane URL and migration fixes
5a65d0e Add Discord icon/link and fix blog slug handling
4ceecfd Improve docs sidebar and main scroll handling
289b512 Improve email templates and preview behavior
9879844 Supavisor routing + sslmode disable; kubectl TLS
36ab029 Copy wildcard TLS secret to tenant ns

Showing 12 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. Infrastructure updates improve how tenant Postgres clusters are provisioned, upgraded, and monitored. Marketing site updates improve discovery, documentation reach, and how new developers find WoWSQL. SDK updates help teams integrate WoWSQL faster from TypeScript, Python, Go, and other languages.

Try WoWSQL


Source: git history on 2026-04-19. Features described here reflect engineering work in progress or shipped — verify in docs or changelog before building production dependencies.

WoWSQL Shipping Log — April 19, 2026: Platform improvements — WoWSQL Blog | WoWSQL