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-20
stories 4

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Turbopack build cache disabled, eval results refreshed

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

Supabase turned off Turbopack's on-disk build cache to stabilize builds, and the evals run refreshed the results file it publishes to the web app.

chore: Disable turbopack cache for builds (#50616) supabase/supabase

by Ivan Vasilov

Ivan Vasilov disabled Turbopack's on-disk build cache for builds, framing it as a reliability fix rather than a speed one. If your CI or local builds have been flaking on cached Turbopack state, this removes that failure mode at the cost of cold build times.

chore: refresh eval results supabase/evals

by supabase-evals-releaser

The bot refreshed apps/web/src/data/eval-results.json from the latest automated eval run, so the numbers the site displays now match the most recent run.

chore: refresh eval results (#312) supabase/evals

by supabase-evals-releaser[bot]

The same refresh landed on main as a squashed commit, carrying the identical eval-results.json update co-authored with mattrossman.

Quick answers

What shipped in Supabase on September 20, 2026?
Supabase turned off Turbopack's on-disk build cache to stabilize builds, and the evals run refreshed the results file it publishes to the web app. In total, 2 commits and 2 pull requests landed.
Who contributed to Supabase on September 20, 2026?
3 developers shipped this update, including supabase-evals-releaser, supabase-evals-releaser[bot], and Ivan Vasilov.
What were the notable Supabase updates?
chore: Disable turbopack cache for builds (#50616), chore: refresh eval results, and chore: refresh eval results (#312).