v.0.23.10
版本发布时间: 2023-11-07 00:25:12
supabase/supabase最新发布版本:1.24.08(2024-09-17 03:37:55)
Server-Side Auth in Next.js 14
We've released @supabase/ssr
, which makes it super easy to use cookies for storing user sessions. We’ve updated npx create-next-app -e with-supabase
to use @supabase/ssr
and made it compatible with Next.js 14.
pgvector vs Pinecone
pgvector is becoming the vector store of choice for developers. We’ve put it to the test against Pinecone and found that it performs better on cost and query throughput, without sacrificing accuracy.
Manage storage buckets from the command line
You can now manage Storage buckets with the Supabase CLI:
-
supabase storage ls -r
: show all buckets and objects -
supabase cp -r readme.md ss:///bucket
: upload local files to bucket -
supabase cp -r ss:///bucket
: download objects from bucket -
supabase rm -r ss:///bucket
: delete files from bucket
Managing Storage buckets with CLI works best if there are less than 100k objects in your bucket and each of them is smaller than 20MB. Reference docs are here.
What's new in Supabase Studio?
Supabase Studio is improved many times per day, here is some of what's new:
- Better error surfacing in SQL Editor. [PR]
- Break out auth rate limit fields into a separate page. [PR]
- Enumerated types management. [PR]
- New API side panel. [PR]
- Audit logs for organizations available on Team plan.
Multi-factor Authentication in Supabase Studio
Secure your Supabase account with Multi-Factor Authentication. You can now add a time-based one-time password (TOTP), managed by apps such as 1Password, Authy, Google Authenticator or Apple's Keychain.
Quick product announcements
- [Auth] LinkedIn OIDC provider. [PR]
- [Auth] Use token to include the redirect URL in your email template. [PR]
- [pgvector] Upgrade 0.5.1 (faster HNSW index builds). [Release]
- [Dashboard] Scopes for OAuth apps. [PR]
- [Postgres] pg_jsonschema upgrade 0.1.4 to 0.2.0. [Release]
- [Supavisor] Starts providing Docker Images. [Docker]
- [GraphQL] GraphQL user defined functions now supported following the pg_graphql upgrade from 1.2.3 to 1.4.2. [Docs]