Loading…
Supabase Beta April 2021
SupabasePaul Copplestone
Summary
Supabase focused on platform stability, security enhancements, and community support during its April 2021 beta update cycle. To address visual accessibility needs for developers with astigmatisms or those operating in brightly lit environments, the team delivered Light Mode within the dashboard settings. The release also introduced OpenAPI-powered Storage API documentation, community translations for the main repository spanning nineteen distinct languages, and an experimental synchronization server connecting Postgres with Stripe. Dashboard components are systematically migrating into an open-source UI library, establishing necessary foundations for local development tooling and self-hosted environments. Additionally, the team reported substantial contributor growth across its realtime server and UI repositories while continuing engineering on a Workflows engine aimed at a July release.
Context
Supabase designated April 2021 as a focus period for stability, security, and community contributions. Additionally, Dark Mode presented usability difficulties for developers with astigmatisms or those working in brightly lit environments.
Approach / What changed
Supabase added Light Mode to Dashboard settings, published OpenAPI documentation for the Storage API, internationalized the main repository across nineteen languages, and open-sourced an experimental server to sync Postgres with Stripe. The team also began migrating Dashboard components into an open-source UI library.
Takeaways
- Supabase launched Light Mode in the Dashboard settings to support developers with astigmatisms or those in bright environments.
- An experimental open-source server was released to keep Postgres databases synchronized with Stripe while other tools like Singer are evaluated.
- Dashboard components are being extracted into an open-source UI library to prepare for local development and self-hosting UI options.
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 June 2021
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.