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-06-15
stories 6

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

SUPABASE HIBERNATION WAKES ON DASHBOARD ACCESS, ETL FIXES PORT COLLISION

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

Dashboard loads now automatically wake hibernated projects, while the replicator stops crashing when ClickHouse claims port 9000.

The flagship hibernation feature gets smarter this morning [1]. Users hitting the dashboard on a suspended project no longer stare at a frozen state—the system wakes it up automatically at a central checkpoint that catches most project-ref pages. For active projects, this adds zero overhead since the ref details endpoint signals whether hibernation is active [1]. Meanwhile, the ETL replicator was crashing in local dev setups because both its Prometheus metrics listener and ClickHouse's native TCP port wanted port 9000 [2]. Default configuration now maps ClickHouse to 9001 on the host side while keeping the container internal port unchanged, killing the 'address already in use' crash loop that was breaking every developer's docker-compose startup [2]. The Realtime team also tightened broadcast warmup timing to prevent edge cases in subscription synchronization [3].

Quick answers

What shipped in Supabase on June 15, 2026?
Dashboard loads now automatically wake hibernated projects, while the replicator stops crashing when ClickHouse claims port 9000. In total, 3 commits and 3 pull requests landed.
Who contributed to Supabase on June 15, 2026?
3 developers shipped this update, including kevcodez, jmqd, and filipecabaco.
What were the notable Supabase updates?
feat(hibernation): automated wake, Move local ClickHouse native port off 9000 to avoid collision, and chore: increase warmup on broadcast change.