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-07-04
stories 43

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

SUPABASE DOCS PIPELINE OVERHAUL SHIPS, CLI ADDS DEVELOPER WORKFLOW TOOLING

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

Dart/Flutter reference documentation migrated to the modern content pipeline [ref:2], while the CLI streamlines local development setup with mise-based tooling [ref:9].

The docs team completed a major infrastructure win by routing Dart/Flutter v2 through the new reference-content pipeline [1], aligning it with JavaScript v2's architecture. This unlocks faster iteration on API docs without maintaining two separate systems. On the UI front, the deprecated Tabs component is being systematically removed from the codebase, with the SqlToRest guide now using the shadcn Tabs [2] and the broader tabs refactor consolidating legacy patterns into docs [3]. Over on CLI, the developer experience got a significant boost: a new mise.toml workflow [4] lets contributors install all required dependencies (Node, Bun, Go, golangci-lint, pnpm) in one command instead of manual setup. Supporting this, the team added mise.lock lockfile support [5] for more reliable CI caching. Meanwhile, the RLS Tester now supports INSERT queries [6] with clear warnings before mutations hit the live database, advancing toward full mutation query testing. Infrastructure work also landed: e2e testing is now consistent between local and CI environments [7], golangci-lint bumped to latest [8], and db diff now respects explicit schema_paths order [9].

Action items

References

  1. [1] docs: migrate Dart/Flutter reference to the new reference pipeline (#47224) ↗ supabase/supabase
  2. [2] chore: Use shadcn `Tabs` in `SqlToRest` (#47544) ↗ supabase/supabase
  3. [3] chore: refactor docs tabs (#47557) ↗ supabase/supabase
  4. [4] chore(dev/onboarding): set up `mise`-based workflow for initial codebase setup ↗ supabase/cli
  5. [5] chore(ci/mise): add lockfile, simplify caching behavior ↗ supabase/cli
  6. [6] Joshen/fe 3778 rls tester to support insert queries ↗ supabase/supabase
  7. [7] chore: make local e2e testing similar to CI (#47573) ↗ supabase/supabase
  8. [8] chore(deps): bump `golangci-lint` to latest ↗ supabase/cli
  9. [9] fix(db): respect schema_paths order in diff ↗ supabase/cli

Quick answers

What shipped in Supabase on July 4, 2026?
Dart/Flutter reference documentation migrated to the modern content pipeline [ref:2], while the CLI streamlines local development setup with mise-based tooling [ref:9]. In total, 18 commits, 21 pull requests, and 4 releases landed.
Who contributed to Supabase on July 4, 2026?
3 developers shipped this update, including kanadgupta, joshenlim, and pjpjq.
What were the notable Supabase updates?
docs: migrate Dart/Flutter reference to the new reference pipeline (#47224), chore: Use shadcn `Tabs` in `SqlToRest` (#47544), and chore: refactor docs tabs (#47557).