Are you enrolled in a startup accelerator? Apply for our Startup Deal

Changelog

The latest product updates from Neon

RSS feed

A new Neon MCP Server command 🛠️

We're continuing to build Neon MCP Server capabilities. This week we added support for a new get_connection_string command that returns your database connection string.

If you haven't tried the Neon MCP Server yet, follow one of our guides to get started. Spin up databases instantly, run queries, and perform migrations using natural language in any IDE or AI tool that supports the Model Context Protocol (MCP).

Track your Neon Projects in Slack 💬

We've been fine-tuning the Neon Slack App that we first introduced back in January. If you haven't tried it yet, see the documentation for setup instructions.

Here are the commands it supports to help you manage and monitor your Neon projects:

  • /neon auth - Connect Slack to your Neon account
  • /neon projects - List your Neon projects
  • /neon usage - Show overall resource usage for your account
  • /neon help - List all available commands
  • /neon status - Check the current status of Neon's cloud service
  • /neon feedback - Share your thoughts and suggestions about the Neon Slack App
  • /neon projects usage - Show resource usage for a specific project
  • /neon projects shared - List all projects shared with you
  • /neon invite user - Invite users to your organization

We’d love to hear your feedback. Use the /neon feedback command in Slack to share your thoughts.

Get started faster with new Neon projects ⚡

We've added a Getting started widget to the Project Dashboard to help you set up new Neon projects faster. You'll see this widget whenever you create a new Neon project. It provides quick access to getting started actions and instructions:

  • Connect to your database – Easily find your database connection details.
  • Import your data – Bring your data to Neon with a few clicks.
  • Get sample data – Load sample datasets to experiment with Neon.
  • View database contents – Manage tables and data directly from the dashboard.

Get started with a new Neon project

Neon’s bug bounty program is now public 🕵️‍♂️

Neon’s bug bounty program on HackerOne is now open to the public! After a successful private launch, we’re now inviting security researchers to test our platform, identify vulnerabilities, and earn rewards. Read the announcement to learn more.

Fixes & improvements
  • Neon Console

    We've repositioned the "new query" button in the Neon SQL Editor, bringing it a little closer to the action. You'll now find it at the top of the editor. sql editor new query button

  • Postgres extension update

    The PostgreSQL Anonymizer (anon) extension, which was not officially supported in Neon but enabled for some users for evaluation, will be removed. Data anonymization support continues to be on our 2025 roadmap. We will contact known anon extension users directly by email before we remove the extension. If you are using the anon extension and have questions or concerns, please reach out to Neon Support.

  • Drizzle Studio update

    We updated the Drizzle Studio integration that powers the Tables page in the Neon Console to version 1.0.17. For the latest improvements and fixes, see the Neon Drizzle Studio Integration Changelog.

  • Neon GitHub Actions update

    The Neon Create Branch Action was refactored to use the GitHub typescript-action template, and the version was updated to v6. The new version includes new and modified field names.

São Paulo AWS region now generally available 🇧🇷

Neon is now generally available in AWS's São Paulo region (sa-east-1). Create projects in the São Paulo region for lower latency access from South America and to keep your data within Brazil.

See all our supported Regions.

Transfer projects between organizations 🔄

You can now transfer projects from one organization to another directly from the Neon Console. Organization admins can move projects to any organization they're a member of, making it easier to manage projects across different organizations.

Transfer between organizations

See Transfer projects to an organization to learn more.

Create users directly from Neon Auth

Following last week's Neon Auth Beta release, we've now added the ability to create new users directly from the Neon Console. Add test users to your project without leaving your database environment — get started trying out Neon Auth with users right away.

Create user in Neon Auth

See About Neon Auth to learn more.

Manage your database from Cline or Windsurf

Following last week's guides for Cursor and Claude Desktop, you can now manage your Neon database directly from Cursor or Claude Desktop using natural language, made possible by the Neon Model Context Protocol (MCP) Server.

Neon MCP server on cursor

Learn how in these new guides:

Scheduled updates for Business plan accounts

A few weeks ago, we announced scheduled updates for Neon, which include Postgres version upgrades, security patches, and Neon feature enhancements.

Updates only take a few seconds and are applied at the scheduled time or the next time your compute restarts.

Updates for Business plan accounts will start rolling out next week. You can check for updates notices and choose a preferred update window — learn how.

Paid plan updates UI

Computes larger than 8 CU or configured to scale beyond 8 CU are not updated automatically.

For more information about updates, see our Updates documentation. If you have questions, please reach out to us on Discord or contact Neon Support.

Early Access Program now available for organizations 🔓

Organization admins can now enable Early Access for their entire organization. Once enabled, all organization members can preview upcoming Neon features across their organization's projects.

Early Access settings for organizations

Read more about the Early Access Program.

Postgres version updates

We updated supported Postgres versions to 14.17, 15.12, 16.8, and 17.4, respectively.

When a new minor version is available on Neon, it is applied the next time your compute restarts (for any reason). For more about how we handle Postgres version upgrades, refer to our Postgres version support policy.

Fixes & improvements
  • Neon Console

    • Improved concurrent operations in Console

      Recent improvements to concurrency handling in the API are now reflected in the Console. Buttons and controls are only disabled when strictly necessary, making it easier to work with multiple branches and endpoints simultaneously.

    • Restricted Neon Auth installation and removal to organization admins only

  • Drizzle Studio update

    We updated the Drizzle Studio integration that powers the Tables page in the Neon Console to version 1.0.15. For the latest improvements and fixes, see the Neon Drizzle Studio Integration Changelog.

  • API Updates

    Updated the @neondatabase/api-client package to include Neon Auth API endpoints

  • Neon serverless driver

    Updated dependencies in the Neon serverless driver to address security advisories. If you use the driver in your applications, we recommend updating it to the latest version.

  • Fixes

    • Fixed performance issues with database and role operations by preventing duplicate API requests
    • Improved the Restore UI to preserve your selections when switching between restore options
    • Fixed an issue where connection strings could show the postgres role instead of Neon's neondb_owner when working with migrated databases
    • Fixed inconsistent storage usage reporting for free tier accounts, ensuring the Billing page now correctly shows total storage usage instead of GB-months

Neon Auth is here! Get authentication in a couple of clicks

After a successful Early Access period, Neon Auth is now available in Beta to all users! Set up authentication for your application without writing integration code — Neon Auth automatically syncs user profiles from your auth provider straight to your Neon database.

Neon Auth Quick Start setup screen

What you get:

  • Query user profiles directly from your database using the neon_auth.users_sync table
  • Use our complete API to create integrations automatically, add users, and transfer ownership
  • Get up and running with a pre-configured Stack Auth project that Neon manages, with the option to transfer it to your Stack Auth account later

Get started:

  • Set up your auth integration in the Neon Console with our Quick Start or connect your existing Stack Auth project
  • Explore our sample Todo app showing Neon Auth with Drizzle ORM
  • Check out the documentation for full details

Currently supporting Stack Auth, with more providers planned.

Private Networking is generally available

Neon's Private Networking feature, which enables secure database connections via AWS PrivateLink, is now generally available and self-serve. This feature keeps traffic between your client application and Neon database within AWS's private network, bypassing the public internet.

This feature is available on our Business and Enterprise plans, but if you're on our Launch or Scale plan and want to try it out, you can request a trial from your Neon organization Settings page.

The GA release includes Neon API and CLI support for self-serve setup and management of Private Networking. See our Neon Private Networking guide for details.

Database Branching for Vercel Preview Environments

For users who come to Neon through Vercel — the Neon Postgres Native Integration, available from the Vercel Marketplace, now supports database branching for preview environments. You can now configure your integration to automatically create a dedicated database branch for each Vercel preview deployment. This lets you preview your application and database changes together without touching your production database or setting up a separate development database. To get started, see Vercel Native Integration Previews.

Active Queries and Query History views open to all

The Active Queries and Query History views in the Neon Console are now out of Early Access and available to all users. You can find them on the Monitoring page in your Neon project.

Neon query history

  • The Active Queries view displays up to 100 currently running queries for the selected Branch, Compute, and Database.
  • The Query History view shows the top 100 previously run queries for the selected Branch, Compute, and Database. Queries can be sorted by Frequency or Average time.

For more about these views, see Monitor active queries and Monitor query history.

Scheduled updates for Launch, Scale, and Business plans

A few weeks ago, we announced scheduled updates for Neon, which include Postgres version upgrades, security patches, and Neon feature enhancements.

Updates, which take only a few seconds, are applied at the scheduled time or the next time your compute restarts.

Updates for Launch and Scale Plan users will start rolling out next week. You can check for updates notices and choose a preferred update window — learn how.

Paid plan updates UI

Business plan users can expect update notices to start appearing next week on the Updates page shown above. We aim to provide 7 days' notice for updates on paid plans. Please select a preferred update window — learn how.

We also support checking for update notices and setting update windows programmatically using the Neon API.

For more information about updates, see our Updates documentation. If you have questions, please reach out to us on Discord or contact Neon Support.

Manage your database from Cursor or Claude Desktop

You can now manage your Neon database directly from Cursor or Claude Desktop using natural language, made possible by the Neon Model Context Protocol (MCP) Server.

Neon MCP server on cursor

Learn how in these new guides:

Chat with Neon AI while you code

In case you missed it, Neon now offers Copilot Chat extensions for GitHub and VS Code.

GitHub Copilot extensions

Install them now:

Currently, the extensions support chatting with the Neon documentation. Support for operations like creating branches, creating databases, and running migrations is coming soon.

Fixes & improvements
  • Neon Console

    • Replaced the Project creation page in the Neon Console with a simplified project creation modal.
    • Added placeholder support to the Projects page in the Neon Console to indicate when projects are still loading into the list view.
    • The Tables page in the Neon Console is powered by a Drizzle Studio integration. You can now check the Drizzle Studio integration version in your browser by inspecting the Tables page. For example, in Chrome, right-click, select Inspect, and go to the Console tab to view the current Tables version. You can cross-reference this version with the Neon Drizzle Studio Integration Changelog to track enhancements and fixes.
  • Go SDK

  • Neon Postgres Previews Integration for Vercel

    • Addressed an issue where Vercel preview deployments would be canceled if environment variables in Vercel were already set with the correct values.
  • Fixes

    • Fixed an issue on the Integrations page in the Neon Console where checkboxes on the Settings tab in the Vercel integration drawer did not update when toggled.
Was this page helpful?