RepoJournal
Supabase

@supabase

The open-source Firebase alternative powering thousands of startups

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

STORAGE LOCKS IN POOL REBALANCE, REALTIME GAINS AND FILTERS, NESTJS JOINS THE ADAPTER LINEUP

By RepoJournal · Filed · About Supabase

Storage v1.60.0 ships a critical fix that stops cluster rebalancing from torching garbage collection, while Realtime adds AND filter support for Postgres Changes and the server SDK lands its first NestJS adapter.

Storage's biggest win overnight is a reengineered pool lifecycle that mutates tenant pools in place rather than destroying and recreating them during cluster rebalancing [2]. This kills the GC spikes that were plaguing deployments at scale. The same release also fixes a stale connection bug where credential changes weren't evicting cached pools due to `updateAgeOnGet` preventing TTL eviction [2]. Storage v1.60.0 also ships a migration feature that stops using bound parameters [1] and adds environment variable control over tenant config visibility in admin endpoints [3]. On the realtime front, v2.100.0 implements AND filter support for Postgres Changes with comma-separated parameters [6], giving developers finer control over subscription filtering without spawning multiple listeners. The server SDK is opening up to the NestJS ecosystem with a full adapter in v1.2.0-rc.69 that includes a class guard compatible with both Express and Fastify platforms, plus a param decorator for extracting SupabaseContext [7]. Auth is in release candidate territory with v2.190.0-rc.14 incoming, backed by dependency bumps for govulncheck findings [4], and a config fix that now warns on invalid WebAuthn setup instead of crashing the server on startup [5].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] v1.60.0 ↗ supabase/storage
  2. [2] fix: rebalance pool in place ↗ supabase/storage
  3. [3] fix: env to control tenant config visibility ↗ supabase/storage
  4. [4] chore(deps): bump dependencies ↗ supabase/auth
  5. [5] fix(config): warn on invalid WebAuthn config instead of erroring ↗ supabase/auth
  6. [6] v2.100.0 ↗ supabase/realtime
  7. [7] feat: add NestJS adapter ↗ supabase/server

Quick answers

What shipped in Supabase on May 28, 2026?
Storage v1.60.0 ships a critical fix that stops cluster rebalancing from torching garbage collection, while Realtime adds AND filter support for Postgres Changes and the server SDK lands its first NestJS adapter. In total, 37 commits, 36 pull requests, and 7 releases landed.
Who contributed to Supabase on May 28, 2026?
4 developers shipped this update, including ferhatelmas, fenos, fadymak, and bogdantarasenko.
What were the notable Supabase updates?
v1.60.0, fix: rebalance pool in place, and fix: env to control tenant config visibility.

More from @supabase

Daily updates, in your inbox

Follow Supabase

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

or

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

Elsewhere on the wire

Want every project, not just this one?