BetaWeekly digests are a beta — we're trying something new. Feedback welcome.
Neon expands to a full backend platform
July 13–19, 2026
Neon launched Object Storage, Functions, and AI Gateway in beta, turning serverless Postgres into a complete backend platform. PlanetScale shipped hardware and observability upgrades, and Supabase brought cross-service logging into open beta.
Neon's backend betas go live
The defining story of the week is Neon's expansion beyond Postgres into a full backend platform. Three new services — Object Storage, Functions, and AI Gateway — graduated from private preview to beta and are now available to all users on existing projects in AWS US East (Ohio). Object Storage offers S3-compatible storage that branches with your data, Functions provides long-running Node.js 24 HTTP handlers deployed next to your database, and AI Gateway gives one credential and endpoint for seven model providers backed by Databricks. You can declare your entire backend in a single neon.ts file, and it branches with your data — fork a branch and you get an isolated copy of your database, storage, functions, and AI gateway configuration. The accompanying blog post notes all three are free during beta. Alongside these betas, Neon shipped a new TypeScript SDK (@neon/sdk) that replaces @neondatabase/api-client, added passkey sign-in, and introduced a Git-style diff command in the CLI.
PlanetScale adds dense storage and deeper observability
PlanetScale announced i8ge Metal instances with locally-attached NVMe drives ranging from 1.25 TB on the M-160 to 60 TB on the M-7680, available across eight AWS regions. For teams managing connection pooling, the Terraform provider v1.5.0 adds a planetscale_postgres_bouncer resource for managing dedicated PgBouncers with drift detection. On the observability side, Query Insights now includes a graph tab for plotting time series of any metric — CPU, I/O, rows read, block cache hit ratio — and sparklines in the query table navigate directly to the detailed view. A schema change approval workflow was also hardened: deploy request approvals are now automatically dismissed whenever the underlying schema changes, with planetscale-bot commenting on the changes and removing approved requests from the deploy queue.
Supabase: unified logging and CLI hardening
Supabase Unified Logs entered open beta, bringing logs from every service — API gateway, Postgres, Auth, Storage, PostgREST, Realtime, and connection poolers — into one searchable view with a live tail, histogram timeline, and request-level detail panels. This replaces the previous workflow of jumping between separate log pages to correlate a single request. The CLI received several improvements: API keys are now redacted from terminal output, configless type generation was restored, and a new lint detects local API exposure. The JS client SDK shipped a series of fixes including preserving the PKCE verifier in the auth flow, stopping API key leaks in function call Authorization headers, and correctly typing self-referencing embeds as arrays. Auth v2.193.0 added experimental provider linking-domain groups and downgrades session AAL when an admin deletes a MFA factor.
Turso and the broader ecosystem
Turso published an intriguing engineering deep-dive on running unmodified Doom in the SQLite bytecode language, and announced they're building a modern Postgres implementation in Rust. A tutorial on building a retrieval pipeline with Turso and Voyage AI was also published. The Turso CLI v1.0.30 made the org JWKS template endpoint a POST request.
Releases covered18
- Supabase Unified Logs enters open beta with cross-service search
- Supabase CLI v2.110.0-beta.31 redacts API keys from terminal output
- Supabase CLI v2.110.0-beta.29 restores configless type generation
- Supabase CLI v2.110.0-beta.30 detects local API exposure lints
- Supabase JS Client SDK v2.110.3 preserves PKCE verifier and pins tstyche target
- Supabase JS Client SDK v2.110.4 stops sending API key in function calls
- Supabase JS Client SDK v2.110.6 fixes self-referencing embed types and realtime opts
- Supabase Auth v2.193.0 links provider domains and downgrades session AAL on factor deletion