Neon Release Notes
Last updated: Apr 4, 2026
Neon Products
All Neon Release Notes (83)
- Apr 3, 2026
- Date parsed from source:Apr 3, 2026
- First seen by Releasebot:Apr 4, 2026
- Modified by Releasebot:Apr 7, 2026
APR 03, 2026
Neon adds AI-assisted shortcuts in Docs, with copy-as-Markdown and ChatGPT or Claude context, plus a setup flow for Neon with AI and MCP Server access. It also updates the neon extension, deprecates pg_search and Azure regions, and includes fixes and improvements.
AI-assisted shortcuts in the Neon Docs
Copy page in the header opens a menu on every Neon Docs page: copy the page as Markdown, or open it in ChatGPT or Claude to ask questions with the page in context.
Set up Neon with AI appears in the right-hand sidebar. Choose it to open a modal where you can copy
npx neonctl@latest init(npm or Homebrew tabs).The init command gives your assistant Neon context and configures the Neon MCP Server. For the full flow and supported tools, see Connect MCP clients to Neon.
Postgres extension updates
neon extension version update
The neon extension is now version 1.14, up from 1.9. The neon extension can be used to monitor Local File Cache usage (how often pages are served from cache versus Neon storage) through the neon_stat_file_cache view and EXPLAIN ANALYZE. See The neon extension for details.
pg_search deprecation
Neon support for the pg_search extension is deprecated. As of March 19, 2026, it is not available for new Neon projects.
If you already use pg_search : you will continue to have access to the extension on your existing projects. Our team will contact you to discuss alternative options and deprecation timelines. You do not need to take action before we reach out. See The pg_search extension for alternatives you may want to explore.
Azure region deprecation
As of April 7, 2026, all Neon Azure regions (azure-eastus2, azure-westus3, and azure-gwc) are deprecated.
If your project already runs in an Azure region: your databases keep running as they do today.
If your organization actively uses Azure regions: you can continue to create new projects in Azure regions to maintain your current operations. Otherwise, new Azure project creation is no longer available.
We will contact you directly to discuss migration options and timelines. You do not need to migrate on your own before we reach out. See Region migration if you want to start planning a move.
HOW TO CHECK IF YOU ARE ON AN AZURE REGION
Open your organization’s Projects page. Your project’s region is shown in the Projects table.
Build stateful AI agents with Mastra and Neon
Building stateful AI Agents with Mastra and Neon Postgres shows how to use Mastra’s Memory module with Neon so agents keep context across threads and sessions instead of starting from scratch every time.
Build on Neon with the Vercel AI SDK
Build a Data-Driven AI Assistant on Slack with Vercel AI SDK and Neon Read Replicas walks through a Slack bot that answers data questions with the Vercel AI SDK. Queries run against a Neon read replica so production stays protected.
Neon branching GitHub Actions
Neon API
Fixes & improvements
Original source Report a problem - Apr 3, 2026
- Date parsed from source:Apr 3, 2026
- First seen by Releasebot:Apr 4, 2026
Apr 03, 2026 – AI shortcuts in the Neon Docs, Postgres extension updates, Azure region deprecation, Mastra and Vercel AI SDK guides, and more
Neon adds AI-assisted Docs shortcuts, a setup flow for Neon with AI, and a newer neon extension with Local File Cache monitoring. It also announces pg_search deprecation, Azure region changes, and fixes plus improvements to branching, GitHub Actions, and the Neon API.
AI-assisted shortcuts in the Neon Docs
Copy page in the header opens a menu on every Neon Docs page: copy the page as Markdown, or open it in ChatGPT or Claude to ask questions with the page in context.
Set up Neon with AI appears in the right-hand sidebar. Choose it to open a modal where you can copy
npx neonctl@latest init(npm or Homebrew tabs).The init command gives your assistant Neon context and configures the Neon MCP Server. For the full flow and supported tools, see Connect MCP clients to Neon.
Postgres extension updates
neon extension version update
The neon extension is now version 1.14, up from 1.9. The neon extension can be used to monitor Local File Cache usage (how often pages are served from cache versus Neon storage) through the neon_stat_file_cache view and EXPLAIN ANALYZE. See The neon extension for details.
pg_search deprecation
Neon support for the pg_search extension is deprecated. As of March 19, 2026, it is not available for new Neon projects.
If you already use pg_search: you will continue to have access to the extension on your existing projects. Our team will contact you to discuss alternative options and deprecation timelines. You do not need to take action before we reach out. See The pg_search extension for alternatives you may want to explore.
Azure region deprecation
As of April 2, 2026, Neon no longer supports creating new projects in Azure regions, and support for azure-eastus2, azure-westus3, and azure-gwc regions is deprecated.
If your project already runs in an Azure region: your databases keep running as they do today. We will contact you directly to discuss migration options and timelines. You do not need to migrate on your own before we reach out. Please see Region migration if you want to start planning a move.
HOW TO CHECK IF YOU ARE ON AN AZURE REGION
Open your organization’s Projects page. Your project’s region is shown in the Projects table.
Build stateful AI agents with Mastra and Neon
Building stateful AI Agents with Mastra and Neon Postgres shows how to use Mastra’s Memory module with Neon so agents keep context across threads and sessions instead of starting from scratch every time.
Build on Neon with the Vercel AI SDK
Build a Data-Driven AI Assistant on Slack with Vercel AI SDK and Neon Read Replicas walks through a Slack bot that answers data questions with the Vercel AI SDK. Queries run against a Neon read replica so production stays protected.
Neon branching GitHub Actions
Neon API
Fixes & improvements
Original source Report a problem All of your release notes in one feed
Join Releasebot and get updates from Neon and hundreds of other software products.
- Mar 27, 2026
- Date parsed from source:Mar 27, 2026
- First seen by Releasebot:Mar 27, 2026
Mar 27, 2026
Neon adds Stripe Projects support and automatic cache prewarming for compute updates, while expanding Auth webhook guidance and AI agent workflows with instant database branching.
Neon Postgres in Stripe Projects
Neon is now part of Stripe Projects. Stripe Projects is a Stripe CLI workflow for hooking an app up to backends. You pick services from a catalog (databases, hosting, auth, and more), provision them into your provider accounts, and get connection strings and keys in your environment so your agent can run against a live backend.
Example Stripe CLI flow (after you install the Stripe CLI):
stripe projects init my-app # set up your project stripe projects catalog # browse available services stripe projects add neon/postgres # provision a Neon databaseLearn more in Neon works with Stripe Projects for agentic provisioning.
Automatic cache prewarming for compute updates
To apply updates to your Neon compute (Postgres upgrades, security patches, and the like), we restart the compute where Postgres runs during your update window. The restart itself typically takes only a few seconds, but in-memory caches are left cold, which can impact query performance until they warm up again.
To protect performance, we now prewarm your compute's cache during the update process without affecting restart times. There are no additional compute or storage costs associated with this enhancement.
For the technical details, see our blog post: Zero-Downtime Patching Part 1: Prewarming.
Snapshots billed at $0.09 per GB-month in May
Snapshots have been in Beta and available free to all users. Beginning May 1, 2026 Snapshot storage will be billed at $0.09/GB-month.
Neon Auth webhooks walkthrough with Resend
We announced support for Neon Auth webhooks a couple of weeks ago. With webhooks, your app receives auth events over HTTP so you can send OTPs and other auth messages through your own email, SMS, or WhatsApp providers, validate signups, or sync to other systems.
This week we have a new guide, Customizing Neon Auth with Webhooks, that walks you through setting up a Next.js app that handles webhooks, sends OTP email with Resend, tests locally with ngrok, and uses a blocking handler to reject signups you don't want. You can reference this guide alongside our Webhooks docs when you are ready to implement.
AI agents and instant database branching
Neon's instant database branching and AI coding agents work well together. Branching gives each run an isolated Postgres database in seconds, so agents can perform schema migrations, run tests, and try risky changes safely. The new guides below demonstrate this workflow with Codex and Claude Code.
- Safe AI-powered schema refactoring with OpenAI Codex and Neon: Use OpenAI Codex CLI with the Neon MCP Server so Codex can create an isolated branch, run Drizzle migrations, and validate schema refactors safely. In your project, wiring Codex to Neon is a small MCP configuration:
[mcp_servers.neon] url = "https://mcp.neon.tech/mcp" bearer_token_env_var = "NEON_API_KEY"- Isolated Subagents: Running Claude Code in parallel with Neon Database Branching: Use a post-checkout hook to give each Claude Code subagent its own Git worktree and Neon branch, so parallel agents can run without code or database collisions.
- Mar 27, 2026
- Date parsed from source:Mar 27, 2026
- First seen by Releasebot:Mar 27, 2026
Mar 27, 2026 – Cache prewarm, Stripe Projects integration, Neon Auth webhooks with Resend, and more
Neon releases Stripe Projects support, automatic cache prewarming during compute updates, and new Neon Auth webhook guidance with Resend. The update also highlights instant database branching for AI agents, showing how Neon helps teams provision, protect performance, and build safer workflows.
Neon Postgres in Stripe Projects
Neon is now part of Stripe Projects. Stripe Projects is a Stripe CLI workflow for hooking an app up to backends. You pick services from a catalog (databases, hosting, auth, and more), provision them into your provider accounts, and get connection strings and keys in your environment so your agent can run against a live backend.
Example Stripe CLI flow (after you install the Stripe CLI):
stripe projects init my-app # set up your project stripe projects catalog # browse available services stripe projects add neon/postgres # provision a Neon databaseLearn more in Neon works with Stripe Projects for agentic provisioning.
Automatic cache prewarming for compute updates
To apply updates to your Neon compute (Postgres upgrades, security patches, and the like), we restart the compute where Postgres runs during your update window. The restart itself typically takes only a few seconds, but in-memory caches are left cold, which can impact query performance until they warm up again.
To protect performance, we now prewarm your compute's cache during the update process without affecting restart times. There are no additional compute or storage costs associated with this enhancement.
For the technical details, see our blog post: Zero-Downtime Patching Part 1: Prewarming.
Snapshots billed at $0.09 per GB-month in May
Snapshots have been in Beta and available free to all users. Beginning May 1, 2026 Snapshot storage will be billed at $0.09/GB-month.
Neon Auth webhooks walkthrough with Resend
We announced support for Neon Auth webhooks a couple of weeks ago. With webhooks, your app receives auth events over HTTP so you can send OTPs and other auth messages through your own email, SMS, or WhatsApp providers, validate signups, or sync to other systems.
This week we have a new guide, Customizing Neon Auth with Webhooks, that walks you through setting up a Next.js app that handles webhooks, sends OTP email with Resend, tests locally with ngrok, and uses a blocking handler to reject signups you don't want. You can reference this guide alongside our Webhooks docs when you are ready to implement.
AI agents and instant database branching
Neon's instant database branching and AI coding agents work well together. Branching gives each run an isolated Postgres database in seconds, so agents can perform schema migrations, run tests, and try risky changes safely. The new guides below demonstrate this workflow with Codex and Claude Code.
- Safe AI-powered schema refactoring with OpenAI Codex and Neon: Use OpenAI Codex CLI with the Neon MCP Server so Codex can create an isolated branch, run Drizzle migrations, and validate schema refactors safely. In your project, wiring Codex to Neon is a small MCP configuration:
[mcp_servers.neon] url = "https://mcp.neon.tech/mcp" bearer_token_env_var = "NEON_API_KEY"- Isolated Subagents: Running Claude Code in parallel with Neon Database Branching: Use a post-checkout hook to give each Claude Code subagent its own Git worktree and Neon branch, so parallel agents can run without code or database collisions.
- Mar 20, 2026
- Date parsed from source:Mar 20, 2026
- First seen by Releasebot:Mar 21, 2026
MAR 20, 2026
Neon adds one-command setup for more AI assistants with npx neonctl@latest init, now supporting VS Code, Claude Code, Cursor, Claude Desktop, Codex, OpenCode, Antigravity, Cline, Gemini CLI, GitHub Copilot CLI, Goose, MCPorter, and Zed. It also adds Billing page support requests and new guides.
One-command setup for more AI assistants
The
npx neonctl@latest initcommand, which sets up Neon and configures the Neon MCP Server for you, now supports more AI assistants including VS Code, Claude Code, Cursor, Claude Desktop, Codex, OpenCode, Antigravity, Cline, Cline CLI, Gemini CLI, GitHub Copilot CLI, Goose, MCPorter, and Zed.Run it from the root directory of your project:
npx neonctl@latest initThe init command uses add-mcp to configure the Neon MCP Server for your AI assistant. See Supported agents (add-mcp) for the full list of supported agents.
Request billing support from the Billing page
Paid plans can open Request billing support on the Billing page. The form lets you choose an invoice and describe your issue.
New examples and guides
- neon-auth-orgs-example in neondatabase/neon-js: A small multi-tenant todo app that demonstrates Neon Auth’s Organization plugin end to end. Learn more about the Organization plugin. For other Neon Auth samples, browse examples/ in that repo.
- Build your own Full-Stack Cloud Agents with Cloudflare Sandboxes and Neon Database Branching: Run a Cloudflare Sandbox worker that creates a Neon branch per task, runs an agent such as Claude Code with a branch-specific DATABASE_URL, then commits and opens a pull request.
- Triaging pull requests with OpenCode and Neon Database Branching: Use GitHub Actions with OpenCode and Neon's create-branch-action, so each issue-triggered run gets its own Postgres branch for schema changes, migrations, and validation before the PR.
- Mar 20, 2026
- Date parsed from source:Mar 20, 2026
- First seen by Releasebot:Mar 21, 2026
Mar 20, 2026 – One-command setup supports more agents, improved billing support, and more
Neon adds one-command setup for more AI assistants through neonctl init, expanding Neon MCP Server support across popular tools. It also brings request billing support in the Billing page and new Neon Auth and branch-based example guides.
One-command setup for more AI assistants
The
npx neonctl@latest initcommand, which sets up Neon and configures the Neon MCP Server for you, now supports more AI assistants including VS Code, Claude Code, Cursor, Claude Desktop, Codex, OpenCode, Antigravity, Cline, Cline CLI, Gemini CLI, GitHub Copilot CLI, Goose, MCPorter, and Zed.Run it from the root directory of your project:
npx neonctl@latest initThe init command uses add-mcp to configure the Neon MCP Server for your AI assistant. See Supported agents (add-mcp) for the full list of supported agents.
Request billing support from the Billing page
Paid plans can open Request billing support on the Billing page. The form lets you choose an invoice and describe your issue.
New examples and guides
- neon-auth-orgs-example in neondatabase/neon-js: A small multi-tenant todo app that demonstrates Neon Auth’s Organization plugin end to end. Learn more about the Organization plugin. For other Neon Auth samples, browse examples/ in that repo.
- Build your own Full-Stack Cloud Agents with Cloudflare Sandboxes and Neon Database Branching: Run a Cloudflare Sandbox worker that creates a Neon branch per task, runs an agent such as Claude Code with a branch-specific DATABASE_URL, then commits and opens a pull request.
- Triaging pull requests with OpenCode and Neon Database Branching: Use GitHub Actions with OpenCode and Neon's create-branch-action, so each issue-triggered run gets its own Postgres branch for schema changes, migrations, and validation before the PR.
- Mar 13, 2026
- Date parsed from source:Mar 13, 2026
- First seen by Releasebot:Mar 14, 2026
MAR 13, 2026
Neon unveils unlimited organization members on the Free plan boosting collaboration; adds pagination and MFA indicators; Neon Auth expands with Organization settings and webhooks; expands NAT gateway IPs and VPC endpoints in us-east-1; adds network transfer monitoring and an AI egress optimizer skill.
Unlimited Neon org members on the Free plan
You can now add unlimited members to each organization on the Free plan. Collaborate with teammates, invite others to your org, or keep separate workspaces for personal projects, side projects, and collaborations.
WHAT ARE ORGS AND MEMBERS?
An organization is a workspace that owns Neon projects and where you manage projects and collaborate.
Members are people you invite to your organization.
Learn more.With unlimited members, listing them efficiently matters. The API for listing organization members now supports pagination and sorting, and the Console members page supports sorting and pagination. Member objects also include an optional has_mfa field, and the Console shows a 2FA indicator, following the recent introduction of two-factor authentication (2FA).
Organizations API example
Neon Auth
We're introducing two new Neon Auth features this week.
Organization settings.
You can now configure Organizations for Neon Auth from the Neon Console. Go to Auth > Configuration > Organizations (per branch) to enable or disable the plugin, set the maximum organization memberships per user and the maximum members per organization, choose the creator role (owner or admin) for new organizations, and control whether invitation emails are sent. These settings support multi-tenant apps where users create and join organizations. See Organization in the Neon Auth docs.
Auth Configuration > Organizations in the Neon Console
Webhooks.
Introducing Neon Auth webhooks. Configure webhooks to receive HTTP POST requests when authentication events occur (OTP delivery, magic link delivery, user creation). Use them to replace built-in email delivery with your own channels (SMS, custom email, WhatsApp), validate signups before they complete, or sync new users to CRMs and analytics. The guide covers event types, API configuration, payload structure, signature verification, expected responses, retry behavior, and testing. See Webhooks.
New NAT gateway IPs and VPC endpoint services in US East (N. Virginia)
We've expanded infrastructure capacity in the AWS US East (N. Virginia) region (us-east-1) with new NAT gateway IP addresses and new VPC endpoint service addresses for Private Networking.
UPDATE YOUR IP ALLOWLISTS
If you have IP allowlists on external systems that Neon connects to, update those allowlists to include the new NAT gateway addresses. Connections may be affected intermittently if traffic routes through non-allowlisted NAT gateways.
If you use Private Networking in us-east-1, you can now use the additional VPC endpoint service addresses for enhanced capacity and reliability. See the Regions documentation for the complete list of NAT gateway IPs and the Private Networking guide for VPC endpoint service addresses by region.
Stay on top of network transfer costs
Network transfer monitoring
Network transfer (egress) is data sent from your Neon databases to clients. It's one of the usage metrics that affects your bill on paid plans, and many teams only notice it when it shows up as a line item.
We've added two things to help. First, a guide that explains what network transfer is, what typically drives it (queries, pg_dump, logical replication, log export), how to monitor it in the Console and via the Consumption API, and how to manage or reduce usage. See Reduce network transfer costs.
Second, an agent skill that guides your AI assistant through diagnosing and fixing application-side query patterns that cause excessive egress. The skill walks through analyzing your codebase for anti-patterns (such as SELECT *, missing pagination, high-frequency queries on static data, and application-side aggregation), applying fixes, and verifying with tests. To add it:
Original source Report a problemnpx skills add neondatabase/agent-skills -s neon-postgres-egress-optimizer - Mar 13, 2026
- Date parsed from source:Mar 13, 2026
- First seen by Releasebot:Mar 14, 2026
Mar 13, 2026 – Unlimited org members on the Free plan, Neon Auth updates, and more
Neon unveils a busy release with unlimited org members on the Free plan, Neon Auth updates including org settings and webhooks, new NAT gateway IPs and VPC endpoints in US East, plus network transfer monitoring and an AI agent skill to reduce egress.
Mar 13, 2026 – Unlimited org members on the Free plan, Neon Auth updates, and more
Unlimited Neon org members on the Free plan
Link to Unlimited Neon org members on the Free plan
You can now add
unlimited members
to each organization on the Free plan. Collaborate with teammates, invite others to your org, or keep separate workspaces for personal projects, side projects, and collaborations.
Unlimited members on the Free plan
WHAT ARE ORGS AND MEMBERS?
An
organization
is a workspace that owns Neon projects and where you manage projects and collaborate.
Members
are people you invite to your organization.
Learn more
.
With unlimited members, listing them efficiently matters. The
API for listing organization members
now supports
pagination
and
sorting
, and the Console members page supports sorting and pagination. Member objects also include an optional
has_mfa
field, and the Console shows a 2FA indicator, following the recent introduction of
two-factor authentication (2FA)
.
Organizations API example
Neon Auth Link to Neon Auth
Neon Auth
We're introducing two new Neon Auth features this week.
Organization settings.
You can now configure
Organizations
for Neon Auth from the Neon Console. Go to
Auth
Configuration
Organizations
(per branch) to enable or disable the plugin, set the maximum organization memberships per user and the maximum members per organization, choose the creator role (owner or admin) for new organizations, and control whether invitation emails are sent. These settings support multi-tenant apps where users create and join organizations. See
Organization
in the Neon Auth docs.
Auth Configuration > Organizations in the Neon Console
Webhooks.
Introducing
Neon Auth webhooks
. Configure webhooks to receive HTTP POST requests when authentication events occur (OTP delivery, magic link delivery, user creation). Use them to replace built-in email delivery with your own channels (SMS, custom email, WhatsApp), validate signups before they complete, or sync new users to CRMs and analytics. The guide covers event types, API configuration, payload structure, signature verification, expected responses, retry behavior, and testing. See
Webhooks
.
New NAT gateway IPs and VPC endpoint services in US East (N. Virginia)
Link to New NAT gateway IPs and VPC endpoint services in US East (N. Virginia)
New NAT gateway IPs and VPC endpoint services in US East (N. Virginia)
We've expanded infrastructure capacity in the AWS US East (N. Virginia) region (
us-east-1
) with new NAT gateway IP addresses and new VPC endpoint service addresses for Private Networking.
UPDATE YOUR IP ALLOWLISTS
If you have IP allowlists on external systems that Neon connects to,
update those allowlists to include the new NAT gateway addresses
. Connections may be affected intermittently if traffic routes through non-allowlisted NAT gateways.
If you use Private Networking in
us-east-1
, you can now use the additional VPC endpoint service addresses for enhanced capacity and reliability. See the
Regions documentation
for the complete list of NAT gateway IPs and the
Private Networking guide
for VPC endpoint service addresses by region.
Stay on top of network transfer costs
Link to Stay on top of network transfer costs
Stay on top of network transfer costs
Network transfer monitoring
Network transfer
(egress) is data sent from your Neon databases to clients. It's one of the usage metrics that affects your bill on paid plans, and many teams only notice it when it shows up as a line item.
We've added two things to help. First, a
guide
that explains what network transfer is, what typically drives it (queries, pg_dump, logical replication, log export), how to monitor it in the Console and via the Consumption API, and how to manage or reduce usage. See
Reduce network transfer costs
.
Second, an
agent skill
that guides your AI assistant through diagnosing and fixing application-side query patterns that cause excessive egress. The skill walks through analyzing your codebase for anti-patterns (such as
SELECT *
, missing pagination, high-frequency queries on static data, and application-side aggregation), applying fixes, and verifying with tests. To add it:
Original source Report a problemnpx skills add neondatabase/agent-skills -s neon-postgres-egress-optimizer - Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 14, 2026
Mar 06, 2026 – Two-factor authentication, Data API Advisors, Neon Auth org settings, and more
Neon unveils 2FA for accounts with a 6 digit code, introduces Data API Advisors to scan for security and performance gaps, shows how to pair Neon and Vercel MCP servers for AI driven incident response, and adds unlimited members on the Free Plan to boost collaboration without a credit card.
Two-factor authentication (2FA)
Neon now supports two-factor authentication (2FA) for your account. Once enabled, you enter a 6-digit code from your authenticator app (for example, Google Authenticator, Authy, or 1Password) each time you log in. Set it up from your profile menu: Account settings → Set up two-factor authentication, then scan the QR code and verify with a code from your app. For details, see Two-factor authentication.
Data API Advisors
Data API Advisors is a new tab on the Monitoring page that helps you secure and tune your database when you use the Neon Data API, Neon's HTTP interface for querying your database from browsers, serverless functions, and edge runtimes. Because the Data API exposes your schema directly over HTTP, the RLS policies and security you define on your schema are critical. The advisors scan your database and report security and performance issues (such as missing RLS, sensitive columns exposed, or unindexed foreign keys) with severity levels and recommended fixes.
In the Neon Console, go to Monitoring > Data API Advisors for your branch to run a scan and view issues grouped by category.
For details, see Data API Advisors.
Combine Neon and Vercel MCP servers for powerful workflows
MCP servers make it incredibly easy to integrate tools and platforms. In this guide, learn how to combine the Neon MCP server with the Vercel MCP server so AI agents can diagnose production errors, validate database fixes on a Neon branch, and open pull requests with code changes. Try it with Claude Code or any agent that supports MCP. See AI-driven incident response with Vercel and Neon MCP.
Unlimited members on the Free Plan
You can now add unlimited members to each organization on the Free plan. Collaborate with teammates, invite others to your org, or keep separate workspaces for personal projects, side projects, and collaborations. No credit card required. For details, see Manage billing and Neon plans.
WHAT ARE ORGS AND MEMBERS?
An organization is a workspace that owns Neon projects. Members are people you invite to the organization. Learn more.
Original source Report a problem - Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 6, 2026
- Modified by Releasebot:Mar 14, 2026
MAR 06, 2026
Neon rolls out 2FA for accounts with setup via profile settings and QR verification, adds Data API Advisors to scan for security and performance issues on the Neon Data API, enables combining Neon MCP with Vercel MCP for AI‑driven incident response, and lets Free Plan orgs have unlimited members.
Two-factor authentication (2FA)
Neon now supports
two-factor authentication (2FA)
for your account. Once enabled, you enter a 6-digit code from your authenticator app (for example, Google Authenticator, Authy, or 1Password) each time you log in. Set it up from your profile menu:
Account settings → Set up two-factor authentication, then scan the QR code and verify with a code from your app. For details, see
Two-factor authentication.Data API Advisors
Data API Advisors
is a new tab on the
Monitoring
page that helps you secure and tune your database when you use the
Neon Data API
, Neon's HTTP interface for querying your database from browsers, serverless functions, and edge runtimes. Because the Data API exposes your schema directly over HTTP, the RLS policies and security you define on your schema are critical. The advisors scan your database and report security and performance issues (such as missing RLS, sensitive columns exposed, or unindexed foreign keys) with severity levels and recommended fixes.
In the Neon Console, go to
Monitoring > Data API Advisors
for your branch to run a scan and view issues grouped by category.
Data API advisor
For details, see
Data API Advisors
.Combine Neon and Vercel MCP servers for powerful workflows
MCP servers make it incredibly easy to integrate tools and platforms. In this guide, learn how to combine the
Neon MCP server
with the
Vercel MCP server
so AI agents can diagnose production errors, validate database fixes on a Neon branch, and open pull requests with code changes. Try it with Claude Code or any agent that supports MCP. See
AI-driven incident response with Vercel and Neon MCP
.Unlimited members on the Free Plan
You can now add
unlimited members
to each organization on the Free plan. Collaborate with teammates, invite others to your org, or keep separate workspaces for personal projects, side projects, and collaborations. No credit card required. For details, see
Manage billing
and
Neon plans
.WHAT ARE ORGS AND MEMBERS?
An
organization
is a workspace that owns Neon projects.
Membersare people you invite to the organization.
Original source Report a problem
Learn more.