apps/www/_blog/2023-11-06-beta-update-october-2023.mdx
Last month we merged over 800 PRs from more than 100 contributors. If you want to play a part in building Supabase, check out our core and community repos. More hands are always welcome, and no matter your framework of choice there are always interesting problems to work on.
Here are some of the major items we shipped during October…
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 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.
You can now manage Storage buckets with the Supabase CLI:
supabase storage ls -r: show all buckets and objectssupabase cp -r readme.md ss:///bucket: upload local files to bucketsupabase cp -r ss:///bucket: download objects from bucketsupabase rm -r ss:///bucket: delete files from bucketManaging 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.
Supabase Studio is improved many times per day, here is some of what's new:
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.
We compiled a looong list of AI examples and tutorials produced by the Supabase community. There is a wide variety of topics such as Building an AI Coloring Book with Elixir and Create your own ChatGPT in Dart.
Oh, and one more thing… this is definitely something you won’t want to miss. Mark your calendar!
Come join one of the fastest-growing open source projects ever! 🤗