Backend for apps and agents: coming soon
As announced last week, three new services are coming to Neon.
Storage: S3-compatible object storage that branches with your database. Every branch gets its own isolated storage state, so files and data stay in sync across dev, staging, and production.
Compute: Serverless functions that run alongside your Postgres database. Deploy code, trigger jobs asynchronously, and manage everything through the same CLI and API you already use.
AI Gateway: Route, log, and rate-limit LLM calls to OpenAI, Anthropic, or Gemini through a single proxy built into your Neon project. Streaming responses and per-request logging included. No extra infrastructure required.
Postgres 18 for newly created Neon projects
Postgres 18 is now the default for newly created Neon projects. Neon continues to support Postgres 14, 15, 16, and 17.
5x more network transfer on all paid plans
We've increased the public network transfer (egress) allowance on all paid plans from 100 GB to 500 GB per month. The new allowance takes effect automatically with no changes required on your end.
Faster Text-to-SQL in the SQL Editor
Text-to-SQL suggestions in the Neon SQL Editor are now significantly faster. You'll notice quicker responses when asking the AI to generate queries from natural language.
Link, branch, and query from the Neon CLI
Neon CLI v2.22.2 is a major CLI update that brings Vercel-style project linking, branch checkout, a top-level psql command, and full Data API management to the terminal.
neon link
neon checkout <branch>
neon psql production -- -c "SELECT version()"
Manually pay an invoice
Organization admins and personal account owners can now pay an outstanding invoice immediately from the Neon Console, without waiting for the automatic charge on the first of the month.
Expanded infrastructure capacity in AWS Europe (Frankfurt)
We've expanded infrastructure capacity in the AWS Europe (Frankfurt) region with new NAT gateway IP addresses and new VPC endpoint service addresses for Private Networking.
⚠ Title is a filing label — "Changelog 64 — June 5" is an internal version number. A developer scanning their inbox or feed has no reason to open this. The consequence of 5x more egress or AI Gateway shipping is never named in the subject.
⚠ Feature-First Bias throughout — every section leads with what the feature is, not what it changes for the developer. "AI Gateway: Route, log, and rate-limit LLM calls" describes the mechanism. The reader's actual gain (single proxy, no extra infra, per-request logging) is buried in the body.
⚠ No hierarchy between updates — Postgres 18 as default, 5x egress, AI Gateway, and CLI v2.22.2 are presented as equal-weight items. The most significant news (AI Gateway, full backend stack) competes visually with billing admin and infrastructure IPs.
⚠ Consequence buried in the 5x egress update — "The new allowance takes effect automatically with no changes required on your end" is the most actionable sentence in the whole update. It arrives as a subordinate clause after the spec number.
⚠ CLI update opens with version number — "Neon CLI v2.22.2 is a major CLI update" starts with internal versioning. The reader question is: what can I do now that I couldn't before? That answer is delayed by two sentences.
⚠ No CTA connected to the biggest news — the AI Gateway and backend stack announcement has no path to sign up for early access in the changelog body. The link exists in the docs but not surfaced as a visible action.