124 wires and counting

$ follow Supabase

Keep up with Supabase in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-16
stories 128

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Studio moves onto Nitro, CLI drops the legacy compute bridge

By RepoJournal · Filed · About Supabase · Composed from the cited sources · methodology

Supabase's clients are converging on the renamed /compute management routes and a standard deployment path, which means anything pinned to the old /workers contract needs to move.

chore(studio): move the TanStack Start deploy onto Nitro (#50030) supabase/supabase

by Alaister Young

Studio's TanStack Start build drops the hand-rolled Vercel setup (api/server.js, rewrites in vercel.ts, the ?dpl= skew-protection Vite plugin, scripts/serve.js) for Nitro, TanStack Start's documented deployment path. Documents now serve from the static SPA shell on the CDN; only /api/* and /_serverFn/* hit the function, and self-hosted setups must pick up the Nitro build instead of scripts/serv...

fix(studio): use Compute management endpoints FUNC-896 supabase/supabase

by jordienr

Studio was still calling the legacy /workers Management API routes and parsing the old project_worker response shape, so Compute instances could not be listed or retrieved at all. The fix regenerates the v1, v2, and platform declarations from the deployed schemas and moves list and detail queries to /compute.

feat(config): exclude local-only paths from ProjectConfig's type and schema (#6639) supabase/cli

by Colum Ferry

DOCUMENT_ONLY_LOCAL_PATHS (local bind ports and TLS, api.external_url, db.pooler.enabled/port, db.migrations, db.seed, every config-side realtime.* field, local-only experimental.* engine selection) was only stripped by fromConfigDocument at runtime. The ProjectConfig type, ProjectConfigSchema, and toProjectConfigJsonSchema() are now built without those paths, so locally valid config no longer ...

feat: support skip_elicitations in the local HTTP server supabase/mcp

by barryroodt

The local HTTP server accepts a skip_elicitations CSV parameter carrying create_project and/or create_branch, with whitespace trimmed and empty entries ignored, letting local callers opt out of cost elicitations per tool the same way the platform API does. This is the MCP package's first feature since its management API types were regenerated from the current v1 and v2 OpenAPI specs.

fix(core): read a Codex `other` web_search action as a page read (#286) supabase/evals

by Miranda Limonczenko

Docs evals failed almost universally on the check that the agent retrieved a referenced page with content, because Codex round-trips openPage and findInPage through a snake_case enum with no such variants, so both arrive as other. Since docs evals run only on Codex, an explicit other is treated as positive evidence of a page read.

chore: upgrade @supabase/lite to 0.10.0 supabase/evals

by mattrossman

Everything else was housekeeping: evals moved to @supabase/lite 0.10.0, which now ships most of the storage schema so platform-lite only patches role grants, while the CLI landed a vitest bump with a slim top-level config, a knip config that leans on plugin defaults, refreshed rules against 61 lint suppressions, and realtime v2.135.5 and storage v1.77.4 runtime artifacts.

Quick answers

What shipped in Supabase on September 16, 2026?
Supabase's clients are converging on the renamed /compute management routes and a standard deployment path, which means anything pinned to the old /workers contract needs to move. In total, 56 commits, 56 pull requests, and 16 releases landed.
Who contributed to Supabase on September 16, 2026?
15 developers shipped this update, including Raúl Barroso, Alaister Young, ivasilov, jordienr, supabase-evals-releaser, mattrossman, Miranda Limonczenko, and supabase-releaser, and 7 more.
What were the notable Supabase updates?
chore(studio): move the TanStack Start deploy onto Nitro (#50030), fix(studio): use Compute management endpoints FUNC-896, and feat(config): exclude local-only paths from ProjectConfig's type and schema (#6639).