111 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-09-06
stories 9

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Worker deployments gain exposure control and --instances flag

By RepoJournal · Filed · About Supabase

Supabase CLI's @supabase/config v0.4.0 adds an exposure dial and lets workers new set instance count up front.

The @supabase/config package reached v0.4.0, adding an `exposure` dial (`public`/`private`) for worker deployments on `workers new` and `workers push`, plus a new `--instances` flag that lets `workers new` set instance count up front instead of only through `push`. [1] Exposure is recorded in `config.toml`/`config.json` and resolved with the same precedence as size/runtime: flag override, then recorded value, then the `public` default; an unrecognized recorded value refuses the deployment. [1] This is the headline feature of the config release, which bundles the change under config-v0.4.0. [2]

Elsewhere, supabase_testing v0.1.1 published to pub.dev, a dependency update to the latest release for the Flutter testing package. [3] The evals repo refreshed its eval results from the latest automated eval run, updating `apps/web/src/data/eval-results.json`, with no behavioral change for users. [4]

Quick answers

What shipped in Supabase on September 6, 2026?
Supabase CLI's @supabase/config v0.4.0 adds an exposure dial and lets workers new set instance count up front. In total, 2 commits, 2 pull requests, and 5 releases landed.
Who contributed to Supabase on September 6, 2026?
5 developers shipped this update, including supabase-evals-releaser, supabase-evals-releaser[bot], libsreleasetagger[bot], github-actions[bot], and johnstonmatt.
What were the notable Supabase updates?
feat(workers): add exposure control and new --instances flag, @supabase/config v0.4.0, and supabase_testing v0.1.1.