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 FIXES TIMESTAMP BUG BLOCKING EVERY PROJECT LINK

By RepoJournal · Filed · About Supabase

Supabase CLI v2.113.0 shipped overnight with the fix for the offset timestamp parsing error that broke supabase link and branches list across all projects.

The Management API was serializing timestamps with numeric UTC offsets, but the generated client schemas were pattern-matching Z-anchored ISO 8601 strings, causing validation failures on every API call [1][2]. The fix drops pattern validation during code generation, letting date-time strings rely on their format annotation alone [2]. This same release also surfaces staging errors in serve instead of suppressing them [1], and continues the TypeScript migration with db reset, gen bearer-jwt, and shell completion now running on the TypeScript shell. Over on the Studio side, role-aware access checks are now in place for scoped token creation, letting the UI properly guide users toward project-scoped tokens when appropriate [3]. Eval results refreshed from the latest automated run [4].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] v2.113.0 ↗ supabase/cli
  2. [2] fix(api): accept offset timestamps ↗ supabase/cli
  3. [3] feat(studio): role-aware access feedback in scoped token creation ↗ supabase/supabase
  4. [4] chore: refresh eval results ↗ supabase/evals

Quick answers

What shipped in Supabase on August 9, 2026?
Supabase CLI v2.113.0 shipped overnight with the fix for the offset timestamp parsing error that broke supabase link and branches list across all projects. In total, 3 commits, 3 pull requests, and 2 releases landed.
Who contributed to Supabase on August 9, 2026?
5 developers shipped this update, including supabase-evals-releaser, supabase-evals-releaser[bot], kemaldotearth, github-actions[bot], and 7ttp.
What were the notable Supabase updates?
v2.113.0, fix(api): accept offset timestamps, and feat(studio): role-aware access feedback in scoped token creation.

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?