Updatify / Supabase | Release notes

Create your changelog

upabase is the Postgres development platform. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, Storage, and Vector embeddings.

Update Jul 9, 2026 tracked by Updatify

Developer Update - July 2026

Here’s everything that happened with Supabase in the last month:

OpenCode integrates with Supabase

opencode-thumb

OpenCode connects your agent to your Supabase database, Edge Functions, and logs. It configures the MCP setup for you.

Read the blog →

TanStack DB syncs with Supabase

tanstack

@supabase-labs/tanstack-db syncs TanStack DB collections with your Supabase tables over PostgREST and Realtime. It’s available in alpha.

Watch the demo →

Wrappers adds a MongoDB foreign data wrapper

querymongodbwrapper

Wrappers v0.6.2 lets you query and join MongoDB collections directly from Postgres. It also fixes OpenAPI FDW pagination.

Read the docs →

Multigres supports LISTEN/NOTIFY across pooled connections

multigreslistennotify

Update May 7, 2026 tracked by Updatify

Developer Update - May 2026

Here’s everything that happened with Supabase in the last month:

Custom OAuth/OIDC providers for Supabase Auth

customoidcproviders

Connect any OAuth2 or OpenID Connect identity provider to your Supabase project, including GitHub Enterprise, regional IdPs, and any standards-compliant provider, with PKCE enabled by default.

[Blog]

New tables in the public schema are no longer auto-exposed to the Data API

schematables

Starting April 28, new Supabase projects can opt out of automatic Data API exposure for public schema tables. Explicit Postgres grants are now required to make a table reachable via PostgREST or GraphQL. This becomes the default for all new projects on May 30.

[GitHub Discussion]

Supabase is now ISO 27001 certified

security

Supabase is certified to ISO/IEC 27001:2022, covering the information security management system across the entire platform.

[Blog]

Update Apr 9, 2026 tracked by Updatify

Developer Update - April 2026

Here’s everything that happened with Supabase in the last month:

Multigres Operator is now open source

multigresoperator

The Multigres Kubernetes operator is now open source, with direct pod management, zero-downtime rolling upgrades, pgBackRest PITR backups, and OTel tracing.

GitHub | Twitter

GitHub integration on all plans

githubintegration

GitHub integration is now available on all plans. Connect your repo on the free tier to deploy migrations from your main branch via CI/CD, no branching required.

GitHub

Supabase joins the Stripe Projects developer preview

stripesyncenginesocial

Supabase is a co-design partner in Stripe Projects, a new CLI tool that provisions and connects services like Supabase, Vercel, and Clerk from your terminal, with credentials synced to your .env automatically.

Blog

Supabase docs over SSH

supabasedocsoverssh

Update Mar 5, 2026 tracked by Updatify

Developer Update - March 2026

Here’s everything that happened with Supabase in the last month:

Webinar: Ship Fast, Stay Safe

agencywebinar

Learn how top agencies balance velocity with control when using AI coding tools to build production applications on Supabase.

Register

Logs Drains on Pro

logdrainsonproog

Log Drains are now available on Pro. Send your Postgres, Auth, Storage, Edge Functions, and Realtime logs to Datadog, Grafana Loki, Sentry, Axiom, S3, or your own endpoint.

Blog Post

Docs now export to Markdown for AI tools

docsog

Every guide on docs.supabase.com now has a “Copy as Markdown” option, plus direct links to ask ChatGPT and Claude. Copy any page into your agent or tool of choice with one click.

Docs

Storage: major performance and security overhaul

Update Feb 5, 2026 tracked by Updatify

Developer Update - February 2026

Here’s everything that happened with Supabase in the last month:

Supabase PrivateLink is now available

og

Connect your database to AWS resources over private networks. No public internet exposure. Traffic stays within AWS infrastructure using VPC Lattice.

Blog Post

Postgres Best Practices for AI Agents

og 2

30 rules across 8 categories teaching AI agents to write correct Postgres code. Works with Claude Code, Cursor, GitHub Copilot, and other tools.

Blog Post

Query Ethereum directly from Postgres

og (1)

Use SQL to query real-time Ethereum blockchain data with the Infura wrapper.

View docs

Supabase is now an official Claude connector

generate-og (3)

Connect your Supabase projects to Claude and manage your database by telling Claude what you need.

Update Jan 8, 2026 tracked by Updatify

Developer Update - January 2026

Here’s everything that happened with Supabase in the last month:

Update on security progress and roadmap

security-roadmap

Learn about all the security features we added last year and our 2026 roadmap.

[Blog Post]

Stripe Sync Engine in the Supabase Dashboard

stripe-sync-engine

One-click integration for the Stripe Sync Engine directly in the Supabase dashboard. Query your customers, subscriptions, invoices, and payments using standard SQL.

[Blog Post]

Enhanced docs for the Metrics API

metrics-api

Better guidance on how to stream Supabase database telemetry into any Prometheus-compatible observability stack.

[Blog Post]

Build ChatGPT apps with Supabase and mcp-use

chatgt-mcp-use

Update Dec 10, 2025 tracked by Updatify

Developer Update - December 2025

Here’s everything that happened with Supabase in the last month. Be sure to keep reading for a special gift:

Supabase ETL

etl

A change-data-capture pipeline that continuously replicates data from Supabase Postgres to external destinations, starting with Iceberg. Available in private alpha now.

[Blog Post]

Analytics Buckets

analyticsbuckets

Specialized storage buckets built on Apache Iceberg and AWS S3 Tables that provide columnar storage for analytical workloads while maintaining compatibility with the Postgres interface. Available in public alpha now.

[Blog Post]

Vector Buckets

vector

Vector Buckets are a specialized bucket type built on Amazon S3 Vectors. They are cold storage for your embeddings, with a query engine attached. Available in public alpha now.

[Blog Post]

iceberg-js

Update May 7, 2025 tracked by Updatify

Developer Update - April 2025

Here’s everything that happened with Supabase in the last month:

Project scoped roles

project-scoped-roles

Project scoped roles are now available for all Supabase Team plans. Each member in the organization can be assigned a role scoped to the organization or to specific projects.

[GitHub]

MCP Server now works with VS Code

mcp-server-now-works-with-vs-code

Set up the Supabase MCP server to work with Visual Studio Code.

[Twitter]

MCP Server can now create and deploy Edge Functions

mcp-server-can-now-create-and-deploy-edge-functions

Use the Supabase MCP server to build Edge Functions.

[Twitter]

Supabase UI Library now includes Infinite Query block

supabase-ui-library-now-includes-infinite-query-block

React hook for infinite lists that fetches data from Supabase. Use it for infinite scroll.

Update Apr 8, 2025 tracked by Updatify

Developer Update - March 2025

Here’s a recap of everything we announced during Launch Week and the month of March:

Supabase MCP Server

lw14-mcp-email

We are launching an official Supabase MCP server. You can use this server to connect your favorite AI tools (such as Cursor or Claude) directly with Supabase.

[Link] [GitHub]

Supabase UI Library

lw14-ui-email

A set of convenient components built on shadcn that can be dropped into any Next.js, React Router, Tanstack Start, or vanilla React application. This initial release includes the following components:

Update Mar 7, 2025 tracked by Updatify

Developer Update - February 2025

Here’s everything that happened with Supabase in the last month:

Deploy Edge Functions from the Supabase dashboard

deploy-edge-functions-from-the-supabase-dashboard

Write your Edge Function in the dashboard using the AI Assistant and deploy it directly.

[Link]

Deploy Edge Functions from the CLI

deploy-edge-functions-from-the-cli

Write your Edge Function locally and deploy it using the CLI and without having to install Docker.

[Link] [GitHub]

Deploy Edge Functions using the API

deploy-edge-functions-using-the-api

AI tools and other products that integrate with Supabase can now deploy Edge Functions using the Supabase API.

[Link] [GitHub]

Connect AI tools and LLMs to Supabase

connect-ai-tools-and-llms-to-supabase

Update Feb 7, 2025 tracked by Updatify

Developer Update - January 2025

Here’s everything that happened with Supabase in the last month:

Third-party Auth with Firebase is now GA

third-party-auth-with-firebase-is-ga Use Firebase Auth with your Supabase projects. [Docs]

Easier to see errors in log charts

easier-errors-in-logs Log charts in Supabase are now stacked with successes and errors on top of each other, and colored by type. [Link] [GitHub]

Enhanced type inference for JSON fields

enhanced-type-inference-for-json-fields Set up custom types with supabase-js for more concise and accurate types that reflect your data. [GitHub]

Type validation for query filter values

type-validation-for-query-filter-values The Supabase TypeScript SDK will correctly validate all query filter values in  eqneq, and  in  methods.

Update Jan 23, 2025 tracked by Updatify

Developer Update - December 2024

Welcome to 2025. Here’s everything that happened with Supabase in the last month:

Supabase Integrations Page

supabase-integrations-page

We added an Integrations Section to the Dashboard. Inside you’ll find useful features, like our new Postgres modules: Cron Jobs and Queues.

[Changelog]

Fix Security and Performance Issues with AI

fix-security-and-performance-Issues-with-ai

The AI Assistant has a new ability: it can help you understand and resolve Security and Performance issues. The issue context is passed to the assistant, which explains the issue and suggests fixes.

[Check out the Security Advisor]

SQL Editor Inline AI Assistance

sql-editor-inline-ai-assistance

When using the SQL Editor, you can now hit CMD+K to open an inline AI assistant that will help you make changes to your query. It will only make changes to whatever you have selected, but also has the surrounding context and can access schema, policy, and function information, if needed.

Update Oct 10, 2024 tracked by Updatify

Developer Update - September 2024

We’ve announced a Vercel partnership, we’re hosting an AI hackathon with our friends at Y Combinator, and we raised $80M. Let’s dive right in:

Supabase + Vercel Partnership

Supabase + Vercel Partnership

We released an official Vercel integration. You can quickly spin up Supabase projects from Vercel’s dashboard, with full support for Vercel templates like Supabase Starter and integrated billing through Vercel.

Full announcement

Revamped Users Management UI in Studio

Revamped Users Management UI in Studio

Our Frontend team revamped the Auth section in Studio. You now have access to more user details, ban-user functionality, authenticated logs grouped by user, sort columns based on your preference, and a few other features requested by the community.

Changelog

Edge Functions are 2x smaller and boot 3x faster

Update Sep 16, 2024 tracked by Updatify

Developer Update - August 2024

Supabase kicked off Launch Week 12 in August with a Postgres+AI drop that went viral followed by other exciting announcements throughout the week. Here’s all the juicy highlights you don’t want to miss:

Day 1 - postgres.new: In-browser Postgres with an AI interface

postgres.new

Supabase launched postgres.new which reimagines interacting with Postgres using a large language model (LLM) all in the browser. Spin up as many databases as you want, and with the help of an AI assistant, generate tables with sample data or import your data, database migrations, embeddings for semantic search and RAG, reports and charts, and so much more.

Website | Blog Post | Video Announcement

Day 2 - Supabase Realtime: Broadcast and Presence Authorization

supabase realtime broadcast and presence authz

Update Aug 9, 2024 tracked by Updatify

Developer Updates - July 2024

Claim your ticket for Launch Week 12 kicking off August 12 and read on to learn about a number of new features we have to share with you for the month.

Launch Week 12

Launch Week 12 Ticket

Join us August 12-16 for our next Launch Week event. We will be announcing a number of new features and giving away some great swag!

Claim Your Ticket

Disable Data API for Your Project

Disable Data API

You can now disable the Data API when creating a new project with a setting under “Advanced Options”. This option bolsters the security of your data by preventing unintentional access from clients. You can change this behavior on an existing project via the project’s <a href=”https://supabase.link/email-july-24-api-settings”>API Settings</a>.

Docs

Custom Schema for Data API

Custom Schema for Data API

Update Jun 18, 2024 tracked by Updatify

Developer Updates - May 2024

Supabase underwent Consolidation Month™ to focus on initiatives that improve the stability, scalability, and security of our products. We also have exciting product announcements that we can’t wait to share. Let’s dive in!

Consolidation Month™

We kicked off Consolidation Month (no it’s not actually trademarked) during the month of May. During this time, every product team within Supabase addressed outstanding performance and stability issues of existing features. Here’s a small subset of initiatives and product announcements as part of Consolidation Month:

Auth Launches @supabase/ssr for Better SSR Framework Support

Auth Launches @supabase/ssr

The newly released @supabase/ssr package improves cookie management, developer experience, and handling of edge cases in various SSR and CSR contexts. We’ve added extensive testing to prevent issues that users experienced with the @supabase/auth-helpers package.

Announcement

pgvector v0.7.0 Release Features Significant Performance Improvements

pgvector v0.7.0 Release

Update May 8, 2024 tracked by Updatify

Developer Updates - April 2024

Here’s everything we shipped during our GA week:

Day 1 - Supabase is officially launching into General Availability (GA)

Day 1 - Supabase is officially launching into General Availability (GA)

Supabase has moved to General Availability (GA) with over 1 million databases under management and over 2,500 databases launched daily. We’ve been production ready for years and now we are fully confident that we can help every customer become successful, from weekend projects to enterprise initiatives at organizations like Mozilla, 1Password, and PwC.

Full announcement | Video announcement | X space

Day 2 - Supabase Functions now supports AI models

Day 2 - Supabase Functions now supports AI models

Update Apr 6, 2024 tracked by Updatify

Platform Updates: March 2024

Join us for a Special Announcement April 15-19

Special Announcement April 15-19

We’re making a Special Announcement on April 15th with a few more surprises throughout the week. Claim your ticket today so you don’t miss out and enter for a chance to win a set of AirPods Max.

Claim your ticket

Increased Supavisor connection pooler limits

Increased Supavisor connection pooler limits

We’ve increased the Supavisor client connection limits, the number of concurrent clients that can connect to your project’s pooler, for projects on Small, Medium, Large, and XL compute instances while pricing remains unchanged.

Announcement

Conversational AI assistant now available in SQL Editor

Conversational AI assistant in SQL Editor

Update Mar 6, 2024 tracked by Updatify

Platform Updates: February 2024

Matryoshka Embeddings: Faster OpenAI Vector Search Using Adaptive Retrieval

Matryoshka Embeddings

Learn about how OpenAI’s newest text embeddings models, text-embedding-3-small and text-embedding-3-large, are able to truncate their dimensions with only a slight loss in accuracy.

Blog post

Easily Connect to Supabase Projects From Frameworks and ORMs of Your Choice

Connect to Supabase Projects From Frameworks and ORMs

Connect to Supabase from any framework or ORM with our new “Connect” panel in Studio. This displays simple setup snippets that you can copy and paste into your application. We’ve started with a selection of popular frameworks and ORMs and you can request more by feature request or pull request.

Pull request

PostgREST Aggregate Functions

Update Apr 6, 2021 tracked by Updatify

March Beta 2021

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.

ph-1

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.

pgbouncer-thumb

React UI Component Library