engineering··3 min read·WoWSQL Engineering

WoWSQL Shipping Log — August 27, 2026: Platform improvements

Engineering update for August 27, 2026: 14 commits in WoWSQL/wowmysql — Use path alias and tighten Admin tsconfig (+4 related commits).

WoWSQL Shipping Log — August 27, 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 — Use path alias and tighten Admin tsconfig (+4 related commits)
  • Security & reliability — Add public_status_guard and rename public envs (+2 related commits)
  • Infrastructure & deployments — Tighten Docker and TypeScript build scope (+1 related commit)
  • Database & Postgres — Add free shared PG pause/restore flow

Commits (14 total)

Commit Change
dfd6337 Tighten Docker and TypeScript build scope
fc53ec3 Use path alias and tighten Admin tsconfig
b8f5395 Add public_status_guard and rename public envs
20f1e90 Secure public metrics endpoint
4422790 Add free shared PG pause/restore flow
247e3c3 Update ec2-blue-green.sh
b351808 Support Bedrock disabled and sanitize responses
8707f19 Update bedrock_service.py
73efb23 Add IAM policies, scripts & Bedrock creds
cc646bc Remove local testproject sample and e2e tests
a5aba36 Harden AWS credentials and IAM scoping

Showing 11 of 14 commits. View full day on GitHub.

What this means for developers

Database improvements strengthen managed PostgreSQL reliability, backups, pooling, or SQL workflows. Infrastructure updates improve how tenant Postgres clusters are provisioned, upgraded, and monitored.

Try WoWSQL


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