# Supabase changelog
> The open-source Firebase alternative.
- Vendor: Supabase
- Category: Developer Tools
- Official site: https://supabase.com
- Tracked by: What's New (https://whatsnew.fyi/product/supabase)
- Harvested from: GitHub (supabase/supabase)
- Entries below: 10 (newest first)
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
## Releases
### v1.26.07 — Developer Update - July 2026
- Date: 2026-07-09
- Version: v1.26.07
- Original notes: https://github.com/supabase/supabase/releases/tag/v1.26.07
- Permalink: https://whatsnew.fyi/product/supabase/releases/v1.26.07
- **added** — OpenCode integration configures MCP setup to connect agents to Supabase database, Edge Functions, and logs
- **added** — @supabase-labs/tanstack-db syncs TanStack DB collections with Supabase tables over PostgREST and Realtime in alpha
- **added** — Wrappers v0.6.2 adds MongoDB foreign data wrapper to query and join MongoDB collections directly from Postgres
- **fixed** — Wrappers v0.6.2 fixes OpenAPI FDW pagination
- **added** — Multigres supports LISTEN/NOTIFY across pooled connections
- **added** — Realtime Broadcast now sends and receives binary payloads in addition to JSON
- **changed** — Postgres log_connections now defaults to off for new projects on all tiers as of July 9
- **changed** — pg_graphql v1.6.2 ships with GraphQL schema introspection off by default
- **added** — Audit Log Drains are available to stream project audit logs to external destinations
- **added** — Connect copies every environment variable @supabase/server needs in a single click
- **changed** — Self-hosted Docker API external URL now includes the /auth/v1 prefix
- **changed** — Self-hosted Docker default image moves to Postgres 17
Here's everything that happened with Supabase in the last month:
##### OpenCode integrates with Supabase
OpenCode connects your agent to your Supabase database, Edge Functions, and logs. It configures the MCP setup for you.
[Read the blog →](https://supabase.com/blog/agentic-coding-on-supabase-with-opencode)
##### TanStack DB syncs with Supabase
`@supabase-labs/tanstack-db` syncs TanStack DB collections with your Supabase tables over PostgREST and Realtime. It's available in alpha.
[Watch the demo →](https://x.com/supabase/status/2069429278253498562)
##### Wrappers adds a MongoDB foreign data wrapper
Wrappers v0.6.2 lets you query and join MongoDB collections directly from Postgres. It also fixes OpenAPI FDW pagination.
[Read the docs →](https://supabase.com/docs/guides/database/extensions/wrappers/mongodb)
##### Multigres supports LISTEN/NOTIFY across pooled connections
Multigres keeps Postgres LISTEN/NOTIFY working even when connections are pooled away from clients.
[Read the blog →](https://multigres.com/blog/2026-05-24-listen-notify)
##### Realtime Broadcast supports binary payloads
Realtime Broadcast now sends and receives binary payloads in addition to JSON. Binary payloads cut encoding overhead for cases like sensor telemetry and live screenshot streaming.
The Dart, Kotlin, and Python clients don't support binary payloads yet, and older SDK versions silently drop them. Update your client before you rely on it.
[Read the docs →](https://supabase.com/docs/guides/realtime/broadcast)
##### Quick Product Announcements
- Postgres `log_connections` now defaults to off for new projects on all tiers as of July 9, and existing Free and Pro projects are being migrated to the new default. [[GitHub Discussion](https://github.com/orgs/supabase/discussions/47197)]
- `pg_graphql` v1.6.2 ships with GraphQL schema introspection off by default, so enable it per schema if you use GraphiQL or codegen tools. [[GitHub Discussion](https://github.com/orgs/supabase/discussions/46320)]
- Audit Log Drains are available, so you can stream your project's audit logs to an external destination. [[Docs](https://supabase.com/docs/guides/security/platform-audit-logs#accessing-audit-log-drains)]
- Connect copies every environment variable `@supabase/server` needs in a single click. [[Demo](https://x.com/softwarecuddler/status/2067649901811609655)]
- Self-hosted Docker defaults changed: `API_EXTERNAL_URL` now includes the `/auth/v1` prefix, and the default image moves to Postgres 17. [[GitHub Discussion](https://github.com/orgs/supabase/discussions/47093)]
##### Meet the Supabase team
- **Supabase Live:** Building high quality Supabase apps using TRAE. July 22 at 7 pm PT. [[Register](https://supabase.com/events/supabase-trae-high-quality-apps)]
- Supabase x Claude Community Meetup in Dublin. [[Register](https://luma.com/dublin-8-2026-07-meetup)]
- Hangout with the Supabase team during Casual Wednesdays on Discord at 10:00 am PT. [[Join](https://discord.supabase.com/)]
##### Made with Supabase
- Shapeships: A multiplayer browser game using simultaneous-turn mechanics, built on an authoritative Supabase backend. [[Website](https://shapeships.juddmadden.com/)]
- Blind OS: An
_[Truncated at 4000 characters — full notes: https://github.com/supabase/supabase/releases/tag/v1.26.07]_
### v1.26.05 — Developer Update - May 2026
- Date: 2026-05-07
- Version: v1.26.05
- Original notes: https://github.com/supabase/supabase/releases/tag/v1.26.05
- Permalink: https://whatsnew.fyi/product/supabase/releases/v1.26.05
- **added** — Support for custom OAuth2 and OpenID Connect identity providers with PKCE enabled by default
- **changed** — New tables in the public schema are no longer automatically exposed to the Data API and require explicit Postgres grants to be reachable via PostgREST or GraphQL
- **added** — New @supabase/server SDK that handles auth, client creation, CORS, and context injection across runtimes including Edge Functions, Vercel Functions, Deno, Bun, and Cloudflare Workers
- **changed** — Branching without Git is now the default, allowing creation of branches directly from the dashboard without GitHub integration
- **changed** — Data API settings revamped with new per-table and per-function toggles to control PostgREST and GraphQL exposure
- **added** — Wrappers v0.6.0 includes new OpenAPI FDW, Snowflake timeout support, and Clerk CRUD
- **added** — Terraform Provider v1.9.0 adds Edge Functions resource, Edge Functions secrets resource, and network bans data source
- **added** — Supabase Agent Skills, an open-source set of instructions for AI coding agents to build on Supabase correctly
Here's everything that happened with Supabase in the last month:
##### Custom OAuth/OIDC providers for Supabase Auth
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](https://supabase.com/blog/custom-oauth-oidc-providers)]
##### New tables in the public schema are no longer auto-exposed to the Data API
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](https://github.com/orgs/supabase/discussions/45329)]
##### Supabase is now ISO 27001 certified
Supabase is certified to ISO/IEC 27001:2022, covering the information security management system across the entire platform.
[[Blog](https://supabase.com/blog/supabase-is-now-iso-27001-certified)]
##### Stripe Sync Engine moves to Stripe
The Stripe Sync Engine, originally built by Supabase, is now part of the Stripe GitHub org. It is open source and maintained by Stripe going forward.
[[Blog](https://supabase.com/blog/stripe-sync-engine-transfer)]
##### Supabase brand survey
Help shape the direction of Supabase. The brand survey takes a few minutes and closes soon.
[[Take the survey](https://supabase-brand-survey-2026.lovable.app/)]
##### @supabase/server
A new SDK that handles auth, client creation, CORS, and context injection across runtimes. Works on Edge Functions, Vercel Functions, Deno, Bun, and Cloudflare Workers.
[[Blog](https://supabase.com/blog/introducing-supabase-server)] [[Docs](https://supabase.github.io/server/)]
##### Quick Product Announcements
- The Supabase app in the Stripe Marketplace is now generally available. [[Stripe Marketplace](https://marketplace.stripe.com/apps/supabase)]
- Branching without Git is now the default. Create branches directly from the dashboard without a GitHub integration. [[Blog](https://supabase.com/blog/branching-without-git-is-now-the-default)]
- Data API settings revamped: new per-table and per-function toggles let you control which tables are exposed to PostgREST and GraphQL, with a default-privileges switch at project creation. [[Docs](https://supabase.com/docs/guides/database/data-api)]
- The Supabase changelog now has RSS feeds, tag filtering, and a `.md` feed, plus links to copy any entry as Markdown or ask Claude/ChatGPT. [[Changelog](https://supabase.com/changelog)]
- Wrappers v0.6.0 ships with a new OpenAPI FDW, Snowflake timeout support, Clerk CRUD, and several bug fixes. [[GitHub](https://github.com/supabase/wrappers/releases/tag/v0.6.0)] [[Docs](https://fdw.dev/)]
- Supabase Agent Skills: an open-source set of instructions that teach AI coding agents how to build on Supabase correctly. [[Blog](https://supabase.com/blog/supabase-agent-skills)]
- Terraform Provider v1.9.0 adds Edge Functions resource, Edge Function secrets resou
_[Truncated at 4000 characters — full notes: https://github.com/supabase/supabase/releases/tag/v1.26.05]_
### v1.26.04 — Developer Update - April 2026
- Date: 2026-04-09
- Version: v1.26.04
- Original notes: https://github.com/supabase/supabase/releases/tag/v1.26.04
- Permalink: https://whatsnew.fyi/product/supabase/releases/v1.26.04
- **added** — Multigres Kubernetes operator is now open source with direct pod management, zero-downtime rolling upgrades, pgBackRest PITR backups, and OTel tracing
- **added** — GitHub integration is now available on all plans to deploy migrations from main branch via CI/CD
- **added** — Studio now has Fix with Assistant buttons across touchpoints with dropdown to send prompts to Claude or ChatGPT
- **added** — Browser tabs now show exact navigation path for better tab identification
- **added** — Schema Visualiser relation lines are now clickable with tables and columns having context actions and popovers appearing between connected tables
- **added** — Supabase secret keys now have Push Protection on GitHub to block accidental commits
- **added** — Supabase docs are now accessible over SSH with standard Unix tools
- **added** — Supabase joined Stripe Projects developer preview as co-design partner for provisioning and connecting services with automatic credential syncing
Here’s everything that happened with Supabase in the last month:
##### Multigres Operator is now open source

The Multigres Kubernetes operator is now open source, with direct pod management, zero-downtime rolling upgrades, pgBackRest PITR backups, and OTel tracing.
[GitHub](https://github.com/multigres/multigres-operator) | [Twitter](https://x.com/kiwicopple/status/2038996664732516363)
##### GitHub integration on all plans

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](https://github.com/supabase/supabase/pull/44008)
##### Supabase joins the Stripe Projects developer preview

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](https://supabase.com/blog/supabase-joins-the-stripe-projects-developer-preview)
##### Supabase docs over SSH

Browse all Supabase docs with standard Unix tools, or pipe them directly into Claude Code: `ssh supabase.sh setup | claude`.
[Blog](https://supabase.com/blog/supabase-docs-over-ssh)
##### Supabase Security Newsletter

Subscribe to the Supabase security newsletter, sent only when there are important security updates.
[Sign Up](https://supabase.com/security)
##### Quick Product Announcements
- Studio now has "Fix with Assistant" buttons across touchpoints, with a dropdown to send the prompt to Claude or ChatGPT. [Twitter](https://x.com/kiwicopple/status/2033565478073827694)
- Browser tabs now show your exact navigation path so you can tell your tabs apart at a glance. [Twitter](https://x.com/kiwicopple/status/2034956365232509434)
- Supabase secret keys now have Push Protection on GitHub, blocking accidental commits before they land. [Twitter](https://x.com/kiwicopple/status/2033854717793607899)
- Schema Visualiser: relation lines are now clickable, tables and columns have context actions, and popovers appear between connected tables. [Link](https://github.com/supabase/supabase/pull/44023)
##### Made with Supabase
- [Menugo](https://menugo.live/) - AI-powered QR code menu generator for restaurants
- [Gasindex](https://gasindex.ai) - AI voice agents call thousands of businesses to track real-time gas prices in America, with Vision AI and crowdsourced submissions keeping data fresh
- [Guinndex](https://guinndex.ai) - AI voice agents call thousands of businesses to track real-time Guinness prices in Ireland with Vision AI and crowdsourced submissions keeping data fresh
- [Festie](https://festie.live/) - The unofficial Coachella 2026 companion
- [burn0](https://github.com/burn0-dev/burn0) - Track Supabase costs per-request in real time
##### Community Highlights
- [I Dare You to Fact-Check Me: You Need Supabase Before You Build Anything Else with AI](https://limitededitionjonathan.substack.com/p/your-notion-database-isnt-a-database)
- [Supabase in Production: What I Actually Learned Building Real Features](https://www.aozora-developer.me/blog/supabase-backend-article)
- [I Got Surprised By A GitHub Actions Quota. Built A Tool To Make Sure It Never Happens Again](https://dev.to/acrticsludge/i-got-surprised-by-a-github-actions-quota-built-a-tool-to-make-sure-it-never-happens-again-heres-mb3)
- [The Solo Dev Cheat Code: Buildin
_[Truncated at 4000 characters — full notes: https://github.com/supabase/supabase/releases/tag/v1.26.04]_
### v1.26.03 — Developer Update - March 2026
- Date: 2026-03-05
- Version: v1.26.03
- Original notes: https://github.com/supabase/supabase/releases/tag/v1.26.03
- Permalink: https://whatsnew.fyi/product/supabase/releases/v1.26.03
- **added** — Log Drains are now available on Pro tier to send Postgres, Auth, Storage, Edge Functions, and Realtime logs to Datadog, Grafana Loki, Sentry, Axiom, S3, or custom endpoints
- **added** — Documentation pages now include a Copy as Markdown option and direct links to ask ChatGPT and Claude
- **changed** — Storage object listing performance improved up to 14.8x faster on 60M+ row datasets with hybrid skip-scan algorithm and cursor-based pagination replacing the prefixes table and its triggers
- **added** — Edge Functions dashboard is now available for self-hosted and CLI deployments to list, search, view details, test functions, and download as zip
- **added** — Multigres Postgres parser built as 2.5x faster alternative to cgo-based parsers
- **deprecated** — OpenAPI spec access via anon key is deprecated as of March 11, with the /rest/v1/ schema endpoint becoming accessible only via service role or secret API keys
- **added** — Observability Overview page is rolling out
- **added** — Table filters now use AI to describe desired data and automatically apply appropriate Postgres filters
- **added** — Table Editor now allows queuing of inserts, edits, and deletes with Diff View review before committing
- **added** — Supabase plugin for Cursor is now available
- **added** — AI prompts used by the Supabase AI Assistant are now exportable for use in local agents or tools
- **added** — Inline SQL Editor now saves SQL Snippets that can be created, updated, and shared via git in the supabase/snippets folder
- **added** — Command Menu now includes Create and Search shortcuts to create tables, RLS policies, Edge Functions, and Storage buckets
- **added** — Read replicas can now be managed from the database replication page
- **added** — Receipt downloads are now available from the Invoices section in organization billing page
- **fixed** — Storage security fixes close a path traversal vulnerability and prevent orphan objects from direct SQL deletes
Here’s everything that happened with Supabase in the last month:
##### Webinar: Ship Fast, Stay Safe
Learn how top agencies balance velocity with control when using AI coding tools to build production applications on Supabase.
[Register](https://supabase.com/events/agency-webinar-ai-prototyping-production)
##### Logs Drains on Pro
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](https://supabase.com/blog/log-drains-now-available-on-pro)
##### Docs now export to Markdown for AI tools
Every guide on [docs.supabase.com](http://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](https://supabase.com/docs/guides/database/overview)
##### Storage: major performance and security overhaul
Object listing is up to 14.8x faster on 60M+ row datasets. The prefixes table and its 6 triggers are gone, replaced with a hybrid skip-scan algorithm and cursor-based pagination. Security fixes close a path traversal vulnerability and prevent orphan objects from direct SQL deletes.
[Blog Post](https://supabase.com/blog/supabase-storage-performance-security-reliability-updates)
##### Edge Functions dashboard for self-hosted and CLI
List and search your functions, view details, test directly from the dashboard, and download as `.zip`. No longer cloud-only.
[Twitter](https://x.com/kiwicopple/status/2026264137505087826)
##### Multigres Postgres parser: 2.5x faster than the cgo alternative
Built in 8 weeks using Claude Code. A comparable MySQL parser took over a year.
[Blog Post](https://multigres.com/blog/ai-parser-engineering) [Twitter](https://x.com/kiwicopple/status/2019694010244428104)
##### Quick Product Announcements
- ⚠️ Action Required: OpenAPI spec access via anon key deprecated March 11. The `/rest/v1/` schema endpoint will only be accessible via service role or secret API keys after this date. Existing data API usage is unaffected. [GitHub](https://github.com/supabase/supabase/discussions/42949)
- Observability Overview page is rolling out. [Twitter](https://x.com/kiwicopple/status/2017196489798201752)
- Table filters now use AI. Describe what you want to find and the dashboard applies the right Postgres filters. Available under Feature Previews. [Twitter](https://x.com/kiwicopple/status/2019370504944341361) [GitHub](https://github.com/orgs/supabase/discussions/42461)
- Queue table operations in the Table Editor. Stage inserts, edits, and deletes, review in Diff View, then commit with `cmd + s`. [Twitter](https://x.com/kiwicopple/status/2019339958281203769)
- Supabase plugin for Cursor is live. [Twitter](https://x.com/kiwicopple/status/2025954320492171409)
- Copy AI prompts from the dashboard. The same prompts powering the Supabase AI Assistant are now exportable for use in your local agent or tool of choice. [Twitter](https://x.com/kiwicopple/status/2021886071563268188)
- Inline SQL
_[Truncated at 4000 characters — full notes: https://github.com/supabase/supabase/releases/tag/v1.26.03]_
### v1.26.02 — Developer Update - February 2026
- Date: 2026-02-05
- Version: v1.26.02
- Original notes: https://github.com/supabase/supabase/releases/tag/v1.26.02
- Permalink: https://whatsnew.fyi/product/supabase/releases/v1.26.02
- **added** — Supabase PrivateLink is now available to connect your database to AWS resources over private networks using VPC Lattice
- **added** — Query Ethereum directly from Postgres using SQL with the Infura wrapper
- **added** — Supabase is now an official Claude connector to manage your database through Claude
- **added** — Edge Functions now support drag-and-drop zip files to upload entire function bundles
- **added** — SQL snippets save locally in Studio and can be shared via git with your team in the supabase/snippets folder
- **added** — Supabase Assistant helps with database query performance by providing optimization suggestions in the dashboard
- **added** — TRAE SOLO integration with Supabase to manage database, storage, and auth inside ByteDance's AI IDE
- **changed** — pg_graphql will be disabled by default on new projects starting mid-February, and existing projects with zero GraphQL requests will also have it disabled
- **deprecated** — pg_graphql extension will no longer be enabled automatically on new projects, requiring manual enablement if GraphQL is used
Here’s everything that happened with Supabase in the last month:
##### Supabase PrivateLink is now available
Connect your database to AWS resources over private networks. No public internet exposure. Traffic stays within AWS infrastructure using VPC Lattice.
[Blog Post](https://supabase.com/blog/supabase-privatelink-available)
##### Postgres Best Practices for AI Agents
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](https://supabase.com/blog/postgres-best-practices-for-ai-agents)
##### Query Ethereum directly from Postgres
Use SQL to query real-time Ethereum blockchain data with the Infura wrapper.
[View docs](https://fdw.dev/catalog/infura/)
##### Supabase is now an official Claude connector
Connect your Supabase projects to Claude and manage your database by telling Claude what you need.
[Blog Post](https://supabase.com/blog/supabase-is-now-an-official-claude-connector)
##### Vibe coding, done right
Join us for a 45 minute online workshop with Bolt where we’ll walk through several success stories and best practices for introducing vibe coding safely into your company
[Register now](https://supabase.com/events/enterprise-innovation-with-bolt)
##### Free eBook: Using Postgres to its full extent
Manning Publications and Supabase created a free eBook on using Postgres to its full extent—contemporary SQL techniques, full-text search, data types, and avoiding design mistakes that cost performance.
[Download](https://blog.manning.com/mastering-postgresql-accelerate-your-weekend-projects-and-seamlessly-scale-to-millions)
##### Quick Product Announcements
- **Action Required: pg_graphql disabled by default on new projects.** Ships mid-February. New projects won't have pg_graphql enabled automatically. Existing projects with zero GraphQL requests will also have it disabled. If you use GraphQL, manually enable the extension. [GitHub](https://github.com/supabase/supabase/discussions/42180)
- TRAE SOLO integration with Supabase. Manage your database, storage, and auth inside ByteDance's AI IDE. [Blog Post](https://supabase.com/blog/introducing-trae-solo-integration)
- Edge Functions now support drag-and-drop zip files. Upload entire function bundles to migrate between projects. [Docs](https://supabase.com/docs/guides/troubleshooting/transfer-edge-function-from-one-project-to-another)
- SQL snippets save locally in Studio. Share queries via git with your team in `supabase/snippets` folder. [GitHub](https://github.com/supabase/supabase/discussions/42031)
- Supabase Assistant helps with database query performance. Get optimization suggestions directly in the dashboard. [Twitter](https://x.com/kiwicopple/status/2010891332970324393)
- postgrest-js hits 9M weekly downloads. [Twitter](https://x.com/kiwicopple/status/2011429658521452908)
##### Made with Supabase
- **Fanakin** - Organize movies, shows, books, games, and more in one place. Create lists, share your profile, and get AI-powered recommendations based on your taste. [Website](https://fanakin.com/)
_[Truncated at 4000 characters — full notes: https://github.com/supabase/supabase/releases/tag/v1.26.02]_
### v1.26.01 — Developer Update - January 2026
- Date: 2026-01-08
- Version: v1.26.01
- Original notes: https://github.com/supabase/supabase/releases/tag/v1.26.01
- Permalink: https://whatsnew.fyi/product/supabase/releases/v1.26.01
- **added** — Stripe Sync Engine integration directly in the Supabase dashboard for querying customers, subscriptions, invoices, and payments using standard SQL
- **added** — Index Advisor in Table Editor to detect missing indexes in your database
- **added** — Python Type Generation in the CLI
- **added** — Explain/Analyze diagrams in the Supabase Dashboard
- **added** — Three new quick starts in docs for Expo React Native, TanStack Start, and Flask
- **changed** — Data API upgraded to PostgREST v14
- **changed** — Enhanced documentation for the Metrics API with better guidance on streaming database telemetry into Prometheus-compatible observability stacks
Here’s everything that happened with Supabase in the last month:
##### Update on security progress and roadmap
Learn about all the security features we added last year and our 2026 roadmap.
[[Blog Post](https://supabase.com/blog/supabase-security-2025-retro)]
##### Stripe Sync Engine in the Supabase Dashboard
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](https://supabase.com/blog/stripe-sync-engine-integration)]
##### Enhanced docs for the Metrics API
Better guidance on how to stream Supabase database telemetry into any Prometheus-compatible observability stack.
[[Blog Post](https://supabase.com/blog/metrics-api-observability)]
##### Build ChatGPT apps with Supabase and mcp-use
Learn how to build ChatGPT apps that connect to your Supabase database. Use mcp-use, an open source SDK that makes it easy to deploy MCP Servers on Supabase Edge Functions.
[[Blog Post](https://supabase.com/blog/building-chatgpt-apps-with-supabase)]
##### Index Advisor in Table Editor
It’s now much easier to detect missing indexes in your database.
[[Twitter](https://x.com/kiwicopple/status/2008348148226298351?s=20)]
##### Quick Product Announcements
- Supabase is now in the top-100 repos on GitHub. [[Twitter](https://x.com/kiwicopple/status/1998805134994989459?s=20)]
- Data API upgraded to PostgREST v14. [[GitHub](https://github.com/orgs/supabase/discussions/41288)]
- Python Type Generation in the CLI. [[Twitter](https://x.com/kiwicopple/status/2000640863471571400?s=61&t=LYeWTiS-3dSFC1q3Q8q7vw)]
- Three new quick starts in docs for Expo React Native, TanStack Start, and Flask. [[Twitter](https://x.com/dshukertjr/status/2001256973107650586?s=61&t=LYeWTiS-3dSFC1q3Q8q7vw)]
- Explain/Analyze diagrams are now available in the Supabase Dashboard. [[Twitter](https://x.com/kiwicopple/status/2008682511506043086?s=20)]
### 1.25.12 — Developer Update - December 2025
- Date: 2025-12-10
- Version: 1.25.12
- Original notes: https://github.com/supabase/supabase/releases/tag/1.25.12
- Permalink: https://whatsnew.fyi/product/supabase/releases/1.25.12
- **added** — Supabase ETL, a change-data-capture pipeline that continuously replicates data from Supabase Postgres to external destinations, starting with Iceberg, available in private alpha
- **added** — Analytics Buckets, 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
- **added** — Vector Buckets, a specialized bucket type built on Amazon S3 Vectors for cold storage of embeddings with a query engine attached, available in public alpha
- **added** — iceberg-js, a minimal vendor-agnostic JavaScript client for the Apache Iceberg REST Catalog API
- **added** — Supabase Platform, a white-label offering that lets platforms provision and manage fully managed backends on behalf of their users
- **added** — New Auth email templates to handle security-sensitive changes including password changed, email changed, phone number changed, identity linked or unlinked, and multi-factor authentication enrolled or unenrolled
- **added** — OAuth2 provider capability to turn your Supabase project into a full-fledged identity provider
- **added** — Asynchronous streaming support for Postgres Foreign Data Wrappers
- **added** — Support for deploying legacy NodeJS applications as Edge Functions
- **added** — Ability to download Edge Functions from the Supabase CLI without Docker
- **added** — Bulk paste and individual edit functionality for Edge Functions secrets
Here’s everything that happened with Supabase in the last month. Be sure to keep reading for a special gift:
##### Supabase 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](https://supabase.com/blog/introducing-supabase-etl)]
##### Analytics Buckets
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](https://supabase.com/blog/introducing-analytics-buckets)]
##### Vector Buckets
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](https://supabase.com/blog/vector-buckets)]
##### iceberg-js
A minimal, vendor-agnostic JavaScript client for the Apache Iceberg REST Catalog API.
[[Blog Post](https://supabase.com/blog/introducing-iceberg-js)]
##### Supabase Platform
A white-label offering that lets platforms provision and manage fully managed backends on behalf of their users
[[Blog Post](https://supabase.com/blog/introducing-supabase-for-platforms)]
##### New Auth Templates
We now include more email templates to handle security-sensitive changes to you app, including password changed, email changed, phone number changed, identity linked or unlinked, multi-factor authentication enrolled or unenrolled, and more.
[[Blog Post](https://www.supabase.comblog/introducing-seven-new-email-templates-for-auth)]
##### Sign in with [Your App]
You can now turn your project into a full-fledged identity provider. You’ve heard about “Sign in With Google,” now you can build “Sign in With [Your App].” The immediate catalyst for this is that soon you can build MCP servers that use Supabase Auth in your app to authenticate the user.
[[Blog Post](https://www.supabase.com/blog/oauth2-provider)]
##### Supabase power for Amazon Kiro
With these powers for [[Amazon’s Kiro IDE](https://www.kiro.dev/)](https://www.kiro.dev), you can build full-stack applications faster by giving Kiro deep knowledge of your Supabase project, best practices for database migrations, edge functions, and security policies.
[[Blog Post](https://supabase.com/blog/supabase-power-for-kiro)]
##### Supabase in the AWS Marketplace
You can now purchase Supabase through the AWS Marketplace, which means that if your company has an AWS spend-commit you can use it to purchase Supabase.
[[LinkedIn](https://www.linkedin.com/posts/paulcopplestone_you-can-now-purcha
_[Truncated at 4000 characters — full notes: https://github.com/supabase/supabase/releases/tag/1.25.12]_
### 1.25.04 — Developer Update - April 2025
- Date: 2025-05-07
- Version: 1.25.04
- Original notes: https://github.com/supabase/supabase/releases/tag/1.25.04
- Permalink: https://whatsnew.fyi/product/supabase/releases/1.25.04
Here’s everything that happened with Supabase in the last month:
##### Project scoped roles

[Project scoped roles](https://supabase.link/projectscopedroles-project-scoped-roles-apr2025-tg16) 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](https://supabase.link/github-project-scoped-roles-apr2025-k2mz)]
##### MCP Server now works with VS Code

Set up the Supabase MCP server to work with Visual Studio Code.
[[Twitter](https://supabase.link/twitter-mcp-server-vscode-setup-apr2025-0580)]
##### MCP Server can now create and deploy Edge Functions

Use the Supabase MCP server to build Edge Functions.
[[Twitter](https://supabase.link/twitter-mcp-edge-functions-deploy-apr2025-az9v)]
##### Supabase UI Library now includes Infinite Query block

React hook for infinite lists that fetches data from Supabase. Use it for infinite scroll.
[[Link](https://supabase.link/link-supabase-infinite-query-apr2025-23b2)] [[Twitter](https://supabase.link/twitter-supabase-infinite-query-apr2025-ruve)]
##### Supabase UI Library now includes Social Auth

A block to quickly create authentication UI for [all supported social logins](https://supabase.link/allsupportedsociallogins-supabase-ui-social-auth-apr2025-6vae).
[[Link](https://supabase.link/link-supabase-ui-social-auth-apr2025-4fcs)] [[Twitter](https://supabase.link/twitter-supabase-ui-social-auth-apr2025-vmmi)]
##### Quick Product Announcements

- The new Supabase SOC 2 report is available. [[Link](https://supabase.com/features/soc-2-compliance)]
- We published comprehensive documentation about our security processes and controls. [[Docs](https://supabase.link/docs-security-docs-overview-apr2025-5xpu)]
##### Made with Supabase
- Web application for creating and editing AI-generated avatars using OpenAI's DALL-E API. Built with React, TypeScript, and Supabase. [[GitHub](https://supabase.link/github-ai-avatar-creator-apr2025-96xb)]
- Data transformation systems engineered for your needs [[GitHub](https://supabase.link/github-data-transformation-systems-apr2025-tgv8)] [[Website](https://supabase.link/website-data-transformation-systems-apr2025-prei)]
- Command line for finding lines that have specific keywords in Rust . [[GitHub](https://supabase.link/github-rust-cli-keywords-apr2025-byhp)]
##### Community Highlights

- Create a Reusable Team component for your application using Next.js, Supabase, and Shadcn [[Article](https://supabase.link/article-reusable-team-component-apr2025-dsxs)]
- Grocery Tracker App using Vue JS and Supabase [[Article](https://supabase.link/article-grocery-tracker-vue-apr2025-f8uy)]
- Use Supabase MCP in VSCode and Cursor [[Article](https://supabase.link/article-supabase-mcp-vscode-apr2025-u5vp)]
- Supabase WordPress Integration - SupaWP Plugin [[Article](https://supabase.link/article-supabase-wordpress-plugin-apr2025-njvx)]
- Implementing multi-tenancy into a Supabase app with Clerk [[Article](https://supabase.link/article-multi-tenancy-supabase-clerk-apr2025-4aza)]
- Build This Self-Expa
_[Truncated at 4000 characters — full notes: https://github.com/supabase/supabase/releases/tag/1.25.04]_
### 1.25.03 — Developer Update - March 2025
- Date: 2025-04-08
- Version: 1.25.03
- Original notes: https://github.com/supabase/supabase/releases/tag/1.25.03
- Permalink: https://whatsnew.fyi/product/supabase/releases/1.25.03
Here’s a recap of everything we announced during Launch Week and the month of March:
##### Supabase MCP Server

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](https://supabase.link/link-supabase-mcp-server-mar2025-67zo)] [[GitHub](https://supabase.link/github-supabase-mcp-launch-mar2025-o0h9)]
##### Supabase UI Library
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:
- [Password-based authentication](https://supabase.link/password-basedauthentication-password-authentication-guide-mar2025-cw5l)
- [File Upload Dropzone](https://supabase.link/fileuploaddropzone-file-upload-dropzone-mar2025-hfeq)
- [Realtime Cursor Sharing](https://supabase.link/realtimecursorsharing-realtime-cursor-sharing-mar2025-baf8)
- [Current User Avatar](https://supabase.link/currentuseravatar-current-user-avatar-mar2025-6tay)
- [Realtime Avatar Stack](https://supabase.link/realtimeavatarstack-realtime-avatar-stack-mar2025-ut53)
- [Realtime Chat](https://supabase.link/realtimechat-realtime-chat-feature-mar2025-4xwk)
[[Link](https://supabase.link/link-supabase-ui-library-mar2025-sy2o)]
##### Supabase Studio Improvements
We shipped a number of Supabase Studio improvements and new features. Here’s a quick rundown of what’s new:
- **Tabs!**: The Table Editor and SQL Editor now have tabs!
- **Customizable Reports**: create reports to show data exactly how you want to see it
- **SQL Blocks in Custom reports**: use SQL Snippets in blocks inside your custom reports
- **Inline SQL Editor**: use a mini SQL Editor anywhere in the Dashboard
- **Multiple AI Assistant chats**: maintain history of your Assistant chats
- **Logs improvements**: more detailed inspect panel, and stacked charts
[[Link](https://supabase.link/link-supabase-studio-updates-mar2025-3pej)] [[GitHub](https://supabase.link/github-supabase-studio-updates-mar2025-0w2r)]
##### Edge Functions Deploy from the Supabase Dashboard
You can now create, test, edit, and deploy Supabase Edge Functions directly from the Supabase Dashboard.
[[Link](https://supabase.link/link-edge-functions-deploy-dashboard-mar2025-8ttw)]
##### Realtime Broadcast from Database

Send messages based on changes in the Database, directly from the Database itself. Scale to support sending Database change messages to tens of thousands of users.
[[Link](https://supabase.link/link-realtime-database-broadcast-mar2025-08p2)]
##### Declarative Schemas

Use declarative schemas to define your database structure in a clear, centralized, and version-controlled manner.
[[Link](https://supabase.link/link-declarative-schemas-database-mar2025-vlqf)]
##### Postgres Language Server

Postgres Language Server provides a collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL toolin
_[Truncated at 4000 characters — full notes: https://github.com/supabase/supabase/releases/tag/1.25.03]_
### 1.25.02 — Developer Update - February 2025
- Date: 2025-03-07
- Version: 1.25.02
- Original notes: https://github.com/supabase/supabase/releases/tag/1.25.02
- Permalink: https://whatsnew.fyi/product/supabase/releases/1.25.02
Here’s everything that happened with Supabase in the last month:
##### Deploy Edge Functions from the Supabase dashboard

Write your Edge Function in the dashboard using the AI Assistant and deploy it directly.
[[Link](https://supabase.link/link-deploy-edge-functions-feb2025-riur)]
##### Deploy Edge Functions from the CLI

Write your Edge Function locally and deploy it using the CLI and without having to install Docker.
[[Link](https://supabase.link/link-deploy-edge-functions-feb2025-vjje)] [[GitHub](https://supabase.link/github-deploy-edge-functions-feb2025-ke1x)]
##### 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](https://supabase.link/link-deploy-edge-functions-feb2025-k76n)] [[GitHub](https://supabase.link/github-deploy-edge-functions-feb2025-be3l)]
##### Connect AI tools and LLMs to Supabase

We’ve published documentation on how to use the Model Context Protocol (MCP) to connect external AI tools to Supabase. Use natural language commands to perform operations in Supabase.
[[Link](https://supabase.link/link-connect-ai-supabase-feb2025-nwod)] [[Docs](https://supabase.link/docs-connect-ai-tools-supabase-feb2025-nkno)]
##### Third-party Auth is now less expensive

We’ve increased the MAU quota for using third-party authentication providers so it’s easier (and more cost-effective) to start using Supabase with an existing project that uses another auth provider.
[[Link](https://supabase.link/link-third-party-auth-costs-feb2025-ztkm)]
##### New billing documentation

Better explanations for how bills are computed, upgrading/downgrading subscriptions, and concepts such as Credits or Spend Caps.
[[Docs](https://supabase.link/docs-billing-explanations-updates-feb2025-r7cc)]
##### Using Postgres as a Graph Database

pgRouting is a Postgres extension that can be used to add basic graph functionality to Postgres.
[[Blog Post](https://supabase.link/blogpost-postgres-graph-database-feb2025-tv92)]
##### Quick Product Announcements
- Invoke the SQL Editor from anywhere in the Supabase Dashboard [[Link](https://supabase.link/link-sql-editor-invoke-feb2025-qm5g)]
- Read HubSpot data from within Postgres using the new FDW [[Link](https://supabase.link/link-hubspot-postgres-fdw-feb2025-5xbp)]
- Read Notion data from within Postgres using the new FDW [[Link](https://supabase.link/link-notion-data-postgres-feb2025-ndhi)]
##### Made with Supabase
- Stripe SaaS OSS with Supabase. Launch Full-Stack Apps 100x Easier.[[GitHub](https://supabase.link/github-stripe-saas-supabase-feb2025-3d9b)] [[YouTube](https://supabase.link/youtube-stripe-saas-supabase-feb2025-z0id)]
- Atomic CRM. The Open-Source CRM Toolkit for Personalized Solutions [[](https://supabase.link/-atomic-crm-toolkit-feb2025-r8u9)[GitHub](https://supabase.link/github-atomic-crm-toolkit-feb2025-yuhn)] [[Website](https://supabase.link/website-atomic-crm-toolkit-feb2025-ctnu)]
- GymBrah. Run your fitness business without chaos [[GitHub](https://supabase.link/gi
_[Truncated at 4000 characters — full notes: https://github.com/supabase/supabase/releases/tag/1.25.02]_