releases.sh
Neon

Neon

neon.techDatabase
$npx @buildinternet/releases get neon

CLI agents one-command setup; MCP stalled-query checks

Breaking (minor)This release4 featuresNew capabilities2 enhancementsImprovements to existing featuresAI-tallied from the release notes

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

Read more →

CLI now neon; branch link, checkout, and db inspect land

Breaking (minor)This release6 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes

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

Read more →

Lakebase Search install simplified; CLI gains keyring

This release5 featuresNew capabilities2 enhancementsImprovements to existing featuresAI-tallied from the release notes

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

Read more →

Backend logs now queryable from CLI; MCP and API support included

This release1 featureNew capabilitiesAI-tallied from the release notes

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

Read more →

AI Gateway serves frontier and open-weight models from your branch

This release1 featureNew capabilitiesAI-tallied from the release notes

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

Read more →

Neon Functions: backend logic next to your data

This release3 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes

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

Read more →

Vercel CLI lands Neon agent skills with database provisioning

This release2 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes

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

Read more →

Electric joins Neon; AI Gateway lands Vercel SDK provider

This release4 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes

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

Read more →

Console layout reworked; AI Gateway adds models; CLI gains api-keys

This release5 featuresNew capabilities2 enhancementsImprovements to existing featuresAI-tallied from the release notes

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

Read more →

Object Storage branches with your Postgres database

This release4 featuresNew capabilitiesAI-tallied from the release notes

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

Read more →

Per-project permissions shipped; agents get scoped keys

Breaking (minor)This release1 featureNew capabilitiesAI-tallied from the release notes

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

Read more →

Project-level access controls ship; existing orgs migrate automatically

BreakingThis release8 featuresNew capabilities6 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notes

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

Read more →

14 read-only Postgres diagnostics land in Neon CLI

This release1 featureNew capabilitiesAI-tallied from the release notes

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

Read more →

Backend beta, TypeScript SDK, passkey support, and CLI diffs

This release4 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes

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

Read more →