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

STUDIO LOGS GET HUMAN-READABLE PARSING, DATA API SCHEMA CLEANUP LANDS

By RepoJournal · Filed · About Supabase

Auth log entries that were rendering as raw JSON strings in your dashboard now display clean, readable messages, while a critical fix lets users remove orphaned schemas crashing their Data API clients.

The studio team shipped a parsing fix [1] that extracts human-readable event messages from auth logs that were previously displayed as stringified JSON objects like {"msg":"user signed in","level":"info"}. In parallel, they landed a schema management fix [2] that detects and displays missing schemas in the Data API settings, preventing silent Postgrest client crashes and letting users unselect broken references. The UI package also got cleaner component exports [3] after removing unnecessary naming aliases from Command components. Meanwhile, the postgres desk bumped pg_net to 0.20.3 [4], picking up two critical fixes: autovacuum will now properly schedule after worker writes thanks to pgstat counter flushing [4], and a worker permission reporting issue got resolved. The realtime layer addressed permission composition bugs [5] where tenant database baseline configurations were missing grants defined in migrations, and pushed a cowboy dependency bump [6] to patch a known CVE.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(studio): parse auth log event_message JSON for human-readable display DEBUG-111 (#46147) supabase/supabase
  2. [2] fix: allow users to remove missing schemas from the data API (#46169) supabase/supabase
  3. [3] chore: remove `_Shadcn_` suffix from `Command` components (#46153) supabase/supabase
  4. [4] chore: bump to pg_net 0.20.3 ↗ supabase/postgres
  5. [5] fix: compose tenant db permissions ↗ supabase/realtime
  6. [6] fix: bump up cowboy ↗ supabase/realtime

Quick answers

What shipped in Supabase on May 21, 2026?
Auth log entries that were rendering as raw JSON strings in your dashboard now display clean, readable messages, while a critical fix lets users remove orphaned schemas crashing their Data API clients. In total, 37 commits, 34 pull requests, and 4 releases landed.
Who contributed to Supabase on May 21, 2026?
3 developers shipped this update, including utkarash2991, leandrocp, and filipecabaco.
What were the notable Supabase updates?
fix(studio): parse auth log event_message JSON for human-readable display DEBUG-111 (#46147), fix: allow users to remove missing schemas from the data API (#46169), and chore: remove `_Shadcn_` suffix from `Command` components (#46153).

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?