---
name: Supabase Changelog
slug: supabase-changelog
type: feed
source_url: https://supabase.com/changelog
organization: Supabase
organization_slug: supabase
total_releases: 207
latest_date: 2026-04-14
last_updated: 2026-04-14
tracking_since: 2023-08-08
canonical: https://releases.sh/supabase/supabase-changelog
organization_url: https://releases.sh/supabase
---

<Summary type="rolling" window-days="90" release-count="15">
Supabase shifted focus toward operational resilience and ecosystem integration over the past quarter. Storage underwent a major rewrite addressing performance and security fundamentals—path traversal prevention, idempotent migrations, and OpenTelemetry metrics—while Edge Functions gained recursive call rate limiting to stabilize multi-region response times. Simultaneously, the team broadened platform reach through partnerships: joining Stripe Projects, becoming an official Claude connector, integrating with TRAE IDE, and acquiring both the Hydra team (pg_duckdb maintainers focused on analytics) and BKND (for agentic workloads), signaling a move toward AI-native infrastructure and closing gaps between development environments and hosted services.
</Summary>

<Summary type="monthly" period="February 2026" release-count="5">
Supabase expanded its auth ecosystem and doubled down on AI integration. The month shipped X/Twitter OAuth 2.0 support for Auth and became an official Claude connector, letting developers manage database infrastructure through natural language. Two acquisitions—Hydra (pg_duckdb maintainers) and BKND—signaled moves toward analytics and lightweight agentic workloads, while a us-east-2 incident on February 12 prompted infrastructure hardening.
</Summary>

<Release date="April 14, 2026" published="2026-04-14T07:00:00.000Z" url="https://supabase.com/blog/stripe-sync-engine-transfer">
## We&apos;re Transferring the Stripe Sync Engine to Stripe

We're transferring the Stripe Sync Engine from supabase/stripe-sync-engine to stripe/sync-engine
</Release>

<Release date="April 14, 2026" published="2026-04-14T07:00:00.000Z" url="https://supabase.com/blog/stripe-sync-engine-donation">
## Stripe Sync Engine: from supabase to stripe

The Stripe Sync Engine, originally built by Supabase, is now part of the Stripe GitHub org
</Release>

<Release date="April 9, 2026" published="2026-04-09T07:00:00.000Z" url="https://supabase.com/blog/supabase-agent-skills">
## AI Agents Know About Supabase. They Don&apos;t Always Use It Right.

Introducing Supabase Agent Skills: an open-source set of instructions that teach AI coding agents how to build on Supabase correctly.
</Release>

<Release date="April 8, 2026" published="2026-04-08T07:00:00.000Z" url="https://supabase.com/blog/custom-oauth-oidc-providers">
## Custom OIDC Providers for Supabase Auth

Connect any OpenID Connect identity provider to your Supabase project: GitHub Enterprise, regional providers, and more.
</Release>

<Release date="April 2, 2026" published="2026-04-02T07:00:00.000Z" url="https://supabase.com/blog/100000-github-stars">
## 100,000 GitHub stars

Supabase hits 100,000 GitHub stars. A reflection on community, open source, and what got us here.
</Release>

<Release date="April 1, 2026" published="2026-04-01T07:00:00.000Z" url="https://supabase.com/blog/supabase-docs-over-ssh">
## Supabase docs over SSH

Browse Supabase docs with grep, find, and cat.
</Release>

<Release date="March 26, 2026" published="2026-03-26T07:00:00.000Z" url="https://supabase.com/blog/navigating-regional-network-blocks">
## Navigating Regional Network Blocks

A look at recent ISP and government-directed blocks of Supabase domains in three regions—what triggered them, how we worked with authorities and customers to restore access, and what multi-tenant platforms can do to prepare.
</Release>

<Release date="March 19, 2026" published="2026-03-19T07:00:00.000Z" url="https://supabase.com/blog/supabase-joins-the-stripe-projects-developer-preview">
## Supabase joins the Stripe Projects developer preview

Supabase is a co-design partner in the Stripe Projects developer preview.
</Release>

<Release date="March 11, 2026" published="2026-03-11T00:00:00.000Z" url="https://supabase.com/changelog">
## Edge Functions rate limits on recursive/nested Edge Functions calls

Introduced rate limits on recursive/nested Edge Functions calls within your project. Rate limiting applies to outbound `fetch()` calls made by Edge Functions to other Edge Functions, including direct recursion, function chaining, circular calls, and fan-out patterns.

**Rate limit budget:** Each request chain has a minimum budget of 5,000 requests per minute. Inbound requests and external API calls are not affected.

**Why introduced:** Recursive function calls were causing increased response times across multiple regions. Based on metrics, the rate limit affects only 0.4% of projects. A guide on avoiding rate limits is available in the docs.
</Release>

<Release date="March 5, 2026" published="2026-03-05T07:00:00.000Z" url="https://supabase.com/blog/log-drains-now-available-on-pro">
## Log Drains: Now available on Pro

Supabase Pro users can now send their Supabase logs to their own logging backend, enabling them to debug in the same place as the rest of their stack.
</Release>

<Release date="March 5, 2026" published="2026-03-05T07:00:00.000Z" url="https://supabase.com/blog/supabase-storage-performance-security-reliability-updates">
## Supabase Storage: major performance, security, and reliability updates

Storage ships a rewritten object listing system, path traversal prevention, idempotent migrations, OpenTelemetry metrics, and fixes for the most common reliability issues.
</Release>

<Release date="February 13, 2026" published="2026-02-13T07:00:00.000Z" url="https://supabase.com/blog/supabase-incident-on-february-12-2026">
## Supabase incident on February 12, 2026

A detailed account of the February 12 outage in us-east-2, what caused it, and the steps we are taking to prevent it from happening again.
</Release>

<Release date="February 10, 2026" published="2026-02-10T07:00:00.000Z" url="https://supabase.com/blog/hydra-joins-supabase">
## Hydra joins Supabase

The Hydra team, maintainers of pg_duckdb, is joining Supabase to focus on Postgres + Analytics and Open Warehouse Architecture.
</Release>

<Release version="2.0" date="February 6, 2026" published="2026-02-06T07:00:00.000Z" url="https://supabase.com/blog/x-twitter-oauth-2-provider">
## X / Twitter OAuth 2.0 is now available for Supabase Auth

You can now add "Sign in with X" to your application using the new X / Twitter (OAuth 2.0) provider in Supabase Auth.
</Release>

<Release date="February 3, 2026" published="2026-02-03T07:00:00.000Z" url="https://supabase.com/blog/bknd-joins-supabase">
## BKND joins Supabase

Dennis Senn, creator of BKND, is joining Supabase to build a Lite offering for agentic workloads.
</Release>

<Release date="February 3, 2026" published="2026-02-03T07:00:00.000Z" url="https://supabase.com/blog/supabase-is-now-an-official-claude-connector">
## Supabase is now an official Claude connector

Connect your Supabase projects to Claude and manage your entire database infrastructure by telling Claude what you need.
</Release>

<Release date="January 27, 2026" published="2026-01-27T07:00:00.000Z" url="https://supabase.com/blog/supabase-privatelink-available">
## Supabase PrivateLink is now available

Connect to your Supabase database without touching the public internet.
</Release>

<Release date="January 21, 2026" published="2026-01-21T07:00:00.000Z" url="https://supabase.com/blog/postgres-best-practices-for-ai-agents">
## Introducing: Postgres Best Practices

We are releasing Agent Skills for Postgres Best Practices to help AI coding agents write high quality, correct Postgres code.
</Release>

<Release date="January 15, 2026" published="2026-01-15T07:00:00.000Z" url="https://supabase.com/blog/read-replicas-vs-bigger-compute">
## When to use Read Replicas vs. bigger compute

A practical guide to diagnosing database slowdowns and choosing between vertical scaling and Read Replicas based on your workload, budget, and performance bottlenecks.
</Release>

<Release date="January 8, 2026" published="2026-01-08T07:00:00.000Z" url="https://supabase.com/blog/introducing-trae-solo-integration">
## Introducing TRAE SOLO integration with Supabase

TRAE IDE now integrates with Supabase, enabling developers to manage their entire backend infrastructure without leaving the IDE. Browse databases, manage storage, configure auth, and more.
</Release>

<Pagination page="1" total-pages="11" total-items="207" next="https://releases.sh/supabase/supabase-changelog.md?page=2" />
