Loading…
Supabase Beta June 2022
Ant Wilson
- Source
- Supabase
- Published
- Added to Yomu
Summary
Supabase released its Beta June 2022 updates covering developer tooling, authentication, and infrastructure changes. The team decoupled Supabase Auth Helpers into dedicated packages for Next.js and React, while introducing project pause and restore features to enable unlimited free projects. Developers can now initiate project creation directly through the Supabase CLI and toggle realtime updates from the table editor side panel. Authentication updates include exposing client IP addresses in audit logs, introducing an auth.jwt function, bubbling PostgreSQL errors from GoTrue, and deprecating older authentication functions. Additionally, infrastructure migrations are underway to support multiplayer features, accompanied by community-led tutorials, sponsorships, and platform growth reaching fifty thousand GitHub stars.
Context
Rapid development across the Supabase platform during June 2022 generated updates across developer tooling, authentication, database workflows, and infrastructure that exceeded monthly newsletter space.
Approach / What changed
Supabase split Auth Helpers into dedicated framework packages, introduced on-demand project pause and restore, added CLI project creation, placed a realtime toggle into the table editor, updated auth features, and migrated infrastructure for multiplayer capabilities.
Takeaways
- Supabase Auth Helpers are separated into individual packages for Next.js and React, with Sveltekit and Remix helpers planned.
- Projects can be paused and restored on demand via project settings, enabling virtually unlimited free projects for experimentation.
- GoTrue bubbles up PostgreSQL RaiseException errors and Integrity Constraint Violations, while Supabase Auth adds IP addresses to audit logs and introduces auth.jwt().