---
name: Supabase
slug: supabase
type: github
source_url: https://github.com/supabase/supabase
organization: Supabase
organization_slug: supabase
total_releases: 28
latest_version: v1.26.05
latest_date: 2026-05-07
last_updated: 2026-06-23
tracking_since: 2020-07-02
canonical: https://releases.sh/supabase/supabase
organization_url: https://releases.sh/supabase
---

<Summary type="rolling" window-days="90" release-count="3">
Supabase shifted focus toward enterprise infrastructure and AI-native workflows. Log Drains graduated to the Pro tier, enabling flexible observability routing to platforms like Datadog and Grafana Loki. PrivateLink arrived for AWS environments, keeping database traffic off the public internet through VPC Lattice. The platform also deepened AI integration—publishing Postgres best practices for code generation tools and shipping a one-click Stripe Sync Engine directly in the dashboard, turning external SaaS data into queryable SQL tables.
</Summary>

<Summary type="monthly" period="February 2026" release-count="1">
Network isolation moved forward with PrivateLink launching on AWS, letting developers keep database traffic within VPC boundaries instead of routing through public internet. Separately, the team shipped Postgres best practices guidance for AI code generation tools—30 rules across 8 categories to help Claude, Cursor, and GitHub Copilot write correct queries—and added the ability to query Ethereum directly from Postgres.
</Summary>

<Release version="v1.26.05" date="May 7, 2026" published="2026-05-07T23:45:42.000Z" url="https://github.com/supabase/supabase/releases/tag/v1.26.05">
## Developer Update - May 2026

Here's everything that happened with Supabase in the last month:

## Custom OAuth/OIDC providers for Supabase Auth

<img width="1200" height="630" alt="customoidcproviders" src="https://github.com/user-attachments/assets/97a1bc92-f8a9-4bf4-894d-ede6a762ab2b" />

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

<img width="1200" height="630" alt="schematables" src="https://github.com/user-attachments/assets/e4b0c2dc-8c7b-4361-b2fb-6eb48ff6d098" />

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

<img width="1200" height="630" alt="security" src="https://github.com/user-attachments/assets/34e5e97f-af0c-46f8-86b8-db09267c0b6f" />

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

<img width="1200" height="630" alt="stripesyncenginethumb" src="https://github.com/user-attachments/assets/3597cc93-7da2-4d0f-875c-eb1185997d8d" />

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

<img width="2400" height="1260" alt="baseline-brand-survey" src="https://github.com/user-attachments/assets/8cd9c5de-bb4a-4eb5-905d-c1baefbe24ff" />

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

<img width="1200" height="630" alt="LinkedIn   X (1)" src="https://github.com/user-attachments/assets/0c97bc2d-e4d3-47c4-bee0-9611a3ad0370" />

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 resource, and a network bans data source. [[Docs](https://registry.terraform.io/providers/supabase/supabase/latest/docs)]

## Made with Supabase

- Replist: Track your repertoire, sharpen your practice, and connect with the musicians you play with. [[Website](https://www.replistapp.com/)]
- Grepture: Trace, evaluate, and protect every LLM call. Drop-in SDK. 80+ detection rules. [[Website](https://grepture.com/)]
- Causo: Agents that connect you with best fit partners at VCs. [[Website](https://causo.ai/)]
- Screenfully: An app demo creator on your phone. No need to connect to a Mac. [[Website](https://screenfully.app/)]
- Anamap: Cartos by Anamap is an AI agent that investigates your dashboards, site behavior, and code releases to find the root cause of metric drops in plain English. [[Website](https://anamaps.com/)]
- Crewform: Build your AI team with Crewform. Orchestrate specialized, autonomous agents to collaborate on complex tasks and connect outputs to your stack. [[GitHub](https://github.com/CrewForm/crewform)]

## Community Highlights

- The Supabase GitHub repo hit 100K stars and 8 million developers. [[Blog](https://supabase.com/blog/100000-github-stars)]
- Introducing the OSSCAR: An index of the fastest-growing open-source orgs. [[Blog](https://supabase.com/blog/introducing-osscar-index)]
- The State of Startups 2026 survey is still open. [[Survey](http://www.supabase.com/state-of-startups)]
- How I Scaled My NextJS + Supabase App to 25,000 Users [[YouTube](https://www.youtube.com/watch?v=k-ETON-f7Sw)]
- Stop Building Custom Auth — Auth0 vs Supabase: One Saved Us 3 Months of Engineering Work [[Blog](https://medium.com/@ArkProtocol1/stop-building-custom-auth-auth0-vs-supabase-one-saved-us-3-months-of-engineering-work-756c4ecf3722)]
</Release>

<Release version="v1.26.04" date="April 9, 2026" published="2026-04-09T14:38:08.000Z" url="https://github.com/supabase/supabase/releases/tag/v1.26.04">
## Developer Update - April 2026

Here’s everything that happened with Supabase in the last month:

## Multigres Operator is now open source

![multigresoperator](https://github.com/user-attachments/assets/a6ef072e-991d-4213-a7ba-ac036a2798d5)

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

![githubintegration](https://github.com/user-attachments/assets/a6cb5af1-0085-4534-9a89-1434d89861f8)

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

![stripesyncenginesocial](https://github.com/user-attachments/assets/85e9c873-5755-4afe-8aab-95fab01e9949)

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

![supabasedocsoverssh](https://github.com/user-attachments/assets/e4c3bd43-3732-47cc-a398-5782f3837d69)

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

![securitynewsletterog](https://github.com/user-attachments/assets/652cc1e4-238b-429e-8277-2d474d5bad91)

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: Building Fast with Next.js, Supabase, and Vercel in 2026](https://dev.to/brighto7700/the-solo-dev-cheat-code-building-fast-with-nextjs-supabase-and-vercel-in-2026-7e4)
</Release>

<Release version="v1.26.03" date="March 5, 2026" published="2026-03-05T18:43:08.000Z" url="https://github.com/supabase/supabase/releases/tag/v1.26.03">
## Developer Update - March 2026

Here’s everything that happened with Supabase in the last month:

## Webinar: Ship Fast, Stay Safe

<img width="1200" height="675" alt="agencywebinar" src="https://github.com/user-attachments/assets/9509cf35-07fa-4275-9d48-5f4a1c35d688" />

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

<img width="1200" height="630" alt="logdrainsonproog" src="https://github.com/user-attachments/assets/9675896f-f6f0-4f02-9878-d50de657433c" />

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

<img width="1152" height="662" alt="docsog" src="https://github.com/user-attachments/assets/0be1b375-1072-4581-a747-1a81be10030d" />

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

<img width="1200" height="630" alt="storagethumb" src="https://github.com/user-attachments/assets/b006f02a-6bff-4d35-abda-b4b4ce1a2244" />

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

<img width="1200" height="630" alt="edgefunctionsog2" src="https://github.com/user-attachments/assets/69bd2d15-a50b-4c60-b053-27c98b36b15c" />

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

<img width="1200" height="630" alt="postgresparserog" src="https://github.com/user-attachments/assets/de2868f2-33fb-4eeb-98be-dfda0f6d0bad" />


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 Editor saves SQL Snippets. Create and update snippets from Studio. Share via git in the `supabase/snippets` folder. [GitHub](https://github.com/supabase/supabase/discussions/42031)
- Command Menu gets Create and Search shortcuts. Hit `cmd + k` to create tables, RLS policies, Edge Functions, and Storage buckets — or jump directly to an existing one. [Twitter](https://x.com/kiwicopple/status/2020922098311684461)
- Read replicas now managed from the database replication page. Rolling out gradually — if you manage read replicas, look in Database settings.
- Receipt downloads now available. Download receipts from the Invoices section in your org billing page.

## Made with Supabase

- A purpose-built tool for running powerful affiliate and referral campaigns. [Website](https://winwinkit.com/)
- Supabase x YCombinator Hackathon winner: An AI Agent Personal Trainer [Website](https://proximafitness.com/)
- AI video production for professionals [Website](https://www.martini.film/)
- Generate APA citation-ready references from a URL or DOI in seconds [Website](https://apacitationgenerator.online/)
- SupaClaw - A basic version of OpenClaw but built entirely on Supabase built-in features [GitHub](https://github.com/vincenzodomina/supaclaw)

## Community Highlights

- Supabase is sponsoring Postgres Conference 2026. Deepthi and Sugu are speaking on Multigres: horizontal scalability and intelligent sharding for Postgres. April 21-23 in San Jose. Use code `2026_SUPABASE20` for 20% off. [Register](https://postgresconf.org/conferences/postgresconf_2026)
- Codepup AI launched Supabase integration. Build a complete web app with a real Supabase backend — auto-generated, tested, and fixed by AI in under 30 minutes. [Blog Post](https://www.codepup.ai/blog/codepup-ai-supabase-integration)
- BKND joins Supabase. Dennis Senn, creator of BKND, is joining to build a Lite offering for agentic workloads. BKND stays open source. [Blog Post](https://supabase.com/blog/bknd-joins-supabase)
- Hydra joins Supabase. Joe Sciarrino, co-creator of Hydra, is joining to build Supabase Warehouse: an open data warehouse architecture for developers. Hydra co-developed `pg_duckdb`, which accelerates analytics queries on Postgres by over 600x. [Blog Post](https://supabase.com/blog/hydra-joins-supabase)
- Getting Started with Supabase - Official Guide [YouTube](https://www.youtube.com/watch?v=i_bPeTZVlg0&pp=ygUIc3VwYWJhc2U%3D)
- Supabase on Observable Flutter - Episode [YouTube](https://www.youtube.com/live/4dCdCamVBHk?si=yqQuahnuiKPbpJn5)
- Inside Supabase Edge Functions: How Serverless Magic Actually Works [Blog](https://dev.to/krish_kakadiya_5f0eaf6342/inside-supabase-edge-functions-how-serverless-magic-actually-works-2m1p)
- Unlocking Scalable Backend Development: Why Supabase and Node.js are Revolutionizing Modern Applications in 2026 [Blog](https://medium.com/%40muhammadfaizanali18/unlocking-scalable-backend-development-why-supabase-and-node-js-c2bd2ab7eb36)
- Adding GitHub, Google, and X Login to Next.js 15 with Supabase Auth [Blog](https://dev.to/mukitaro/adding-github-google-and-x-login-to-nextjs-15-with-supabase-auth-2mj8)
</Release>

<Release version="v1.26.02" date="February 5, 2026" published="2026-02-05T21:38:22.000Z" url="https://github.com/supabase/supabase/releases/tag/v1.26.02">
## Developer Update - February 2026

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

## Supabase PrivateLink is now available

<img width="1200" height="630" alt="og" src="https://github.com/user-attachments/assets/6544e9d2-aab8-4410-8800-9f2854b7c287" />

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

<img width="1200" height="630" alt="og 2" src="https://github.com/user-attachments/assets/7f79bda6-0140-4f3e-b13e-3e156b940d54" />

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

<img width="1200" height="630" alt="og (1)" src="https://github.com/user-attachments/assets/fb470e64-48b1-4892-a4e1-3c196f558c94" />

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

<img width="1200" height="630" alt="generate-og (3)" src="https://github.com/user-attachments/assets/e355da54-b321-4abc-870d-857623f8f1c4" />

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

<img width="1200" height="630" alt="og (2)" src="https://github.com/user-attachments/assets/5811d2ad-3c67-42aa-8405-9bb2b2ef90ba" />

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

<img width="6000" height="2425" alt="free-ebook" src="https://github.com/user-attachments/assets/fc4b20e4-68af-4521-ae7c-dfd20ee9fd7c" />

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/)
- **PolicyCheck** - Free client-side security analysis for your Supabase project. See what's exposed through your public API with just your anon key or user authenticated mode. [Website](https://policycheck.nocodetalks.co/)
- **Renamify** - AI-powered bulk file renaming with 99% accuracy. Rename hundreds of photos instantly with intelligent, descriptive names. Built to make the web more accessible. [Website](https://renamify.co/)

## Community Highlights

- Supabase becomes a Tailwind partner. [Announcement](https://x.com/supabase/status/2009563830326558885)
- New contributor site launched at [supabase.com/contribute](http://supabase.com/contribute). Search issues across GitHub, Reddit, and Discord filtered by technology. [Visit Site](https://supabase.com/contribute)
- SupaSquad community program now open. Join as a Contributor, Content Creator, Trusted Host, or Event Speaker. Get early access to features, partner deals, and direct team access. [Apply Now](https://supabase.com/open-source/contributing/supasquad)
</Release>

<Release version="v1.26.01" date="January 8, 2026" published="2026-01-08T15:46:04.000Z" url="https://github.com/supabase/supabase/releases/tag/v1.26.01">
## Developer Update - January 2026

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

## Update on security progress and roadmap

<img width="2400" height="1600" alt="security-roadmap" src="https://github.com/user-attachments/assets/00029fc8-7fb8-4497-baa5-86d8ff2e4666" />

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

<img width="1200" height="800" alt="stripe-sync-engine" src="https://github.com/user-attachments/assets/9edf8e30-f9a6-445d-b300-31daa7e29a5a" />

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

<img width="1200" height="800" alt="metrics-api" src="https://github.com/user-attachments/assets/f295d671-48d0-4735-b004-68377641eeaa" />

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

<img width="1200" height="800" alt="chatgt-mcp-use" src="https://github.com/user-attachments/assets/3e8a9d51-4b2e-429d-9328-59547e3262b3" />

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

<img width="1200" height="800" alt="index-advisor" src="https://github.com/user-attachments/assets/ff5f78ad-0cb8-49de-87bd-87e6c68be5ab" />

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)]
</Release>

<Release version="1.25.12" date="December 10, 2025" published="2025-12-10T12:17:15.000Z" url="https://github.com/supabase/supabase/releases/tag/1.25.12">
## 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
<img width="1200" height="800" alt="etl" src="https://github.com/user-attachments/assets/a17b80a0-335a-4b18-bc72-2ba4a8493024" />
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
<img width="1200" height="800" alt="analyticsbuckets" src="https://github.com/user-attachments/assets/13f0defe-1dbc-4af0-80aa-4fff91b3d910" />
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
<img width="1200" height="800" alt="vector" src="https://github.com/user-attachments/assets/30c0bbf4-703a-4f74-9845-de077ea63cee" />
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
<img width="1200" height="800" alt="icebergjs" src="https://github.com/user-attachments/assets/741bb2d5-1b00-42f4-b0ba-d9691065fcc3" />
A minimal, vendor-agnostic JavaScript client for the Apache Iceberg REST Catalog API.

[[Blog Post](https://supabase.com/blog/introducing-iceberg-js)]

## Supabase Platform
<img width="2400" height="1600" alt="supabaseplatform" src="https://github.com/user-attachments/assets/8fd239d9-6508-4019-a314-8851fc564866" />
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
<img width="1200" height="630" alt="auth-templates" src="https://github.com/user-attachments/assets/77a149c0-b826-4cdd-aa04-219834a3d903" />
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]
<img width="2400" height="1600" alt="signinwithyourapp" src="https://github.com/user-attachments/assets/6bbac187-90e8-4487-bf71-a61664f9d91e" />
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
<img width="1200" height="800" alt="kiro" src="https://github.com/user-attachments/assets/814453a1-d27c-4756-8a3f-139c3c095b01" />
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
<img width="1200" height="800" alt="awsmarketplace" src="https://github.com/user-attachments/assets/c1484935-56b3-42f4-820a-dbad513f85a1" />
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-purchase-supabase-through-the-activity-7392589414666792960-PAvn)]

## Quick Product Announcements

- We’ve added asynchronous streaming to Postgres Foreign Data Wrappers. [[Blog Post](https://www.supabase.com/blog/adding-async-streaming-to-pg-fdw)]
- We now support deploying legacy NodeJS applications as Edge Functions.
- You can now download Edge Functions from the Supabase CLI without Docker.
- You can now bulk paste and edit individual secrets for Edge Functions.
</Release>

<Release version="1.25.04" date="May 7, 2025" published="2025-05-07T09:43:44.000Z" url="https://github.com/supabase/supabase/releases/tag/1.25.04">
## Developer Update - April 2025

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

## Project scoped roles
![project-scoped-roles](https://github.com/user-attachments/assets/95d1cf7b-6622-4817-85ed-ff32e826e61a)

[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
![mcp-server-now-works-with-vs-code](https://github.com/user-attachments/assets/b488e878-bd2c-40e0-8d90-cb762842819b)

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
![mcp-server-can-now-create-and-deploy-edge-functions](https://github.com/user-attachments/assets/bb07ecf5-432b-49b1-9e77-437fa16d8035)

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
![supabase-ui-library-now-includes-infinite-query-block](https://github.com/user-attachments/assets/87c12f62-5243-4186-9322-3c21f0118f93)

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
![supabase-ui-library-now-includes-social-auth](https://github.com/user-attachments/assets/c88cd048-39f4-4c8b-8a0b-712439a4cd3e)

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
![image](https://github.com/user-attachments/assets/bc55dcd6-d819-4f1f-a6fb-37fb16818c6f)

- 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
![community-highlights](https://github.com/user-attachments/assets/fc42f92d-901b-4796-9a19-448b95e1fd95)

- 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-Expanding YouTube-Powered AI Agent Knowledge Base (n8n + Supabase) [[YouTube](https://supabase.link/youtube-self-expanding-ai-apr2025-zvzn)]
- Custom SMTP for Supabase Email Authentication | Complete Setup + Testing [[YouTube](https://supabase.link/youtube-custom-smtp-supabase-apr2025-od4h)]
- AI Chatbot That Remembers You! (n8n + Supabase + WhatsApp) [[YouTube](https://supabase.link/youtube-ai-chatbot-remembering-apr2025-t09w)]
- Building a MCP-Powered Task Manager Agent with Agno and Supabase: A Step-by-Step Guide [[Article](https://supabase.link/article-mcp-task-manager-apr2025-pc21)]
- How to Build an App From SCRATCH with Lovable + Supabase [[YouTube](https://supabase.link/youtube-build-app-scratch-apr2025-k9xh)]
</Release>

<Release version="1.25.03" date="April 8, 2025" published="2025-04-08T20:27:25.000Z" url="https://github.com/supabase/supabase/releases/tag/1.25.03">
## 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](https://github.com/user-attachments/assets/8fe72d08-6d56-41fa-9be2-3f21125d64cf)

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

<img width="1200" alt="lw14-ui-email" src="https://github.com/user-attachments/assets/92bbf147-626d-4501-955a-3122edece47d" />


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

<img width="1200" alt="lw14-dashboard-updates-email" src="https://github.com/user-attachments/assets/d303d9e2-50e5-4220-a9c2-99a46f85cffa" />

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

<img width="1200" alt="lw14-dashboard-updates-email" src="https://github.com/user-attachments/assets/23a51ab6-4d1c-4fae-acf4-cd13f6e8b646" />

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

![lw14-realtime-database-email](https://github.com/user-attachments/assets/9ce0bbac-80ea-4006-988c-ef791ce9ab98)

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

![lw14-declarative-schemas-email](https://github.com/user-attachments/assets/0e95408a-c797-4a0d-ae88-3cf17909c98f)

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

![lw14-pls-email-black](https://github.com/user-attachments/assets/641beeef-3d37-4bf2-b0df-4ecef2efcded)

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 tooling. Today, we support autocompletion, syntax error highlighting, type-checking, and a linter.

[[Link](https://supabase.link/link-postgres-language-server-tools-mar2025-2ple)]

## Quick Product Announcements

![image](https://github.com/user-attachments/assets/b9d1f605-998a-47ce-b9e2-05c6c877e572)

- We expanded our official Third-party Auth integrations to include [Clerk](https://supabase.link/clerk-third-party-auth-clerk-mar2025-hlnq).  We also made Third-party Auth cheaper so that it has pricing parity with Supabase Auth. [[Link](https://supabase.link/link-third-party-auth-clerk-mar2025-qu0z)]
- We have added Deno 2.1 support for Supabase Edge Runtime. With Deno 2.1, you can use built-in tools to scaffold a new project, manage dependencies, run tests, and lints. [[Link](https://supabase.link/link-deno-2-1-support-mar2025-j2ee)]
- You can now automate generation and updates of embeddings in your database. [[Link](https://supabase.link/link-automate-embeddings-updates-mar2025-o0r1)] [[Docs](https://supabase.link/docs-automate-embeddings-updates-mar2025-mtlt)]
- Geo-aware routing for Supabase API Load Balancer optimizes requests performance for your globally distributed users. [[Link](https://supabase.link/link-geo-aware-routing-mar2025-31v5)]
- Dedicated Poolers are now available in Supabase for everyone on the Pro Plan and above. [[Blog](https://supabase.link/blog-dedicated-poolers-pro-mar2025-lvvf)] [[Link](https://supabase.link/link-dedicated-poolers-available-mar2025-0tgw)]
- The Supabase docs now support type hints. [[Link](https://supabase.link/link-supabase-type-hints-mar2025-822n)]

## Launch Week Hackathon Winners

![lw14-hackathon-winners-email](https://github.com/user-attachments/assets/05fe2577-87ac-4254-bba9-49c35b37fb08)

- AI RPG - An Interactive storytelling platform that enables players to create and play through AI-generated narrative adventures. [[Tweet](https://supabase.link/tweet-ai-rpg-narratives-mar2025-q8uf)]
- AI Travel Concierge - An app that helps you travel by suggesting destinations and attractions and planning them. [[Tweet](https://supabase.link/tweet-ai-travel-assistant-mar2025-p6cy)]
- CiteAnalytics - A web analytics tool that tracks when LLM visits your website. [[Tweet](https://supabase.link/tweet-citeanalytics-llm-tracking-mar2025-ujpb)]
- play.theplaylist - Create YouTube playlists with an interactive UI and easily share it with friends. [[Tweet](https://supabase.link/tweet-create-youtube-playlists-mar2025-bkcf)]
- sendit - A social media content creation tool to refine posts using AI. [[Tweet](https://supabase.link/tweet-sendit-ai-tool-mar2025-113z)]
- StoryTime - Generate educational stories for kids using AI. [[Tweet](https://supabase.link/tweet-storytime-ai-stories-mar2025-cvwt)]
- Supabadge - Generate your own beautiful Supabase event badge! [[Tweet](https://supabase.link/tweet-supabadge-generate-event-mar2025-q7so)]
- SupaQuery - Supabase SQL editor with Vim support. [[Tweet](https://supabase.link/tweet-supaquery-sql-vim-mar2025-gxm8)]
- QuickAudit - An app that logs every DB change (INSERT/UPDATE/DELETE) for auditing. [[Tweet](https://supabase.link/tweet-quick-audit-db-logs-mar2025-mwid)]
- Today’s Diary - A diary app with a minimalistic UI that lets you exchange diary entries with another random user every day. [[Tweet](https://supabase.link/tweet-diary-app-exchange-mar2025-p5nq)]

## Made with Supabase

- MagiCan - Finalist of our Lovable x Supabase hackathon. An infinite canvas platform that revolutionizes collaborative storytelling and project planning with advanced AI capabilities. [[Website](https://supabase.link/website-magican-finalist-hackathon-mar2025-ligv)]
- Next.js + Stripe + Supabase A Production-Ready Template - Start building with authentication and payments in minutes. [[GitHub](https://supabase.link/github-nextjs-stripe-supabase-mar2025-5jfb)] [[Website](https://supabase.link/website-nextjs-stripe-supabase-mar2025-5qu1)]
- Hono Supabase Auth Example - This example shows how to use Supabase Auth both on the client and server side with Hono. [[GitHub](https://supabase.link/github-hono-supabase-auth-mar2025-zy9i)]
- Discover exactly when you can achieve financial independence with FireCalculator a precision calculator and visualization tools. [[Website](https://supabase.link/website-financial-independence-timing-mar2025-ncs5)]

## Community Highlights

- Implementing multi-tenancy into a Supabase app with Clerk [[Link](https://supabase.link/link-multi-tenancy-supabase-clerk-mar2025-3vfc)]
- Supabase Just Dropped Their Own Fullstack UI Library! [[YouTube](https://supabase.link/youtube-supabase-ui-library-mar2025-uy13)]
- Generating and Storing Google Gemini Embeddings with Vercel AI SDK and Supabase [[Link](https://supabase.link/link-google-gemini-embeddings-mar2025-kidk)]
- Secure Your Next.js App: Email & Google Authentication with Supabase, PostgreSQL RLS, and Triggers  [[Link](https://supabase.link/link-secure-nextjs-authentication-mar2025-olom)]
- Supabase just dropped an official MCP Server [[YouTube](https://supabase.link/youtube-supabase-mcp-server-launch-mar2025-yy9s)]
</Release>

<Release version="1.25.02" date="March 7, 2025" published="2025-03-07T21:43:28.000Z" url="https://github.com/supabase/supabase/releases/tag/1.25.02">
## 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](https://github.com/user-attachments/assets/8e327a4c-ca78-4528-bb66-4175abe396dd)

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

![deploy-edge-functions-from-the-cli](https://github.com/user-attachments/assets/27a2f6a7-8c69-494b-a363-d48dd3fc9b77)

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

![deploy-edge-functions-using-the-api](https://github.com/user-attachments/assets/b38ccee8-5dc0-4a06-87a1-690be64916a8)

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

![connect-ai-tools-and-llms-to-supabase](https://github.com/user-attachments/assets/213684a4-a7e4-491f-92a9-5b76f26644e3)

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

![third-party-auth-is-now-a-lot-cheaper](https://github.com/user-attachments/assets/a03fd89b-c152-4c4c-8b48-bbd5368d0fcf)

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

![new-billing-documentation](https://github.com/user-attachments/assets/94cc8c13-1a17-455c-8cff-41375f3441c5)

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

![using-postgres-as-a-graph-database](https://github.com/user-attachments/assets/f308c5a1-7c97-44f9-bc6c-dce5760aefdd)

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/github-gymbrah-fitness-business-feb2025-t4zq)][[Website](https://supabase.link/website-gymbrah-fitness-business-feb2025-ohtd)]
- SQL Noir. Learn SQL by solving crimes [[GitHub](https://supabase.link/github-sql-noir-crimes-feb2025-yd7i)] [[Website](https://supabase.link/website-sql-noir-crimes-feb2025-yo87)]

## Community Highlights

- Global Community Meetups [[Sign up here](https://supabase.link/signuphere-global-community-meetups-feb2025-b2ki)]
- The easiest way to get started selling SaaS with Polar [[Repo](https://supabase.link/repo-sell-saas-polar-feb2025-osfi)]
- Supabase 2025 Full Free Course [[YouTube](https://supabase.link/youtube-supabase-free-course-feb2025-dqke)]
- Build the Reddit Clone with Supabase [[YouTube](https://supabase.link/youtube-reddit-clone-supabase-feb2025-jzl5)]
- How to Use Cursor Agent and Supabase to Maximize Productivity [[YouTube](https://supabase.link/youtube-cursor-agent-supabase-feb2025-052q)]
- Multilingual transcription Telegram bot using Supabase and ElevenLabs Scribe API [[Demo](https://supabase.link/demo-multilingual-transcription-bot-feb2025-tg0b)][[YouTube](https://supabase.link/youtube-multilingual-transcription-bot-feb2025-b82z)]
- Using Remotion Lambda with Supabase [[Docs](https://supabase.link/docs-remotion-lambda-supabase-feb2025-prr4)]

</Release>

<Release version="1.25.01" date="February 7, 2025" published="2025-02-07T09:36:45.000Z" url="https://github.com/supabase/supabase/releases/tag/1.25.01">
## 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](https://github.com/user-attachments/assets/75e887ef-9fe1-43c7-b91f-38c70ab6bfcc)
Use Firebase Auth with your Supabase projects.
[[Docs](https://supabase.link/docs-third-party-auth-ga-jan2025)]

## Easier to see errors in log charts
![easier-errors-in-logs](https://github.com/user-attachments/assets/9aa50bbc-6888-4155-8635-fa8daddac94d)
Log charts in Supabase are now stacked with successes and errors on top of each other, and colored by type.
[[Link](https://supabase.link/link-easier-errors-logs-jan2025)] [[GitHub](https://supabase.link/github-easier-errors-logs-jan2025)]

## Enhanced type inference for JSON fields
![enhanced-type-inference-for-json-fields](https://github.com/user-attachments/assets/23c78985-1239-4872-b6a5-3fe602341a6e)
Set up custom types with `supabase-js` for more concise and accurate types that reflect your data.
[[GitHub](https://supabase.link/github-enhanced-json-types-jan2025)]

## Type validation for query filter values
![type-validation-for-query-filter-values](https://github.com/user-attachments/assets/ec627922-c456-40ee-a67d-6fca39057c0b)
The Supabase TypeScript SDK will correctly validate all query filter values in  `eq`,  `neq`, and  `in`  methods.
[[GitHub](https://supabase.link/github-type-validation-query-jan2025)] [[Docs](https://supabase.link/docs-type-validation-query-jan2025)]

## AI Prompt for writing Edge Functions
![ai-prompt-for-writing-edge-functions](https://github.com/user-attachments/assets/ae3cbd6d-a641-4ded-8664-3a418f8c55c1)
A prompt to help generate Supabase Edge Functions following best practices that you can supply to Cursor, Copilot, and other AI coding tools.
[[Docs](https://supabase.link/docs-ai-prompt-edge-functions-jan2025)]

## Quick Product Announcements
- Free plans are now limited to 0.5GB *per project* instead of 0.5GB per account. Keep building! [[GitHub](https://supabase.link/github-free-plans-limited-jan2025)]
- Now you can top up your credit balance through your [organization's billing settings](https://supabase.com/dashboard/org/_/billing). [[GitHub](https://supabase.link/github-top-up-credit-balance-jan2025)]
- Added 3 configurable parameters to control disk autoscaling. [[GitHub](https://supabase.link/github-disk-autoscaling-parameters-jan2025)]
- Easier to find queries in the SQL Editor. [[GitHub](https://supabase.link/github-easier-sql-queries-jan2025)]
</Release>

<Release version="1.24.12" date="January 23, 2025" published="2025-01-23T11:37:20.000Z" url="https://github.com/supabase/supabase/releases/tag/1.24.12">
## Developer Update - December 2024

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

## Supabase Integrations Page
![supabase-integrations-page](https://github.com/user-attachments/assets/67a3aecf-6c07-49df-b129-9f7a158fdb28)

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

[[Changelog](https://supabase.link/changelog-supabase-integrations-features-dec2024)]

## Fix Security and Performance Issues with AI
![fix-security-and-performance-Issues-with-ai](https://github.com/user-attachments/assets/571661f9-e53f-4049-abfa-a3f1fcf44677)

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](https://supabase.link/checkoutthesecurityadvisor-fix-security-performance-dec2024)]

## SQL Editor Inline AI Assistance
![sql-editor-inline-ai-assistance](https://github.com/user-attachments/assets/105afd59-a349-47da-a4c1-f57238add18b)

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.

[[Check out the SQL Editor](https://supabase.link/checkoutthesqleditor-sql-editor-ai-assistant-dec2024)]

## Supabase Branching Available in Vercel Integration
![supabase-branching-available-in-vercel-integration](https://github.com/user-attachments/assets/8ac12b38-415b-424c-a910-10f65259776d)

Vercel Branching Integration now works with Vercel Marketplace managed projects. You can synchronize environment variables for newly created branches to your Vercel projects, no matter whether the project was created directly in Supabase or through a Vercel dashboard.

[[Changelog](https://supabase.link/changelog-supabase-vercel-branching-dec2024)]

## Database Connection Settings Redesigned
![database-connection-settings-redesigned](https://github.com/user-attachments/assets/dfbea9d4-8c61-4e13-bb5e-9c64ab1dcbfe)

The “Connect” dialog has moved to the top of the [Dashboard](https://supabase.link/dashboard-database-connection-settings-dec2024). You can access your database connection settings from anywhere. The “Connection String” tab includes guidance on when to connect via direct connection, transaction pooler, and session pooler.

[[Dashboard](https://supabase.link/dashboard-database-connection-settings-dec2024)]

## Query Cloudflare D1 from Your Supabase Database
![query-cloudflare-d1-from-your-supabase-database](https://github.com/user-attachments/assets/de48d24c-56e3-4233-9981-4bdfdd6d7c99)

Cloudflare D1 is a serverless SQLite service. You can now query it from your Supabase database using our Wrappers service, along with other services like BigQuery, ClickHouse, Firebase, and Snowflake.

[[Docs](https://supabase.link/docs-cloudflare-d1-supabase-dec2024)]

## Quick Product Announcements
![image](https://github.com/user-attachments/assets/0dc568a3-cb5c-428f-9aa4-baa0d87f0147)

**Dashboard**

- The Supabase Dashboard is now responsive. This is just a first step towards a more complete mobile experience. [[Link](https://supabase.link/link-supabase-dashboard-responsive-dec2024)]
- Granular Disk Size usage break down by Database/WAL/System [[Changelog](https://supabase.link/changelog-disk-size-breakdown-dec2024)]

**Edge Functions**

- Use a custom NPM registry for Edge Function dependencies [[Changelog](https://supabase.link/changelog-custom-npm-registry-dec2024)]

**Logs**

- Log Explorer UI Overhaul [[Changelog](https://supabase.link/changelog-log-explorer-ui-dec2024)]

**Connection Pooler**

- Supavisor Session Mode on port 6543 will be deprecated on February 28, 2025 [[Changelog](https://supabase.link/changelog-supavisor-deprecation-2025-dec2024)]

**Auth**

- Slack v1 OAuth has been deprecated in favor of Slack (OIDC) [[Changelog](https://supabase.link/changelog-slack-oauth-deprecated-dec2024)]
</Release>

<Release version="v1.24.09" date="October 10, 2024" published="2024-10-10T20:46:23.000Z" url="https://github.com/supabase/supabase/releases/tag/v1.24.09">
## 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](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/september2024/supabase-x-vercel.png?t=2024-10-10T02%3A59%3A39.452Z)

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](https://supabase.link/supabase-vercel-partnership)

## Revamped Users Management UI in Studio

![Revamped Users Management UI in Studio](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/september2024/revamped-users-management-ui-in-studio.png?t=2024-10-10T03%3A00%3A01.836Z)

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](https://supabase.link/users-mgmt-revamp)

## Edge Functions are 2x smaller and boot 3x faster

![Edge Functions are 2x smaller and boot 3x faster](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/september2024/edge-functions-are-2x-smaller-and-boot-3x-faster.png?t=2024-10-10T03%3A00%3A13.326Z)

The Edge Functions team has reduced function sizes by half and boot times by 300% in most cases when importing npm modules by lazy evaluating dependencies and reducing package section sizes as well as switching to the xxHash-3 hash algorithm.

[Blog post](https://supabase.link/edge-functions-faster-smaller)

## Supabase AI Hackathon at Y Combinator

![Supabase AI Hackathon at Y Combinator](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/september2024/supabase-ai-hackathon-at-y-combinator.png?t=2024-10-10T03%3A00%3A23.124Z)

On November 22 + 23 we’re hosting an AI-focused hackathon at Y Combinator in San Francisco. We’re welcoming anyone to apply and build the next wave of AI applications. The panel of judges will include our founders, [Paul Copplestone](https://x.com/kiwicopple) and [Ant Wilson](https://x.com/AntWilson), and YC partners.

[Full announcement](https://supabase.link/supabase-yc-ai-hackathon)

## Launch Week 12 Hackathon Winners

![Launch Week 12 Hackathon Winners](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/september2024/launch-week-12-hackathon-winners.png?t=2024-10-10T03%3A00%3A42.904Z)

Many high quality projects were submitted for LW12’s hackathon but our panel of judges selected [Whisker Jam](https://supabase.link/whisker-jam-lw12) as Best Overall Project because of its cuteness (who doesn’t love cats), funky musical instruments, and multiplayer functionality. Congratulations 👏 to [@n0t_buddy](https://twitter.com/n0t_buddy) who will receive the prize of mechanical keyboards.

[Full list of winners](https://supabase.link/lw12-hackathon-winners) | [All the submissions](https://supabase.link/lw12-submissions)

## Quick Product Announcements

<ul>
    <li>
      [Dashboard] Schema Visualizer nodes are now persisted [<a
        href="https://supabase.link/schema-visualizer-nodes"
        >Changelog</a
      >]
    </li>
    <li>
      [Edge Functions] Serverless image transformations with ImageMagick (via Wasm) [<a
        href="https://supabase.link/imagemagick-wasm"
        >Docs</a
      >]
    </li>
    <li>
      [Infra] Projects on compute instances XL and larger can create up to 5 Read Replicas  [<a
        href="https://supabase.link/5-read-replicas"
        >Changelog</a
      >]
    </li>
    <li>
      [Storage] XHTML responses only work with a Custom Domain [<a
        href="https://supabase.link/xhtml-custom-domains"
        >Changelog</a
      >]
    </li>
    <li>
      [Billing] Paid projects have an upgrade from Nano to Micro instance at no additional cost [<a
        href="https://supabase.link/micro-upgrade"
        >Docs</a
      >]
    </li>
  </ul>

## Community Highlights

![community highlights](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/september2024/community_highlights.png?t=2024-10-10T03%3A00%3A54.371Z)

  <ul>
    <li>
      Using Cursor to have AI build out a social network app powered by Next.js and Supabase [<a
        href="https://supabase.link/cursor-ai-app-nextjs-supabase"
        >Video</a
      >]
    </li>
    <li>
      Wordle Teams. Compete with friends, keep score to establish bragging rights in the ultimate app for Wordle enthusiasts [<a
        href="https://supabase.link/wordle-teams"
        >Repo</a
      >]
    </li>
    <li>
      Next.js + TanStack Query + Supabase + Supabase Cache Helpers: a detailed tutorial on how to implement this stack in your application [<a href="https://supabase.link/nextjs-tanstack-query-supabase-guide"
        >Article</a
      >]
    </li>
    <li>
      Supabase Auth: The Ultimate Authentication Solution for Cross-Platform Apps using React Native [<a
        href="https://supabase.link/supabase-auth-ultimate-solution-react-native"
        >Article</a
      >]
    </li>
    <li>
      How to build local-first Expo Apps [<a
        href="https://supabase.link/local-first-expo-supabase"
        >Video</a
      >]
    </li>
  </ul>

## Supabase $80 Million Series C

We raised $80 million Series C in an up round that brings our total funding to $196 million. This round was led by Peak XV and Craft Ventures with participation by Avra Capital and previous investors Coatue, Felicis, and Y Combinator.

[Full announcement](https://supabase.link/supabase-80-mil-series-c)
</Release>

<Release version="1.24.08" date="September 16, 2024" published="2024-09-16T19:37:55.000Z" url="https://github.com/supabase/supabase/releases/tag/1.24.08">
## 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](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/august2024/postgres-new.png)

Supabase launched [postgres.new](https://supabase.link/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](https://supabase.link/postgres-new) | [Blog Post](https://supabase.link/postgres-new-blog) | [Video Announcement](https://supabase.link/postgres-new-video)

## Day 2 - Supabase Realtime: Broadcast and Presence Authorization

![supabase realtime broadcast and presence authz](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/august2024/authz.png)

Realtime introduced Broadcast and Presence Authorization to give you fine-grain control over which clients are authorized to join private [Channels](https://supabase.com/docs/guides/realtime/concepts#channels) and what type of Broadcast and Presence actions those clients within the Channels can execute. Get started by writing row-level security (RLS) policies to dictate, as an example, that Client1 can only send messages while Client2 can only receives messages when they’re both in the same private Channel.

[Docs](https://supabase.link/realtime-authz-docs) | [Blog Post](https://supabase.link/realtime-authz-blog) | [Video Announcement](https://supabase.link/realtime-authz-video)

## Day 3 - Supabase Auth: Bring-your-own Auth0, Cognito, or Firebase

![supabase auth byo auth0, cognito, or firebase](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/august2024/auth.png)

As much as we want you to migrate over to Supabase Auth, we’re not hurt if you want to stay with your current auth provider. I’m sure you have your reasons. That’s why we’ve launched Firebase Auth, Auth0, and Amazon Cognito support so you can bring your auth and it’ll seamlessly work with the rest of Supabase. We’ve also extended multi-factor authentication (MFA) to support both SMS and WhatsApp and introduced Auth Hooks so you can customize your Supabase Auth flow.

[Docs](https://supabase.link/auth-tpa-docs) | [Blog Post](https://supabase.link/auth-tpa-blog) | [Video Announcement](https://supabase.link/auth-tpa-video)

## Day 4 - Introducing Log Drains

![supabase log drains](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/august2024/logdrains.png)

Supabase generates a ton of logs for every product and we provide a Logs Explorer for you to query them. However, we realize that you may want to send them elsewhere for various purposes. We’re not offended; we actually encourage you to do so with the release of Log Drains. You can now send your logs to external destinations like Datadog and via custom HTTP endpoints and we have more destinations in the works like Syslog and Loki.

[Docs](https://supabase.link/log-drains-docs) | [Blog Post](https://supabase.link/log-drains-blog) | [Video Announcement](https://supabase.link/log-drains-video)

## Day 5 - Postgres Foreign Data Wrappers with Wasm

![supabase fdw with wasm](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/august2024/fdw.png)

Supabase Wrappers has released several official Foreign Data Wrappers (FDW), all written in Rust, so you can query data from the likes of S3, Clickhouse, and Stripe. There are many, many data sources out there so we developed WebAssembly (Wasm) support to enable anyone to create FDWs as long as they are familiar with a language that compiles to WebAssembly and can even share their FDWs with the community. Head over to our [Catalog](https://fdw.dev/catalog/) to check Official and Community FDWs, including Snowflake and Paddle Wasm Wrappers.

[Docs](https://supabase.link/fdw-wasm-docs) | [Blog Post](https://supabase.link/fdw-wasm-blog) | [Video Announcement](https://supabase.link/fdw-wasm-video)

## One more thing from Launch Week 12

Just kidding, there’s always more than one. Here’s more goodies we shipped:

<ul>
    <li>
      <a href="https://supabase.link/vs-code-copilot"
        >Official Supabase extension for VS Code and GitHub Copilot</a
      >
    </li>
    <li>
      <a href="https://supabase.link/pg_replicate"
        >pg_replicate - Build Postgres replication applications in Rust</a
      >
    </li>
    <li>
      <a href="https://supabase.link/snaplet-oss"
        >Snaplet is now open source</a
      >
    </li>
    <li>
      <a
        href="https://supabase.link/supabase-book"
        >Supabase Book - Learn Supabase by building a multi-tenant platform</a
      >
    </li>
    <li>
      <a href="https://supabase.link/postgrest-12-2"
        >PostgREST 12.2: Prometheus metrics</a
      >
    </li>
    <li>
      <a href="https://supabase.link/vec2pg"
        >vec2pg: Migrate to pgvector from Pinecone and Qdrant</a
      >
    </li>
    <li>
      <a href="https://supabase.link/pg-graphql-1-5-7-blog">pg_graphql 1.5.7: pagination and multi-tenancy support</a>
    </li>
    <li>
      <a href="https://supabase.link/platform-access-control"
        >Introducing New Platform Access Control</a
      >
    </li>
    <li>
      <a href="https://supabase.link/official-python-support"
        >Supabase Python</a
      >
    </li>
  </ul>

## Quick Product Announcements

![quick product announcements](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/august2024/product-updates.png)

<ul>
    <li>
      [Platform] Changes to Supabase API Keys on 7th October 2024 [<a href="https://supabase.link/supabase-api-keys">Changelog</a>]
    </li>
    <li>
      [Auth] Asymmetric Keys support on 7th October 2024 [<a href="https://supabase.link/auth-asymmetric-keys">Changelog</a>]
    </li>
    <li>
      [Dashboard] Organize SQL snippets into folders in SQL Editor [<a href="https://supabase.link/sql-snippet-folders">Changelog</a>]
    </li>
    <li>
      [Dashboard] Supabase AI Assistant: Choose which schemas to share with OpenAI [<a href="https://supabase.link/openai-schema">Changelog</a>]
    </li>
    <li>
      [Database] Spin up Supabase project via Vercel Marketplace [<a href="https://supabase.link/vercel-marketplace-docs">Docs</a>]
    </li>
    <li>
      [Database] Threshold for transitioning projects to physical backups lowered to 15GB [<a href="https://supabase.link/physical-backup-15gb">Changelog</a>]
    </li>
    <li>
      [Billing] Supabase moves to hourly usage-based billing [<a href="https://supabase.link/hourly-db-billing">Database</a>] [<a href="https://supabase.link/hourly-storage-billing">Storage</a>] [<a href="https://supabase.link/hourly-add-ons-billing">Add-ons</a>]
    </li>
    <li>
      [Billing] Improved invoices and more timely usage data [<a href="https://supabase.link/timely-usage-data-invoices">Changelog</a>]
    </li>
  </ul>

## Community Highlights

![community highlights](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/august2024/community_highlights.jpg)

<ul>
    <li>
      Hyperdome - Chatbot application familiarized with HTMX, Hyperscript, tweets, memes, and lore. [<a href="https://supabase.link/hyperdome">Repo</a>]
    </li>
    <li>
      DevCanvas - An open-source Codepen alternative [<a href="https://supabase.link/devcanvas">Repo</a>]
    </li>
    <li>
      CraftGen - Build useful AI agents to complete tasks on autopilot [<a href="https://supabase.link/craftgen">Repo</a>]
    </li>
    <li>
      mangosqueezy - Affiliate marketing tool [<a href="https://supabase.link/mangosqueezy">Repo</a>]
    </li>
    <li>
      notedown - A self-hostable rich text editor built with Next.js and Supabase [<a href="https://supabase.link/notedown">Repo</a>]
    </li>
    <li>
      Supabase Real-world Production Example by Egor Gorbachev [<a href="https://supabase.link/real-world-production-vid">Video</a>]
    </li>
    <li>
      This RAG AI Agent with n8n + Supabase is the Real Deal [<a href="https://supabase.link/rag-ai-n8n-supabase">Video</a>]
    </li>
  </ul>
</Release>

<Release version="1.24.07" date="August 9, 2024" published="2024-08-09T21:04:20.000Z" url="https://github.com/supabase/supabase/releases/tag/1.24.07">
## 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](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/july2024/LW12-BSOD.png?t=2024-08-06T22%3A44%3A28.751Z)

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](https://supabase.link/email-july-24-lw)

## Disable Data API for Your Project

![Disable Data API](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/july2024/disable_data_api.png?t=2024-08-06T18%3A49%3A20.047Z)

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>.

<a href="https://supabase.link/email-july-24-doc-hardening-data-api">Docs</a>

## Custom Schema for Data API

![Custom Schema for Data API](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/july2024/dedicated_schema.png?t=2024-08-06T18%3A49%3A45.505Z)

Your project's Data API exposes the public schema by default, the most commonly used schema, and can lead to unintentional access to your data. Now, you can dictate which custom schema to expose via the Data API for better security and granular control.

<a href="https://supabase.link/email-july-24-doc-hardening-data-api-schema">Docs</a>

## Save Money With Hourly Storage Billing

![Hourly Storage Billing](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/july2024/hourly_storage.png?t=2024-08-06T18%3A51%3A57.631Z)

On August 20, 2024, Supabase is changing billing for Storage from daily to hourly for new customers and gradually rolling it out for existing customers shortly thereafter. There are no billing changes for projects who continue to use Storage for the entire month while projects using Branching or Storage for partial months will see a reduction in their bill.

<a href="https://supabase.link/email-july-24-gh-discussion-28339">Github Discussion</a>

## Deploy More Functions at No Extra Cost

![More Edge Functions Included](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/july2024/more_functions.png?t=2024-08-06T18%3A53%3A14.868Z)

We have increased the number of Edge Functions across all plans at no extra cost and removed usage-based billing to simplify your bill.

<a href="https://supabase.link/email-july-24-gh-discussion-28062">Github Discussion</a>

## Quick product announcements

<ul>
    <li>
      [Database] Postgres 13 Deprecation Notice [<a
        href="https://supabase.link/gh-discussion-27946"
        >Github Discussion</a
      >]
    </li>
    <li>
      [Auth] Migrate from Auth0 to Supabase Auth [<a
        href="https://supabase.link/email-july-24-auth0-migration-guide"
        >Docs</a
      >]
    </li>
    <li>
      [Branching] You can customize the public environment variable prefix to use any framework [<a
        href="https://supabase.link/gh-pr-28058"
        >Pull Request</a
      >]
    </li>
    <li>
      [Docs] Supabase docs now feature global navigation bar [<a
        href="https://supabase.link/email-july-docs"
        >Docs</a
      >]
    </li>
  </ul>

## Made with Supabase

  <ul>
    <li>
      Krea - Realtime and interactive image generation in the browser, the
      easiest way to generate with AI [<a
        href="https://supabase.link/email-july-24-krea"
        >Website</a
      >]
    </li>
    <li>
      Cheat Layer - The most powerful no-code agent editor on the planet. Learn
      new RPA concepts to build future-proof agents that are impossible in other
      RPA tools [<a href="https://supabase.link/email-july-24-openagent/"
        >Website</a
      >]
    </li>
    <li>
      Udio - Generative music, you can even edit segments of the tracks using AI
      [<a href="https://supabase.link/email-july-24-udio">Website</a>]
    </li>
    <li>
      Pika - The idea-to-video AI platform that sets your creativity in motion.
      [<a href="https://supabase.link/email-july-24-pika">Website</a>]
    </li>
    <li>
      MakePodcast - Effortlessly craft professional podcasts in minutes using
      AI [<a href="https://supabase.link/email-july-24-makepodcast">Website</a>]
    </li>
  </ul>

## Community Highlights

<ul>
    <li>
      Using Pre-commit Hook to Upload Local Media to Supabase Bucket [<a
        href="https://supabase.link/july-24-email-spilman"
        >blog</a
      >]
    </li>
    <li>
      Build Library Management System Using React, Shadcn/ui, Supabase and React
      Query From Scratch [<a
        href="https://supabase.link/email-july-24-yt-build-lms"
        >Youtube</a
      >]
    </li>
    <li>
      Instagram Clone in React Native: Video, Backend with Supabase & Push
      Notifications [<a href="https://supabase.link/email-july-24-yt-instagram"
        >YouTube</a
      >]
    </li>
    <li>
      It all starts with Postgres (Interview to Paul Copplestone) [<a
        href="https://supabase.link/email-july-24-yt-copple-interview"
        >YouTube</a
      >]
    </li>
    <li>
      GraphQL Quickstart with Supabase [<a
        href="https://supabase.link/email-july-24-yt-graphql"
        >YouTube</a
      >]
    </li>
    <li>
      13min High Intensity Postgres Workout (NO REPEATS) [<a
        href="https://supabase.link/email-july-24-yt-workout"
        >YouTube</a
      >]
    </li>
  </ul>
</Release>

<Release version="v1.24.05" date="June 18, 2024" published="2024-06-18T02:57:04.000Z" url="https://github.com/supabase/supabase/releases/tag/v1.24.05">
## 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](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/may2024/auth_launcher_better_SSR.jpg?t=2024-06-18T02%3A13%3A54.164Z)

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](https://supabase.link/auth-ssr-email)

## pgvector v0.7.0 Release Features Significant Performance Improvements

![pgvector v0.7.0 Release](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/may2024/pgvector_v070.jpg?t=2024-06-18T02%3A16%3A29.754Z)

pgvector v0.7.0 introduced float16 vectors that further improve HNSW build times by 30% while reducing shared memory and disk space by 50% when both index and underlying table use 16-bit float. The latest version also adds sparse and bit vectors as well as L1, Hamming, and Jaccard distance functions.

[Announcement](https://supabase.link/pgvector-v070-github)

## Edge Functions Improves Memory Handling

![Functions Memory Handling](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/may2024/edge_functions_improvements.jpg?t=2024-06-18T02%3A18%3A05.014Z)

The Edge Functions team has significantly reduced the error rate for functions encountering memory issues by implementing better safeguards. This has greatly minimized errors with the 502 status code. Additionally, status codes and limits are now documented separately.

[Status Codes](https://supabase.link/functions-codes-github) | [Limits](https://supabase.link/functions-limits-github)

## Dashboard Supports Bigger Workloads as Projects Grow

![Dashboard Supports Bigger Workloads](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/may2024/dashboard_workloads.jpg?t=2024-06-18T02%3A19%3A39.432Z)

The Supabase Dashboard is now better equipped to handle your projects, regardless of their size. We have implemented sensible defaults for the amount of data rendered and returned in the Table and SQL Editors to prevent browser performance issues while maintaining a snappy user experience.

[Announcement](https://supabase.link/dashboard-workloads-email)

## Realtime Standardizes Error Codes

![Realtime Error Codes](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/may2024/realtime_standardized_error_codes.jpg?t=2024-06-18T02%3A21%3A16.200Z)

Realtime now emits standardized error codes, providing descriptions of their meanings and suggested actions. This enhancement improves your error-handling code and helps to narrow down whether the issue lies with the database, Realtime service, or client error.

[Realtime Error Codes](https://supabase.link/realtime-codes-github)

## RLS AI Assistant v2

![RLS AI Assistant v2](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/may2024/RLS_AI_Assistant.jpg?t=2024-06-18T02%3A30%3A33.913Z)

We’ve improved the prompt and output of our RLS AI Assistant by including best practices found in our RLS docs and upgrading to OpenAI’s newest GPT-4o. We’ve also introduced numerous test scenarios to make sure you’re getting the right security and performance recommendations by comparing parsed SQL with the help of pg_query.

[Pull Request](https://supabase.link/rls-ai-v2-email)

## Quick product announcements

<ul>
    <li>
      [Functions] JSR modules are supported in Edge Functions & Edge Runtime
      [<a href="https://supabase.link/functions-jsr-email">Announcement</a>]
    </li>
    <li>
      [Functions] Debug Edge Functions with Chrome DevTools
      [<a href="https://supabase.link/functions-devtools-email">Docs</a>]
    </li>
    <li>
      [Functions] Use HonoJS web Framework with Edge Functions
      [<a href="https://supabase.link/functions-hono-email">Docs</a>]
    </li>
    <li>
      [Analytics] Log Drains is in Private Alpha
      [<a href="https://supabase.link/log-drains-email">Announcement</a>]
    </li>
    <li>
      [Realtime] Realtime Authorization Early Access
      [<a href="https://supabase.link/realtime-authz-email">Announcement</a>]
    </li>
    <li>
      [Docs] SQL to PostgREST API Translator
      [<a href="https://supabase.link/sql-to-rest-email">Docs</a>]
    </li>
    <li>
      [Client libs] Supabase JavaScript SDK Sentry Integration now supports Sentry SDK v8
      [<a href="https://supabase.link/sentry-v8-email">Commit</a>]
    </li>
  </ul>

## Made with Supabase

<ul>
    <li>GroupUp - organize social gatherings to hang out with friends [<a href="https://supabase.link/groupup-email">Website</a>]</li>
    <li>HabitKit - track habits, view daily progress, and stay motivated as you work towards your goals [<a href="https://supabase.link/habitkit-email">Website</a>]</li>
    <li>Meteron AI - LLM and generative AI metering, load-balancing and storage [<a href="https://supabase.link/meteron-email">Website</a>]</li>
    <li>EQMonitor - An app that displays and notifies earthquake information in Japan [<a href="https://supabase.link/eqmonitor-email">Website</a>]</li>
    <li>GitAuto - AI software engineer that writes, reads, and creates pull requests [<a href="https://supabase.link/gitauto-email">Website</a>]</li>
    <li>GenPPT - Free AI powerpoint presentation generator to help you create beautiful slides in minutes [<a href="https://supabase.link/genppt-email">Website</a>]</li>
  </ul>

## Community highlights

  <ul>
    <li>Make your queries 43,240x faster [<a href="https://supabase.link/faster-queries-email">Video</a>]</li>
    <li>Exploring Support Tooling at Supabase: A Dive into SLA Buddy [<a href="https://supabase.link/sla-buddy-email">Article</a>]</li>
    <li>FlutterFlow SuperApp Complex Template : Developing Feed with Supabase [<a href="https://supabase.link/flutterflow-superapp-email">Video</a>]</li>
    <li>How We Use Supabase in Betashares Direct [<a href="https://supabase.link/betashares-direct-email">Video</a>]</li>
    <li>AI Assistant to Chat with Supabase Database [<a href="https://supabase.link/ai-chat-db-email">Video</a>]</li>
    <li>How to use wrappers in Supabase [<a href="https://supabase.link/wrappers-comm-email">Video</a>]</li>
    <li>Build Realtime Apps with Next.js and Supabase [<a href="https://supabase.link/realtime-next-supa-email">Video</a>]</li>
    <li>SvelteKit & Supabase Project Build [<a href="https://supabase.link/sveltekit-supa-email">Video</a>]</li>
    <li>Next.js 14 x Supabase — Build a Team component using shadcn [<a href="https://supabase.link/nextjs-supa-shadcn">Article</a>]</li>
    <li>Create a Real Time Chat App with Supabase and Angular [<a href="https://supabase.link/realtime-angular-email">Article</a>]</li>
  </ul>
</Release>

<Release version="v1.24.04" date="May 8, 2024" published="2024-05-08T00:49:31.000Z" url="https://github.com/supabase/supabase/releases/tag/v1.24.04">
## Developer Updates - April 2024

Here’s everything we shipped during our [GA week](https://supabase.link/ga-week-gh):

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

![Day 1 - Supabase is officially launching into General Availability (GA)](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/april2024/day-1-ga-update.png?t=2024-05-07T23%3A53%3A29.231Z)

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](https://supabase.link/ga-gh) | [Video announcement](https://supabase.link/ga-yt) | [X space](https://supabase.link/ga-x-space)

## Day 2 - Supabase Functions now supports AI models

![Day 2 - Supabase Functions now supports AI models](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/april2024/day-2-functions-ai.png?t=2024-05-08T00%3A09%3A34.531Z)

Supabase Functions has added a native API that makes it easy to run AI models within your functions while removing nasty cold starts. You can use the `gte-small` embedding model to generate text embeddings or bring your own Ollama server to tap into many more embedding models and Large Language Models (LLMs) like Llama3 and Mistral. Soon we’ll provide hosted Ollama servers so you won’t have to manage them yourselves for a more seamless experience.

[Blog post](https://supabase.link/ai-gh) | [Video announcement](https://supabase.link/ai-yt) | [X space](https://supabase.link/ai-x-space)

## Day 3 - Supabase Auth now supports Anonymous sign-ins

![Day 3 - Supabase Auth now supports Anonymous sign-ins](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/april2024/day-3-auth-anon.png?t=2024-05-08T00%3A21%3A26.274Z)

Supabase Auth heard your requests and went to work building anonymous sign-ins which enable you to create temporary users that have yet to sign up for your application. This lowers the friction for visitors to use your application while making it easy to convert them to permanent users once they’re hooked.

[Blog post](https://supabase.link/anon-auth-gh) | [Video announcement](https://supabase.link/anon-auth-yt) | [X space](https://supabase.link/anon-auth-x-space)

## Day 4 - Supabase Storage now supports the S3 protocol

![Day 4 - Supabase Storage now supports the S3 protocol](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/april2024/day-4-storage-s3.png?t=2024-05-08T00%3A25%3A39.319Z)

Supabase Storage already has standard and resumable uploads and now supports the industry standard S3 protocol enabling multipart upload and compatibility with a myriad of tools such as AWS CLI, Clickhouse, and Airbyte for a wide array of use cases.

[Blog post](https://supabase.link/storage-s3-gh) | [Video announcement](https://supabase.link/s3-storage-yt) | [X space](https://supabase.link/s3-storage-x-space)

## Day 5 - Supabase Security & Performance Advisor

![Day 5 - Supabase Security & Performance Advisor](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/april2024/day-5-sec-perf-advisor.png?t=2024-05-08T00%3A28%3A36.290Z)

Supabase has managed over 1 million databases over the last four years and has seen all manner of use cases with common pitfalls that we’re helping our customers address with our Security, Performance, and Index Advisors. These Advisors will help to surface and fix insecure database configurations and recommend database and query optimizations to keep your database secure and performant for your mission critical workloads.

[Blog post](https://supabase.link/sec-perf-advisor-gh) | [Video announcement](https://supabase.link/sec-perf-advisor-yt) | [X space](https://supabase.link/sec-perf-advisor-x-space)

## GA Week Hackathon Winners

![GA Week Hackathon Winners](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/april2024/ga-week-hackathon-winners.png?t=2024-05-08T00%3A31%3A02.054Z)

We are delighted that so many high quality projects were submitted but in the end there could only be one Best Overall Project. The decision wasn’t easy but the Supabase panel of judges chose [vdbs](https://supabase.link/hackathon-vdbs) (vision database SQL) for the honorific. Congratulations 👏 to [@xavimonp](https://supabase.link/xavimonp) who will receive the prize of Apple AirPods.

[Full list of winners](https://supabase.link/ga-hackathon-winners-gh) | [All the submissions](https://supabase.link/made-with-supabase)

## One more thing from GA Week

Just kidding, there’s always more than one. Here’s more awesome things we shipped:

- [Supabase on the AWS Marketplace](https://supabase.link/sb-aws-marketplace-gh)
- [Database branching is now Publicly Available](https://supabase.link/branching-pub-avail-gh)
- [Supabase Bootstrap: the fastest way to launch a new project](https://supabase.link/sb-bootstrap-gh)
- [Supabase Swift officially supported](https://supabase.link/sb-swift-gh)
- [Oriole, table storage extension for Postgres, joins Supabase](https://supabase.link/sb-oriole-gh)
- [Fly Postgres, a managed offering from Supabase, is available to everyone for testing](https://supabase.link/sb-managed-fly-gh)
- [Supabase GA Week meetups  in 27 cities around the world](https://supabase.link/ga-27-meetups-gh)
- [Join our upcoming Meetup in SF at the a16z office with friends from Ollama and Fly.io](https://supabase.link/sf-ga-meetup)

## Community Highlights

- Changing Databases 5 Times in 48 Hours Boosted Our Launch to 35,000 Views [[Article](https://supabase.link/comm-highlight-changing-databases-5-times-in-48-hours-boosted-our-launch-to-35000-views)]
- Crazy new Supabase feature: Understand and learn about anonymous users [[Video](https://supabase.link/comm-highlight-crazy-new-sb-feature-anon-users)]
- Support unstructured data in Postgres with JSON columns [[Video](https://supabase.link/comm-highlight-pg-unstructured-data-json)]
- Build an AI-powered blogging platform (Next.js, Langchain & CopilotKit) [[Article](https://supabase.link/comm-highlight-ai-blogging-platform)]
- How to Secure Your Supabase Database and Storage [[Blog post](https://supabase.link/comm-highlight-secure-sp-db-storage)]
- Self-host Protomaps PMTiles on Supabase Storage [[Video](https://supabase.link/comm-highlight-protomaps-pmtiles-storage)]
- Supabase Realtime - How to deal with multiplayers in Next.js [[Blog post](https://supabase.link/comm-highlight-realtime-multiplayer-nextjs)]
- The Hard Parts of Building an Application, Made Easy with Supabase [[Article](https://supabase.link/comm-highlight-hard-parts-made-easy-sb)]
</Release>

<Release version="v0.24.03" date="April 6, 2024" published="2024-04-06T01:28:55.000Z" url="https://github.com/supabase/supabase/releases/tag/v0.24.03">
## Platform Updates: March 2024

## Join us for a Special Announcement April 15-19

![Special Announcement April 15-19](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/march2024/supabase-special-announcement-april-15-19-2024.jpg)

We’re making a Special Announcement on April 15th with a few more surprises throughout the week. [Claim your ticket](https://supabase.link/velZ07m) today so you don’t miss out and enter for a chance to win a set of AirPods Max.

[Claim your ticket](https://supabase.link/velZ07m)

## Increased Supavisor connection pooler limits

![Increased Supavisor connection pooler limits](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/march2024/supavisor-increased-connection-limits.jpg?t=2024-04-05T21%3A48%3A02.612Z)

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](https://supabase.link/8z8fX0f)

## Conversational AI assistant now available in SQL Editor

![Conversational AI assistant in SQL Editor](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/march2024/sql-editor-conversational-ai-assistant.jpg)

Introducing a conversational AI assistant in the SQL Editor to help you write and iterate on your queries. This is currently under a feature preview and can be enabled with instructions [here](https://supabase.link/Os3jpYP).

[Announcement](https://supabase.link/Os3jpYP)

## Supavisor pooler port 6543 is transaction-mode only

![Supavisor pooler port 6543 is transaction-mode only](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/march2024/supavisor-port-6543-transaction-only.png)

We’re simplifying Supavisor connection pooler ports and modes so that port 6543 is only transaction mode and port 5432 continues to be only session mode. If you have pool mode set to session we recommend you switch to pooler port 5432 and set the mode to transaction.

[Pull request](https://supabase.link/ba5H5oU)

## Migration to v2 platform architecture

![v2 platform architecture migration](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/march2024/supabase-v2-arch-migration.png?t=2024-04-05T22%3A03%3A00.953Z)

You may have noticed improved performance from your database over the last couple of weeks. We made some architectural changes to free up resources for your Postgres instance by removing Storage, Realtime, and Pgbouncer from your instance and each are replaced with an equivalent multi-tenant solution, including our new Supavisor connection pooler.

[Announcement](https://supabase.link/XnxfO42)

## Implementing semantic image search with Amazon Bedrock and Supabase Vector

![Semantic image search with Amazon Bedrock and Supabase Vector](https://obuldanrptloktxcffvn.supabase.co/storage/v1/object/public/images/marketing-emails/march2024/semantic-image-search-amazon-bedrock-supabase-vector.jpg)

In this post we'll be creating a Python project to implement semantic image search featuring Amazon Bedrock and Amazon Titan’s multimodal model to embed images and Supabase Vecs client library for managing embeddings in your Supabase database with the pgvector extension.

[Blog post](https://supabase.link/iOSqfPh)

## Quick Product Announcements

- [Postgres Tooling] vector (pgvector) upgraded to v0.6.2 enables faster HNSW index builds using more parallel workers [[Commit](https://supabase.link/5dUCCE7)]
- [Postgres Tooling] pg_cron upgraded to v1.6.2 enables sub-minute schedules [[Pull request](https://supabase.link/RdeP5J9)]

## Made With Supabase

- location-tRacer - Supabase Realtime live location sharing app [[GitHub](https://supabase.link/bSgEEHP)]
- Talk to your docs - An example agent providing help on your GitHub documentation [[GitHub](https://supabase.link/biIjh38)]
- Feedbase - Open-source solution for collecting feedback & communicating updates [[GitHub](https://supabase.link/lCWRfaI)]
- Wacky Wordcraft - Create wacky stories with some help from AI [[Twitter](https://supabase.link/rvNLNpX)]
- Capgo - Instant updates for Capacitor apps. Ship updates, fixes, changes, and features within minutes [[Website](https://supabase.link/f3z1RmC)]

## Community Highlights

- Building an Investor List App with Novu and Supabase [[Blog post](https://supabase.link/dKChOdc)]
- 3 reasons you should use Postgres Functions and Transactions [[Video](https://supabase.link/PzxbAq7)]
- Add image support to Flutter web application with Supabase Storage [[Video](https://supabase.link/psNjG7E)]
- How to set up a secure Supabase project [[Blog post](https://supabase.link/vCkI7Fc)]
- Dynamic Role and Permission Management in Supabase: Enhancing Security and Flexibility [[Blog post](https://supabase.link/Z17JqH7)]
- Simulate Supabase Postgres RLS (Row Level Security) [[Blog post](https://supabase.link/ro8pdrf)]
- Monitor Supabase databases and Edge Functions [[Blog post](https://supabase.link/n1Z3hUo)]
</Release>

<Release version="v0.24.02" date="March 6, 2024" published="2024-03-06T21:54:42.000Z" url="https://github.com/supabase/supabase/releases/tag/v0.24.02">
## Platform Updates: February 2024

## Matryoshka Embeddings: Faster OpenAI Vector Search Using Adaptive Retrieval

![Matryoshka Embeddings](https://obuldanrptloktxcffvn.supabase.co/storage/v1/render/image/public/images/marketing-emails/february2024/matryoshka-embeddings-thumb.png?height=1000&resize=fill)

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](https://supabase.com/blog/matryoshka-embeddings)

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

![Connect to Supabase Projects From Frameworks and ORMs](https://obuldanrptloktxcffvn.supabase.co/storage/v1/render/image/public/images/marketing-emails/february2024/connect-ui-frameworks-orms3.png?height=400&resize=contain)

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](https://github.com/orgs/supabase/discussions/categories/feature-requests?discussions_q=category%3A%22Feature+Requests%22+) or [pull request](https://github.com/supabase/supabase/pulls).

[Pull request](https://github.com/supabase/supabase/pull/20328)

## PostgREST Aggregate Functions

![PostgREST Aggregate Functions](https://obuldanrptloktxcffvn.supabase.co/storage/v1/render/image/public/images/marketing-emails/february2024/postgrest-v12-aggregate-functions3.png?height=500)

PostgREST v12 has been released, and with it, comes the release of the highly requested aggregate functions, `avg()`, `count()`, `sum()`, `min()`, and `max()`, that is used to summarize data by performing calculations across groups of rows.

[Blog post](https://supabase.com/blog/postgrest-aggregate-functions)

## Terraform Provider to Manage Resources on Supabase Platform

![Terraform Provider](https://obuldanrptloktxcffvn.supabase.co/storage/v1/render/image/public/images/marketing-emails/february2024/supabase-terraform.png?height=400)

We’ve created an official Supabase Provider for Terraform to version-control your project settings in Git. You can use this provider in CI/CD pipelines to automatically provision projects and branches and keep configuration in code.

[Learn more](https://supabase.com/docs/guides/platform/terraform)

## Support for Composite Foreign Keys in Table Editor

![Composite Foreign Keys](https://obuldanrptloktxcffvn.supabase.co/storage/v1/render/image/public/images/marketing-emails/february2024/composite-foreign-keys5.png?resize=contain)

We've shifted the management of foreign keys into the Table Editor’s side panel so you can easily see all foreign keys pertaining to a table as well as referencing columns to composite foreign keys.

[Pull request](https://github.com/supabase/supabase/pull/21078)

## Build a Content Recommendation App With Flutter and OpenAI

![Content Recommendation App With Flutter and OpenAI](https://obuldanrptloktxcffvn.supabase.co/storage/v1/render/image/public/images/marketing-emails/february2024/supabase-flutter-openai.webp?height=400)

Learn about how we built a movie listing app that recommends another movie based on the movie that a user is currently viewing built with Supabase, Flutter, and OpenAI.

[Blog post](https://supabase.com/blog/content-recommendation-with-flutter)

## Load Testing Supabase

![Load Testing Supabase](https://obuldanrptloktxcffvn.supabase.co/storage/v1/render/image/public/images/marketing-emails/february2024/load-testing-supabase.png?height=800)

Performance testing evaluates a system's compliance with its performance requirements. It reveals your app’s ability to handle user load, unexpected spikes, or recover from stressful workloads. In this blog post you will learn about how we automated our performance testing.

[Blog post](https://supabase.com/blog/automating-performance-tests)

## More Studio Updates

- Collapsible main sidebar navigation [[PR](https://github.com/supabase/supabase/pull/21550)]
- Create charts from SQL Editor [[PR](https://github.com/supabase/supabase/pull/21638)]
- Resizable main tabs in Table Editor and SQL Editor [[PR](https://github.com/supabase/supabase/pull/21548)]
- View user metadata from the dashboard [[PR](https://github.com/supabase/supabase/pull/21239)]
- Bulk delete SQL Editor snippets [[PR](https://github.com/supabase/supabase/pull/20927)]
- Query Performance updates [[PR](https://github.com/supabase/supabase/pull/20907)]
- Choose a compute option when creating a project (Paid organizations only) [[PR](https://github.com/supabase/supabase/pull/21292)]
- Logs Explorer facelift [[PR](https://github.com/supabase/supabase/pull/21055)]

## Quick Product Announcements

- [Auth] Require AAL2 to enroll additional factors for MFA enrollment [[PR](https://github.com/supabase/gotrue/pull/1439)]
- [Storage] Increased maximum file upload size to 50GB for paid plans [[PR](https://github.com/supabase/supabase/pull/21220)] 

## Made With Supabase

- Inkvestigations is a webgame using LLM technology (currently GPT) to create interactive mystery games [[GitHub](https://github.com/bromberry-games/Inkvestigations)]
- MathPuzzles- a multiplayer game to outsmart your friends [[GitHub](https://github.com/beerose/supabase-realtime-math-game)]
- Create a recipe app with Nowa [[Article](https://medium.com/@nowa.dev/create-a-recipe-app-with-nowa-supabase-e26c00358325)]
- Open-source AI wearable device that captures what you say and hear [[GitHub](https://github.com/adamcohenhillel/ADeus)]
- Brick yourself - turn yourself into a mini-figure [[Website](https://brick-yourself.vercel.app)]

## Community Highlights

- SupaVlog: Vlog Application Starter Kit Built with Supabase, Stream, Hookdeck, and Next.js [[Article](https://hookdeck.com/blog/supavlog-vlog-start-kit-supabase-stream-hookdeck-nextjs)]
- Chat with Supabase PostgreSQL using AI [[Article](https://medium.com/@sheldonniu/chat-with-supabase-postgresql-using-ai-3c4d1cf1086a)]
- How to implement Google sign-in on Flutter with Supabase on iOS, Android and the Web [[Video](https://www.youtube.com/watch?v=utMg6fVmX0U)]
- They're Making Supabase Better... [[Video](https://www.youtube.com/watch?v=nk4LTSy7XtA)]
- How to send welcome emails with Supabase edge functions and database triggers [[Article](https://bejamas.io/blog/send-emails-supabase-edge-functions-database-triggers)]
- How to Create Email Signup and Login Screens in React Native (Expo), ExpressJS, and Supabase [[Article](https://medium.com/@programming-advice/taking-a-step-back-how-to-create-email-signup-and-login-screens-in-react-native-expo-4443569a7aa8)]
- Integrating Supabase with Flutterflow [[Video](https://www.youtube.com/watch?v=fqq69JCN4CY)]
- Join the [#SupaBuilders movement](https://twitter.com/thorwebdev/status/1760918914702430665) and never get your project paused again!
</Release>

<Release version="0.21.03" date="April 6, 2021" published="2021-04-06T08:16:18.000Z" url="https://github.com/supabase/supabase/releases/tag/0.21.03">
## 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](https://supabase.io/blog/2021/04/06/supabase-beta-march-2021) and a [video demo](https://youtu.be/TtLxxaYE1rA).


## Supabase Storage

Need to store images, audio, and video clips? Well now you can do it on [Supabase Storage](https://supabase.io/blog/2021/03/30/supabase-storage). It's backed by S3 and our new [OSS storage API](https://github.com/supabase/storage-api) written in Fastify and Typescript. Read the [full blog post](https://supabase.io/blog/2021/03/30/supabase-storage).

![ph-1](https://user-images.githubusercontent.com/10214025/113680011-ff098c80-96f2-11eb-8cba-e19630ca02aa.png)



## 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](https://supabase.io/blog/2021/04/02/supabase-pgbouncer). Read the [full blog post](https://supabase.io/blog/2021/04/02/supabase-pgbouncer).

![pgbouncer-thumb](https://user-images.githubusercontent.com/10214025/113680055-09c42180-96f3-11eb-93e4-3869a40d4b91.jpg)


## React UI Component Library

We open sourced our internal UI component library, so that anyone can use and contribute to the Supabase aesthetic. It lives at [ui.supabase.io](https://ui.supabase.io/) . It was also the #1 Product of the Day [on Product Hunt](https://www.producthunt.com/posts/supabase-ui).

![supabase-ui](https://user-images.githubusercontent.com/10214025/113680095-16e11080-96f3-11eb-960a-b569e034e444.png)

## CLI

Now you can run Supabase locally in the terminal with `supabase start`. We have done some preliminary work on [diff-based schema migrations](https://supabase.io/blog/2021/03/31/supabase-cli#migrations), and added some new tooling for self-hosting Supabase with Docker. [Blog post here](https://supabase.io/new/blog/2021/03/31/supabase-cli).

![supabase-cli](https://user-images.githubusercontent.com/10214025/113680121-1cd6f180-96f3-11eb-8aa4-930347d83eb0.png)


## OAuth Scopes

Thanks to a comunity contribution ([@_mateomorris](https://twitter.com/_mateomorris) and [@Beamanator](https://twitter.com/Beamanator)), Supabase Auth now includes OAuth scopes. These allow you to request elevated access during login. For example, you may want to request access to a list of Repositories when users log in with GitHub. Check out the [Documentation](https://supabase.io/docs/reference/javascript/auth-signup#sign-up-with-scopes).

![oauth-scopes](https://user-images.githubusercontent.com/10214025/113680272-3ed07400-96f3-11eb-8703-09b47d849b4b.png)


## Kaizen

- You can now manage your PostgREST configuration inside the Dashboard.
- Our website has been redesigned. Check out our new [Homepage](https://supabase.io/) and [Blog](https://supabase.io/blog), and our new  [Database](https://supabase.io/database), [Auth](https://supabase.io/auth), and [Storage](https://supabase.io/storage) product pages.
- We refactored some of our Filter methods to make them even easier to use. Check out the [Full Text Search](https://supabase.io/docs/reference/javascript/textsearch) refactor.
- We have added several new sections to our Docs including: [Local Dev](https://supabase.io/docs/guides/local-development), [Self Hosting](https://supabase.io/docs/guides/self-hosting), and [Postgres Reference](https://supabase.io/docs/reference/postgres/getting-started) docs (all still under development).
</Release>

<Release version="v0.21.02" date="March 2, 2021" published="2021-03-02T03:38:14.000Z" url="https://github.com/supabase/supabase/releases/tag/v0.21.02">
## February Beta 2021

Supabase is an open source Firebase alternative. We've now been building for one year. Here's what we released last month.

This is also available as a [blog post](https://supabase.io/blog/2021/03/02/supabase-beta-february-2021) and a [video demo](https://youtu.be/h-ses99G45g).

### Dashboard Sidebars

We've improved the UX of our Dashboard with sidebars in every section, including the Table view, the Auth section, and the SQL Editor.

![Our dashboard has sidebars](https://user-images.githubusercontent.com/10214025/109592536-5fcd0480-7b4a-11eb-9251-3f56b58660ca.png)


### SQL Autocomplete

Writing SQL just got 10x easier. We added autocomplete to the SQL editor, including table & column suggestions.

![autocomplete](https://user-images.githubusercontent.com/10214025/109593221-87709c80-7b4b-11eb-8dc3-65c94cc64787.gif)


### Auth Redirects

Redirect your users to specific route within your site on [`signIn()`](https://supabase.io/docs/client/auth-signin#sign-in-with-redirect) and [`signUp()`](https://supabase.io/docs/client/auth-signup#sign-up-with-redirect). 

<img width="653" alt="Redirect your users after sign up" src="https://user-images.githubusercontent.com/10214025/109592772-c8b47c80-7b4a-11eb-81cb-2b241293923a.png"/>



### Learning Resources

We've released a new [Resources](https://supabase.io/docs/resources) section in our docs, as well as two new Auth modules: [GoTrue Overview](https://supabase.io/docs/learn/auth-deep-dive/auth-gotrue) and [Google OAuth](https://supabase.io/docs/learn/auth-deep-dive/auth-google-oauth).

![Our dashboard has sidebars](https://user-images.githubusercontent.com/10214025/109592814-dc5fe300-7b4a-11eb-8fbf-c6d5782991f8.png)


### New Region

Launch your database in South Africa.

![Launch your database in South Africa](https://user-images.githubusercontent.com/10214025/109592834-e7b30e80-7b4a-11eb-96d5-fbafdb023528.png)



### Kaizen

- We filled up our [Examples](https://supabase.io/docs/guides/examples) page with a lot of new content.
- We released a [Docker Compose](https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml) file for running Supabase locally. This will be used in our upcoming CLI.
- We have a couple of pending RFCs which you may want to participate in:
    - [Planning our CLI and Local Development](https://github.com/supabase/cli/pull/2)
    - [Connection Pooling on Supabase](https://github.com/supabase/postgres/blob/rfc/connection_pooling/rfcs/0001-connection-pooling.md)
</Release>

<Pagination cursor="2021-03-02T03:38:14.000Z|2026-03-31T14:06:32.858Z|rel_2phLqu8p36KrmstkDgy5C" next="https://releases.sh/supabase/supabase.md?cursor=2021-03-02T03%3A38%3A14.000Z%7C2026-03-31T14%3A06%3A32.858Z%7Crel_2phLqu8p36KrmstkDgy5C&limit=20" />
