A deep dive into how we scale Postgres in real time
Neon
npx @buildinternet/releases get neonCLI agents one-command setup; MCP stalled-query checks
Breaking (minor)This release4 featuresNew capabilities2 enhancementsImprovements to existing featuresAI-tallied from the release notesThree new Neon CLI commands — neon mcp, neon skills, and neon plugins — install Neon into coding agents like Cursor and Claude Code without manual config. The MCP server's inspect_database tool now reports queries stalled over 30 seconds, and new NAT gateway IPs in us-east-2 require allowlist updates.
CLI now neon; branch link, checkout, and db inspect land
Breaking (minor)This release6 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notesThe Neon CLI is now installed as neon instead of neonctl, with the old name kept as an alias. New commands cover branch-first workflows (link, checkout, env pull), read-only Postgres diagnostics via inspect db, agent onboarding through init/mcp/skills, plus api-keys and profile management.
A deep dive by Neon argues for treating Postgres' write-ahead log as the source of truth, backed by S3 object storage, with the LSN making the timeline addressable for agent-style history operations like branching, point-in-time restore, and parallel isolation.
Lakebase Search install simplified; CLI gains keyring
This release5 featuresNew capabilities2 enhancementsImprovements to existing featuresAI-tallied from the release notesLakebase Search extensions can now be installed directly with two CREATE EXTENSION statements, and both extensions were updated to newer versions. The Neon CLI stores credentials in the OS keyring with --keyring and inspects every database on a branch at once; the Neon MCP server is now an official Claude connector.
New guide explains how open-weight models deliver performance on Neon AI Gateway, which calls Databricks Foundation Model APIs for Databricks-hosted open-weight models.
Backend logs now queryable from CLI; MCP and API support included
This release1 featureNew capabilitiesAI-tallied from the release notesNeon Functions and Object Storage logs are now queryable through the neon logs CLI command with filters for source, severity, and message text. The same log stream is also available via Neon MCP server, the Logs API, the @neon/sdk, and raw Loki endpoints.
AI Gateway serves frontier and open-weight models from your branch
This release1 featureNew capabilitiesAI-tallied from the release notesNeon AI Gateway lets you call frontier and open-weight models from within Neon, replacing per-lab API keys with one Neon credential and unified billing at provider list prices. Models are hosted by Databricks on its Foundation Model APIs, and each Neon branch gets its own gateway host with credentials that follow branch lineage.
Neon Functions: backend logic next to your data
This release3 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notesNeon Functions brings Node.js 24 compute to your branch, colocated with Lakebase Postgres in the same region, with DATABASE_URL and other Neon backend credentials injected automatically. Long-running across requests, it supports WebSockets and SSE via Postgres LISTEN/NOTIFY fan-out, and functions branch with your database with their own public HTTPS URLs per branch.
Vercel CLI lands Neon agent skills with database provisioning
This release2 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notesvercel integration add neon now provisions a Neon database on a Vercel project, injects connection variables like DATABASE_URL, and automatically installs Neondatabase/agent-skills from skills.sh so agents know how to use the provisioned setup. Preview deployments get isolated Neon branches; cleanup follows the integration path's retention policy.
Electric joins Neon; AI Gateway lands Vercel SDK provider
This release4 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notesElectric and its PGlite sync engine join Neon, bringing real-time, local-first Postgres sync to the platform. The Neon AI Gateway is now a community provider for the Vercel AI SDK with a single credential for 42+ models, and Neon's agent skills/MCP server ships as an Agent Plugins 1.0.0 package for any conforming client.
Console layout reworked; AI Gateway adds models; CLI gains api-keys
This release5 featuresNew capabilities2 enhancementsImprovements to existing featuresAI-tallied from the release notesThe Console sidebar now groups all branch-level backend services at the same level, with project-level items separated from branch-level items; branch Overview lists service status. AI Gateway adds Kimi K3, GLM-5.2, Inkling, and new Gemini/GPT models. Project-level permissions now support existing orgs, and the CLI adds api-keys and profile commands for scoped credentials and multi-account switching.
Object Storage branches with your Postgres database
This release4 featuresNew capabilitiesAI-tallied from the release notesNeon Object Storage is now in beta, bringing S3-compatible object storage with branch-style semantics: buckets and objects inherit and fork alongside Postgres branches, with copy-on-write isolation and lineage-based versioning. Access works via standard S3 tools with Neon credentials, and neon.ts can provision buckets alongside the database.
Neon posits that RL post-trained open-source models can match frontier-model search accuracy for a fraction of the cost, pointing at Castform's post-training pipeline running against Lakebase Search on Neon as the proof.
Per-project permissions shipped; agents get scoped keys
Breaking (minor)This release1 featureNew capabilitiesAI-tallied from the release notesNeon now supports per-project permissions with four org-level roles (Admin, Editor, Viewer, Collaborator) and project-level Admin, Editor, and Viewer grants. The existing project collaboration functionality is deprecated and replaced by the new Collaborator role plus project-level permissions.
Project-level access controls ship; existing orgs migrate automatically
BreakingThis release8 featuresNew capabilities6 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notesProject-level permissions let you grant Viewer, Editor, or Admin access on individual projects, while the new Collaborator organization role provides no default access until specific projects are granted. Existing organizations are migrated automatically with no action required. Also includes new guides for building durable workflows and an LLM proxy on the Neon backend, Lakebase Search case study and guide, renamed spending limits to spending notifications, schema-qualified table names in the MCP server, and a Drizzle Studio 1.5.1 update with multi-column sorting and keyboard shortcuts.
Postgres diagnostics via CLI; backend log querying
This release2 featuresNew capabilitiesAI-tallied from the release notesThe Neon CLI now supports neon inspect db for running read-only Postgres diagnostics, and backend log querying is available.
Blog post recounts using the new backend suite (beta) to build a working Git host during a GitHub outage, with no prior knowledge of Git server internals.
14 read-only Postgres diagnostics land in Neon CLI
This release1 featureNew capabilitiesAI-tallied from the release notesNew neon inspect db command provides 14 read-only, curated diagnostic queries against Postgres catalog views, covering table/index sizes, bloat, unused indexes, sequential scans, long-running queries, locks, query statistics, vacuum status, replication slots, and local file cache hit rate. Connections are resolved automatically for linked Neon projects, and results can be output as table, JSON, or YAML.
Backend beta, TypeScript SDK, passkey support, and CLI diffs
This release4 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notesNeon Object Storage, Functions, and AI Gateway are now in beta, and a new TypeScript SDK (@neon/sdk) replaces @neondatabase/api-client as the recommended API client. Passkey sign-in is available, and the CLI adds a git-style diff command alongside config diff output.