RepoJournal
Supabase

@supabase

The open-source Firebase alternative powering thousands of startups

What actually shipped in Supabase, written up every day — commits, pull requests, releases, and security advisories.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

SUPABASE SHIPS CLICKHOUSE REPLICATION AND HARDENS CUSTOM AUTH

By RepoJournal · Filed · About Supabase

ClickHouse is now a first-class replication destination in Studio, gated behind a private alpha flag and built with client-side validation that blocks insecure and internal URLs.

The big move today is ClickHouse integration [1]. Studio now renders a full configuration form for ClickHouse destinations with URL, user, password, and database fields. The implementation includes client-side validation that rejects any target pointing to loopback addresses, RFC 1918 ranges, link-local ranges, CGNAT blocks, or IPv6 ULA space. This is security by default, not an afterthought. The flag is off by default, so you won't see this in production orgs yet. In parallel, the auth layer shipped support for multiple custom sign-in providers [2]. The UI now renders all configured custom providers on the sign-in page while staying backward compatible with the legacy single-provider setup. Over in go-tpc, error propagation got fixed [3]. TPCC subcommands were exiting with code 0 even on failure, masking preparation errors upstream. That's now corrected. The realtime team squashed a flaky reconnector test [4] that was making local development harder. Small fix, high signal-to-noise on CI runs.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] feat(studio): add ClickHouse replication destination ↗ supabase/supabase
  2. [2] Add support for multiple custom auth providers in custom-content (#48030) supabase/supabase
  3. [3] Propagate errors to top-level for TPCC ↗ supabase/go-tpc
  4. [4] chore: fix reconnector flaky test ↗ supabase/realtime

Quick answers

What shipped in Supabase on July 20, 2026?
ClickHouse is now a first-class replication destination in Studio, gated behind a private alpha flag and built with client-side validation that blocks insecure and internal URLs. In total, 5 commits, 5 pull requests, and 1 releases landed.
Who contributed to Supabase on July 20, 2026?
6 developers shipped this update, including SaxonF, jmqd, Joshen Lim, danielmitterdorfer, github-actions[bot], and Eduardo Gurgel.
What were the notable Supabase updates?
feat(studio): add ClickHouse replication destination, Add support for multiple custom auth providers in custom-content (#48030), and Propagate errors to top-level for TPCC.

More from @supabase

Daily updates, in your inbox

Follow Supabase

What actually shipped in Supabase, written up every day — commits, pull requests, releases, and security advisories.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?