Loading…
Supabase Beta June 2021
SupabasePaul Copplestone
Summary
Supabase announced a series of platform updates, documentation additions, and tooling enhancements for June 2021 ahead of its scheduled Launch Week. Developers can now provision a Postgres database directly through a new Vercel integration and enable authentication using Discord logins. Supabase Storage added support for upsert operations alongside public buckets that allow unauthenticated file access. The web dashboard introduced a restart button for debugging and a table policy editor with templates to configure Row Level Security. Additional backend improvements include timestamps for PostgREST error logs, an OpenAPI mode patch ignoring anonymous privileges for Prisma users, and an XSS fix in the Auth0 Next.js library.
Context
Supabase prepared new platform features, documentation guides, and developer tooling ahead of their July 2021 Launch Week.
Approach / What changed
The team integrated Postgres deployments into Vercel, added Discord authentication, launched public storage buckets and upsert capabilities, introduced a dashboard restart button and Row Level Security policy editor, updated PostgREST logging and OpenAPI modes, and resolved an Auth0 Next.js XSS bug.
Takeaways
- A new Vercel integration allows developers to deploy a Supabase Postgres database directly from their Vercel accounts.
- Supabase Storage added support for upsert operations and public storage buckets that do not require user logins for access.
- PostgREST error logs now include timestamps, and PostgREST openapi-mode was patched to ignore anonymous privileges for OpenAPI output.
Related reading
Supabase ·
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.
Paul CopplestoneSupabase ·
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.