Changelog

Changelog

New updates and product improvements

Edge Functions RSS

32 results

2026

Supabase's May developer update: custom OAuth/OIDC providers for Auth, ISO 27001 certification, @supabase/server SDK, branching without Git by default, plus Data API auto-exposure changes.

Supabase Edge Functions now rate-limit recursive and nested function-to-function calls at a minimum of 5,000 requests per minute per chain. Inbound and external requests are unaffected.

Supabase's March developer update: Log Drains on Pro, Storage performance and security overhaul, docs export as Markdown for AI tools, and Edge Functions dashboard for self-hosted and CLI.

Supabase's February developer update: PrivateLink GA, Supabase as an official Claude connector, Postgres best practices for AI agents, and a heads-up that pg_graphql is becoming opt-in.

2025

Developer Update for December 2025: Supabase ETL, Analytics and Vector Buckets, iceberg-js, Supabase Platform, OAuth 2.1 provider, Kiro integration, and AWS Marketplace listing.

Edge Functions now run Deno 2.1 in every region. No action required; fall back to Deno 1.45 via the forceDenoVersion=1 query parameter if you hit compatibility issues.

Edge Functions now accept a forceFunctionRegion query parameter to pin invocations to a specific region, useful when request headers cannot be controlled (CORS, webhooks).

Edge Functions now offer a Deno 2.1 preview on the hosted platform. Opt in via the forceDenoVersion=2 query parameter or x-deno-version: 2 header to test compatibility.

Supabase Edge Functions now run on Deno 2.1 locally via the Supabase CLI. Set deno_version = 2 in config.toml to try it before the hosted runtime upgrade. Report regressions during the preview.

Supabase developer update for February 2025: deploy Edge Functions from the dashboard, CLI, or Management API; new Model Context Protocol docs; and cheaper third-party Auth quotas.

The Supabase Management API now exposes endpoints to deploy a single Edge Function and to bulk-update functions atomically, useful for integrations and CI flows that do not depend on the Supabase CLI.

Supabase CLI 2.13.3 beta adds supabase functions deploy --use-api to deploy Edge Functions without Docker and to import files outside the supabase/ directory, ideal for monorepos and CI.

Supabase CLI 2.7.0 bundles static files with Edge Functions. Declare files in config.toml under static_files and read them at runtime via Deno APIs. Supports Wasm modules and HTML templates.

Supabase Edge Functions can now load NPM modules from a custom private registry, configured with NPM_CONFIG_REGISTRY in .env or on the deploy command. Requires Supabase CLI 2.2.8 or newer.

2024

Supabase Edge Functions now support a per-function deno.json or deno.jsonc file for managing imports and dependencies. Requires Supabase CLI v1.215.0 or later.

Supabase Edge Functions now accept a custom entrypoint via config.toml, so you can author functions in .js, .jsx, .tsx, or .mjs instead of TypeScript. Requires Supabase CLI 1.215.0 or later.

Supabase Edge Functions can now import npm packages from private registries via an .npmrc file under supabase/functions. Requires Supabase CLI v1.207.9 or later.

September 2024 developer update: the official Supabase + Vercel integration ships, Edge Functions boot 3x faster and are 2x smaller, and Supabase raises an $80M Series C.

Supabase Edge Runtime 1.57 is now serving Edge Functions and is compatible with Deno 1.45. Local development picks it up via Supabase CLI 1.192.5 or later. No action required.

June 2024 developer update: Edge Runtime Inspector for CLI debugging, view and abort running queries in Studio SQL Editor, and log drains via the ELK stack integration.

May 2024 Developer Updates from Consolidation Month: the new @supabase/ssr package, pgvector v0.7.0 with float16 vectors, Edge Functions memory fixes, and standardized Realtime error codes.

Supabase Edge Functions hosted platform now runs Edge Runtime v1.54, compatible with Deno 1.43. Local development with Supabase CLI v1.176.10 or later picks up the same compatibility.

Supabase Edge Functions now support JSR packages via jsr: imports, including modules like Oak. Local development requires Supabase CLI v1.166.1 or later.

January 2024 Platform Updates: Supavisor replaces PgBouncer for pooling, direct connections move to IPv6 with an IPv4 add-on available, plus Studio table-editor and email-template enhancements.

2023

Supabase February 2023 update: GraphiQL editor in the Dashboard, pgvector-powered docs search, Edge Functions CLI multi-serve, and a 1.3GB-to-250MB Postgres Docker image rebuild.

Supabase September 2022 update: three Kaizen weeks close 250+ issues, Auth UI launches on Product Hunt, and an open-source Postgres WASM ships with Snaplet.

Supabase September 2023 update: Realtime broadcast via REST, Supavisor pooling on all new projects, the Airtable Foreign Data Wrapper, and HNSW support in the Vecs Python client.

Supabase April 2023 Launch Week 7: open-source Supabase Logs, self-hosted Edge Runtime, Storage v3 with resumable 50GB uploads, SSO in Auth, Studio 2.0, and dbdev for Postgres packages.

Supabase May 2023 update: Supabase Vector toolkit launches, the Vault encrypted-secrets extension reaches all projects, and Next.js Auth Helpers add full App Router support with PKCE.

Supabase October 2022 update: supabase-js v2 and supabase-flutter v1 ship, the Next.js quickstart adopts Next.js 13, pgTAP database testing lands, and Edge Functions add GET/PUT/PATCH/DELETE.

Supabase Edge Functions secrets (SUPABASE_DB_URL, SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_KEY) now update automatically when you reset the database password or JWT secret.

Direct Postgres connections from Supabase Edge Functions are now secured with SSL automatically. No client configuration changes are required.

Build in a weekend, scale to millions