releases.shpreview
Home/Collections/Serverless Postgres

Serverless Postgres

Managed Postgres with scale-to-zero and branching for modern stacks.

MonJun 15, 20269 releases
NeonSupabaseTurso
Daily summary

Neon launches infrastructure-as-code with neon.ts, Supabase adds custom OIDC

Neon introduced neon.ts for TypeScript-based infrastructure management and type-safe env vars, while Supabase Auth gained JSON config file support and custom OIDC discovery URLs.

  • Neon launched neon.ts, a TypeScript configuration file for declaring services as infrastructure as code and generating type-safe environment variables
  • Supabase Auth added JSON config file support and custom OIDC discovery URLs for non-standard configurations, alongside Azure issuer validation fixes
  • Neon's CLI added cursor pagination for functions and a recursive option for bucket object listings, with automatic pruning of stale environment variables
  • The Vercel CLI now supports provisioning a Neon database for a project entirely from the terminal with the command `vercel integration add neon`
  • Supabase's client SDK preserves a valid session on auth refresh failure, and its CLI ported the inspect report command to native TypeScript

Neon Blog

2 updates

Neon has launched neon.ts, a TypeScript configuration file for managing Neon services as infrastructure as code. It allows developers to declare services like functions, buckets, and AI gateways, and provides type-safe environment variables for applications.

Read post

Neon blog announces that the Vercel CLI now allows agents to provision a Neon database for a project with the command vercel integration add neon. This integration keeps the entire flow in the terminal, reducing steps for both humans and AI agents.

Read post
Authv2.190.0
Client SDKv2.108.2
Turso CLIv1.0.28
SunJun 14, 20262 releases
PlanetScaleNeon
Daily summary

neonctl gains more target and init options

neonctl v2.26.2 ships with target branch visibility and enriched init output.

  • neonctl v2.26.2 shows the target branch before actions and enriches init JSON output.
  • neonctl fetched templates via codeload tarball to avoid GitHub API rate limits.

Backups page defaults to all-time date filter

The backups page now shows more results by default, with the date filter set to all time so the full backup history across the retention period is displayed. Date filters remain available for narrowing to a specific period.

Read post
neonctlv2.26.2
FriJun 12, 20265 releases
PlanetScaleNeon
PlanetScale CLIv0.290.0

Pure-TypeScript psql client embedded in neonctl

Neon has embedded a pure-TypeScript psql client within neonctl, which activates automatically when a native psql is not found. This reimplementation, written by an AI and validated against PostgreSQL's regression suite, offers feature parity with the original client, including robust handling of REPL, backslash commands, output formats, connection layers, and auth/TLS. Lessons learned include runtime crypto library behavior and the challenges of achieving byte-perfect conformance.

Read post
Image
ThuJun 11, 20264 releases
PlanetScaleNeon
Daily summary

Neon adds vector search; PlanetScale intros CLI inspect

Neon announced private preview of Lakebase Search for vector and BM25 search, while PlanetScale CLI now inspects live database connections.

  • Neon private preview Lakebase Search brings scalable vector and BM25 full-text search via new Postgres extensions.
  • PlanetScale CLI now allows viewing and managing live database connections, including cancelling queries.
  • PlanetScale Postgres Traffic Control now supports rules per tag value for granular workload budgets.
  • Supabase CLI v2.106.0 makes public schema objects opt-in by default for the Data API.
  • Supabase Auth rc2.190.0-rc.27 is a checksum release.

PlanetScale Changelog

2 updates

You can now view and manage live connections directly from the pscale CLI for both Postgres and Vitess branches. Run pscale branch connections top <database> <branch> for a live, sorted view of every active session, allowing you to cancel queries or terminate connections.

Read post
CLI inspects live database connections

PlanetScale Postgres Traffic Control now supports rules that match each unique value for a selected tag, allowing separate budgets for every tagged part of your workload.

Read post
Go SDKv.0.169.0

Lakebase Search adds vector/BM25; CLI hardened

Lakebase Search, in private preview, brings scalable vector and BM25 full-text search via new Postgres extensions that scale to over 1 billion vectors and are stored in Neon's object storage. The neonctl CLI has been updated with end-to-end Neon Auth management, a complete branch-first dev loop, and psql access without requiring local installation. Also fixed an issue in the /consumption_history API where public_network_transfer_bytes incorrectly included ingress traffic.

Read post