v0.23.06
版本发布时间: 2023-07-08 00:09:32
supabase/supabase最新发布版本:1.24.08(2024-09-17 03:37:55)
Native Mobile Auth Support for Google and Apple Sign in
Supabase Auth now has full native support for Sign in with Apple and Google, which means it can now be used with one-tap sign in methods like Sign in with Apple JS, Sign in with Google for Web, or even in Chrome extensions.
Supabase CLI: what is new?
It’s been a busy month for the Supabase CLI. We have added a tonne of new features:
- Migrations: view all your migrations inside the Dashboard with the SQL code that was executed.
- Functions: the CLI now serves all Functions when developing locally.
-
Database monitoring: we’ve added a
usage
flag for monitoring key Postgres statistics.
Revamped billing experience
We have made huge improvements to the billing tooling inside Supabase Studio, including:
- Easy monitoring of current usage, overage, and plan limits.
- Streamlined subscription management for upgrades or downgrades.
- Detailed usage billing breakdowns and compute instance specifications.
- And more!
New subscription page | New usage page
Login with Kakao
Added the popular social platform Kakao as new social provider. Allow your users to effortlessly sign in using their Kakao accounts and make authentication a breeze while expanding your app's reach to a wider audience.
Quick product updates
- [Postgres Tooling] Implemented parallel Index build in regular and recovery state into OrioleDB. [PR]
- [Edge Functions] Edge Functions troubleshooting guide. [Doc]
- [Storage] Object id is now returned in the response when uploading an object. [PR]
- [Realtime] A new debugging tool to test your realtime endpoints together with your JWTs and Row Level Security policies. [Realtime Inspector]
- [Docs] A full guide on database partitions for developers looking to scale up. [Guide]