0.21.03
版本发布时间: 2021-04-06 16:16:18
supabase/supabase最新发布版本:1.24.08(2024-09-17 03:37:55)
Launch week, Storage, Supabase CLI, Connection Pooling, Supabase UI, and Pricing. Here's what we released last month.
This is also available as a blog post and a video demo.
Supabase Storage
Need to store images, audio, and video clips? Well now you can do it on Supabase Storage. It's backed by S3 and our new OSS storage API written in Fastify and Typescript. Read the full blog post.
Connection Pooling
The Supabase API already handles Connection Pooling, but if you're connecting to your database directly (for example, with Prisma) we now bundle PgBouncer. Read the full blog post.
React UI Component Library
We open sourced our internal UI component library, so that anyone can use and contribute to the Supabase aesthetic. It lives at ui.supabase.io . It was also the #1 Product of the Day on Product Hunt.
CLI
Now you can run Supabase locally in the terminal with supabase start
. We have done some preliminary work on diff-based schema migrations, and added some new tooling for self-hosting Supabase with Docker. Blog post here.
OAuth Scopes
Thanks to a comunity contribution (@_mateomorris and @Beamanator), Supabase Auth now includes OAuth scopes. These allow you to request elevated access during login. For example, you may want to request access to a list of Repositories when users log in with GitHub. Check out the Documentation.
Kaizen
- You can now manage your PostgREST configuration inside the Dashboard.
- Our website has been redesigned. Check out our new Homepage and Blog, and our new Database, Auth, and Storage product pages.
- We refactored some of our Filter methods to make them even easier to use. Check out the Full Text Search refactor.
- We have added several new sections to our Docs including: Local Dev, Self Hosting, and Postgres Reference docs (all still under development).