Supavisor replaces PgBouncer for database connection pooling#
We’re deprecating PgBouncer and migrating all projects to our Supavisor connection pooler. Go grab the pooler connection string in your project’s Database Settings.
Direct database connection resolve only to IPv6#
[ACTION REQUIRED] AWS is deprecating IPv4, so we’ve migrating your project to IPv6. If your network supports IPv6 and/or you’re using PostgREST then you don’t need to make any changes. Otherwise, you need to update any connections to Supavisor’s connection pooler. We’ve also made IPv4 addresses available to purchase (passing on the cost from AWS).
Supabase Studio's latest enhancements#
Improved text editing in Table Editor, with Markdown previews#
We’ve made it much better for you to edit text in the Table Editor, including Markdown previews so you can preview your changes with ease. [PR]
Preview HTML email templates right from the dashboard#
We’ve added the ability to preview your HTML email templates right from the dashboard. [PR]
Preview SQL snippets for better discoverability#
We’ve added previews to your saved query snippets so you can find the one you’re looking for much faster. [PR]
More Studio updates#
- Network Restrictions support IPv6 addresses
- Improved database settings
- New Notification Center with resource exhaustion notifications
- More detailed billing breakdown
Quick product announcements#
- [AI] Added a guide on how to integrate Amazon Bedrock SDK with Supabase Vecs, our vector client for Postgres. [Guide]
- [Auth] Improved guide on implementing Server-Side Auth for Next.js. [Guide]
- [Auth] Fixed the cookie chunking issue in
@supabase/ssr- shout out to SyntheticGoop from Mobbin. [PR] - [Auth] Fixed a bug in using a custom cookie name in
@supabase/ssr. [PR] - [Edge Functions] Created a guide on custom routing. [Guide]
- [Edge Functions] Created a guide on how to deploy via CI/CD pipelines on GitHub, GitLab, and Bitbucket. [Guide]
- [Edge Functions] Edge Runtime now supports Deno 1.39.2. [Learn more]
- [Edge Functions] Updated quickstart guide. [Video]
Blog Central#
How pg_graphql Works#
Learn about how we built the GraphQL Postgres extension, written in the Rust programming language, that powers our GraphQL data API.
Getting started with Ruby on Rails and Postgres on Supabase#
Learn about how you can spin up a Rails app, integrate a Supabase database, and deploy it to Fly.io.
Other awesome blog posts#
- Brace yourself, IPv6 is coming
- pgvector 0.6.0: 30x faster with parallel index builds
- What is SAML? A practical guide to the authentication protocol
- NoSQL Postgres: Add MongoDB compatibility to your Supabase projects with FerretDB
- Elixir clustering using Postgres
- Using React Query with Next.js App Router and Supabase Cache Helpers
- Create a Figma Clone app with Flutter and Supabase Realtime
- Getting started with Laravel and Postgres