Loading…
Supabase Beta August 2021
SupabasePaul Copplestone
Summary
Supabase announced a thirty million dollar Series A funding round alongside multiple product updates and platform improvements during August 2021. The team opened an RFC for WALRUS, an initiative aimed at bringing Row Level Security to Postgres subscriptions via Write Ahead Log Realtime Unified Security. Auth updates included customizable SMS login messages, HCaptcha integration for passwordless authentication, and a revised email change flow that notifies both old and new addresses. Platform enhancements introduced a twelfth hosting region in Seoul, improved CSV importing for large files, and Dart reference documentation covering CRUD, Auth, and Realtime operations. Supabase reiterated an ongoing engineering focus on security, performance, and reliability to prepare the platform for production readiness across all workloads.
Context
Supabase raised a 30 million dollar Series A funding round to expand engineering hiring and continued refining its beta platform to achieve production readiness across security, performance, and reliability.
Approach / What changed
Supabase introduced the WALRUS repository to collect RFC feedback on Row Level Security for Postgres subscriptions, added a Seoul hosting region, expanded authentication features such as HCaptcha and custom SMS, upgraded CSV importing, and published comprehensive Dart documentation.
Takeaways
- WALRUS (Write Ahead Log Realtime Unified Security) is a public RFC repository designed to bring Postgres Row Level Security into realtime subscriptions.
- GoTrue authentication updates added HCaptcha support on passwordless logins to prevent abuse and adjusted email change endpoints to notify both old and new addresses.
- Database and platform tooling improvements include support for composite primary keys, table creation with inline column setup, and expanded CSV file importing capabilities.
Related reading
Supabase ·
Supabase Beta May 2021
Supabase published its May 2021 beta updates covering authentication, regional infrastructure, and tooling. Developers can now implement Apple and Twitter authentication via Supabase Auth, addressing App Store requirements and expanding third-party login options. The platform introduced a Policy Editor with templates to configure Row Level Security for Storage, alongside CSV data retrieval capabilities. Infrastructure expanded with a new Tokyo region to support developers in Japan and China, while Supabase Grid was publicly released as part of an effort to open-source the dashboard. Additionally, community contributors advanced client libraries, completing postgrest-go and progressing development on Swift libraries including gotrue-swift, realtime-swift, and storage-swift.
Paul CopplestoneSupabase ·
Supabase Beta March 2021
Supabase announced a series of platform updates for March 2021, headlined by the launch of Supabase Storage and new local development capabilities. The new storage offering integrates an open-source Fastify and TypeScript API backed by S3, while direct database connections now bundle PgBouncer for connection pooling. Developers can run the platform locally via the Supabase CLI, utilize Docker tooling for self-hosting, and access the open-sourced Supabase UI component library. Community contributions brought OAuth scopes to Supabase Auth for requesting elevated third-party provider permissions, alongside newly published free and pro pricing tiers. In addition, development is underway on an Elixir-based workflow engine compatible with the Amazon States Language for automated event handling.