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

CLI GLOB PARSER FIXED, SWIFT REALTIME AND STORAGE GET STABILITY PATCHES

By RepoJournal · Filed · About Supabase

Supabase CLI shipped a breaking glob-matching fix that aligns legacy seed patterns with Go's path.Match behavior, while Swift clients gain critical resilience improvements for realtime subscriptions and storage operations.

The CLI's character-class negation bug [1] was causing `[!a].sql` patterns to behave differently in the legacy TypeScript port than in the Go implementation - a mismatch that could silently include or exclude seed files during migrations. This ships alongside two other CLI fixes: global choice flags now report their actual values in telemetry [2] instead of being redacted, and the vendored effect CLI no longer double-prints errors on parse failures [3]. On the Swift side, realtime channels now properly reset their state when receiving a `phx_error` frame [4], fixing a critical bug where dead channels would stay marked as `.subscribed` and observers would hang indefinitely waiting for events. Storage got its own fix [5]: leading slashes in object paths are now stripped before building request URLs, eliminating the double-slash bug that broke operations like `download(path: "/a.png")`. Studio added comprehensive MSW tests for the project creation flow [6], surfacing and fixing an empty-region submit bug in the process. All three repos also picked up dependency bumps and Sentry instrumentation hardening [7] to improve production visibility.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(cli): match Go path.Match character-class negation in legacy seed globbing (#5856) supabase/cli
  2. [2] fix(cli): exempt global choice flags from telemetry redaction (Go isEnumFlag parity) (#5855) supabase/cli
  3. [3] fix(cli): suppress vendored effect CLI's stdout help-dump and duplicate error on parse failures (CLI-1901) (#5844) supabase/cli
  4. [4] fix(realtime): reset channel state on phx_error ↗ supabase/supabase-swift
  5. [5] fix(storage): strip leading slash from object paths ↗ supabase/supabase-swift
  6. [6] test(studio): add MSW tests for project creation flow (#47790) supabase/supabase
  7. [7] Add sentry capture exception to apiWrapper ↗ supabase/supabase

Quick answers

What shipped in Supabase on July 11, 2026?
Supabase CLI shipped a breaking glob-matching fix that aligns legacy seed patterns with Go's path.Match behavior, while Swift clients gain critical resilience improvements for realtime subscriptions and storage operations. In total, 34 commits, 37 pull requests, and 4 releases landed.
Who contributed to Supabase on July 11, 2026?
8 developers shipped this update, including Colum Ferry, dependabot, AndroidPoet, Nik Richers, Alaister Young, Ali Waseem, Ivan Vasilov, and joshenlim.
What were the notable Supabase updates?
fix(cli): match Go path.Match character-class negation in legacy seed globbing (#5856), fix(cli): exempt global choice flags from telemetry redaction (Go isEnumFlag parity) (#5855), and fix(cli): suppress vendored effect CLI's stdout help-dump and duplicate error on parse failures (CLI-1901) (#5844).

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?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.