releases.shpreview

Neon Blog

Mon
Wed
Fri
JulAugSepOctNovDecJanFebMarAprMayJunJul
Less
More
Releases16Avg5/mo

Neon has expanded beyond serverless Postgres into a full backend platform, launching Object Storage, Functions, and AI Gateway in beta. Object Storage provides S3-compatible storage that branches with your data, Functions offers 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. All three are available to all users with no access request, free during beta, and can be deployed via a single neon.ts file.

Read more →

The Neon CLI now includes an api passthrough command that gives agents access to every Neon API endpoint as it's released, with secure credential handling and full HTTP method support via flags like -X, -F, -Q, and -H. The command surfaces all available endpoints via neon api --list and eliminates the need for agents to manage raw authentication tokens.

Read more →

@neon/sdk is a new TypeScript client for the Neon API, replacing @neondatabase/api-client. It is fetch-based, zero dependencies, ESM-only, and generated from the OpenAPI spec with an ergonomic layer that handles authentication, typed error results, automatic retries, readiness polling, pagination, and multi-step workflows like snapshot preview-before-commit and project transfer across organizations.

Read more →

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 more →

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 more →

Three new Neon CLI commands, neonctl link, checkout, and env pull, streamline branch-first development by connecting workspaces to Neon projects, managing development variables, and switching branches. These commands can be used directly or handed to coding agents, with options to inject environment variables at runtime or integrate with env managers.

Read more →

Neon is expanding beyond Postgres with a branchable stack of backend primitives including authentication (available now), data API (available now), object storage, compute, and an AI gateway (all coming soon). The AI Gateway, powered by Databricks infrastructure, already handles over 125 trillion tokens monthly with enterprise-grade features like high availability, logging, and cost controls. Neon's core Postgres team remains the largest it has ever been, with growth funded by expansion within Databricks.

Read more →

Neon published Neon Slop Fork, a fully functional dashboard rebuild created by a coding agent using only the public Neon API, OpenAPI spec, and TypeScript SDK. The project demonstrates API-first design for agent accessibility and serves as a template for building custom Neon management surfaces.

Read more →

Neon disabled full-page writes (FPW), a Postgres durability feature made redundant by Neon's separated compute-storage architecture, achieving up to 5x write throughput improvement on large instances and 94% reduction in WAL traffic. Image generation was moved from the compute layer to Neon's distributed storage system, which now generates full-page images based on actual page changes rather than Postgres checkpoints, preserving read performance while eliminating WAL overhead.

Read more →

Neon's documentation engineer shares lessons from making docs machine-readable for AI agents, including MDX-to-Markdown conversion pipelines, content negotiation via Accept headers, llms.txt indexing strategies, and findings from scanning 250+ tech documentation sites. Key patterns include serving Markdown by appending .md to URLs (53% of surveyed sites), honoring Accept: text/markdown (41%), and structuring llms.txt indexes with sections rather than flat lists.

Read more →

An official Neon plugin is now available in the OpenAI Codex marketplace, connecting Codex directly to Neon databases through MCP. The plugin bundles tools to create and manage projects, branches, and databases; run SQL queries; and validate connections, plus skills for Neon-specific workflows like branching strategies, autoscaling, and egress optimization.

Read more →

Neon now automatically prewarms compute caches before planned restarts, eliminating the performance degradation that typically follows database restarts. The system spins up a new compute node in the background, loads cached pages from shared storage, subscribes to the write-ahead log to stay current, and promotes the prewarmed node to primary—all without additional cost or user configuration. Read/write endpoints in all regions use this process by default; read-only endpoints are coming soon.

Read more →
Last Checked
51m ago
Latest
Jul 15, 2026
Tracking since Feb 4, 2025