Loading…
Supabase Beta January 2022
SupabasePaul Copplestone
Summary
Supabase announced product updates, platform improvements, and community resources released during January 2022. The platform expanded authentication options by adding Notion and LinkedIn OAuth support alongside Vonage and Textlocal SMS providers for one-time passwords. Observability tooling gained SQL querying capabilities for logs, timestamp filtering, and expanded time spans across project usage charts to accelerate issue diagnosis. Database infrastructure advanced with the release of pg_graphql version 0.1.0 introducing SQL Comment Directives, while PostgREST replaced pg_listen with built-in schema reloading and automated compute-based connection pool scaling. To streamline customer assistance, a priority selector was added to dashboard support forms with urgent tiers for paid projects.
Context
Developers using Supabase required expanded third-party authentication methods, enhanced log diagnostics, preliminary GraphQL schema configuration, and faster response times for critical support issues.
Approach / What changed
Supabase integrated new OAuth and SMS providers, introduced SQL querying and timestamp filtering to platform logs, launched pg_graphql v0.1.0 with Comment Directives, enabled ticket priority selection on support forms, and updated PostgREST schema reloading and connection pool scaling.
Takeaways
- Supabase added Notion and LinkedIn as OAuth providers, along with Vonage and Textlocal for SMS OTP token authentication.
- pg_graphql v0.1.0 introduced Comment Directives to customize generated GraphQL schemas directly via SQL comments on database objects.
- PostgREST removed pg_listen in favor of built-in schema reloading and configured database connection pool sizes to scale with compute size.
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.