111 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-08-30
stories 15

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Slim images get busybox probes; bench releases land

By RepoJournal · Filed · About Supabase

Supabase's slim-service images now carry busybox wget for CLI healthchecks, while five postgres bench releases shipped across versions 15 and 17.

The slim-services images for auth, studio, and pg-meta now ship busybox sh/wget (static busybox on scratch auth), so the CLI can emit the same CMD-SHELL wget / node --eval probes as docker.io [1]. pg-meta gained an empty ENTRYPOINT with CMD ["node","dist/server/server.js"], fixing the redundant 'node node …' in gen types [1]. Realtime, analytics, and pooler expose busybox wget on PATH for Vector-style wget --spider probes [1]. A follow-up fix points analytics and pooler's Cargo vendoring at https://static.crates.io/crates, because crates.io's API download endpoint 403s curl's default User-Agent [2]. It also corrects the realtime smoke test's Host header from realtime-smoke to the seeded tenant, which was returning 401 on /api/ping [2]. A mailpit correction updates Darwin runtime metadata [3]. In supabase/postgres, five bench releases shipped: 15.14.1.168-bench-3, 15.14.1.168-bench-3-x86, 17.6.1.168-bench-3, and two orioledb variants of 17.9.0.021 [4][5][6][7][8]. These are automated bench artifacts with no noted user-facing changes.

Quick answers

What shipped in Supabase on August 30, 2026?
Supabase's slim-service images now carry busybox wget for CLI healthchecks, while five postgres bench releases shipped across versions 15 and 17. In total, 5 commits, 3 pull requests, and 7 releases landed.
Who contributed to Supabase on August 30, 2026?
3 developers shipped this update, including github-actions[bot], avallete, and Julien Goux.
What were the notable Supabase updates?
fix: give slim images busybox wget for CLI healthchecks, fix: crates.io CDN vendoring and realtime /api/ping Host, and fix(mailpit): correct Darwin runtime metadata (#289).