Check out our new migration tool - Move your Postgres data to Neon by pasting your connection URL, no manual steps

Changelog

The latest product updates from Neon

RSS feed

Enable Neon Auth in Vercel

You can now enable Neon Auth directly from the Neon Postgres Integration on Vercel. Enable it when creating a database, or later by going to the Storage tab in Vercel, selecting your database, and updating the Settings.

Enable Neon Auth in Vercel

Neon Auth makes it easy to add authentication to your app. User data is stored in your Neon Postgres database, so you can query it like any other table — and join it with your app data.
Learn more in the Neon Auth guide.

Backup & Restore enhancements

The Backup & Restore page (available in Early Access) includes two updates:

  • The Instant point-in-time restore selector now defaults to the current time, making it easier to restore to the present or a recent point in time.

    instant restore date picker

  • You can now edit the snapshot name — an improvement based on feedback from our Early Access users.

    edit snapshot name

New guides

We've published new guides to help you get the most out of your Postgres database:

Fixes & improvements
  • Neon MCP Server

    • The list_projects and create_project MCP tools now return Neon organization details.
  • Neon API

    • Updated the Create branch API description to make it clear that the API creates a branch without a compute endpoint by default. To create a branch with a compute endpoint, the endpoint object must be added to the request body.
    • Expanded the General Error description in our API specification to clarify when it’s safe to retry a failed request based on the HTTP method and response.
  • Neon Postgres Integration on Vercel

    • When you connect a Vercel project to a Neon database, the integration now sets a NEON_PROJECT_ID environment variable in Vercel. This variable will support a new SaaS starter kit, which we'll introduce soon!
  • Usage notification emails

    • We've updated usage notification emails to include the account or org name they apply to. Helpful if you're part of more than one org — you'll know exactly where the alert is coming from.
  • Fixes

    • Fixed an issue that prevented creating more than one read replica on the Free plan, which supports up to three read replicas.
    • Fixed an issue with a pgrag extension function. A query using the rag_bge_small_en_v15.embedding_for_passage function failed to complete.
    • Fixed an issue where reaching the max_client_conn limit in PgBouncer could cause the connection info cache to be invalidated. This led to repeated attempts to wake the compute.
    • Removed a redundant Close button from the Connect to your database modal.

Neon Auth variables now set automatically in Vercel

For users of the Neon Postgres Integration on Vercel, we've made it easier to get started with Neon Auth. When you connect a Vercel project to a Neon database, the integration now sets the environment variables required to use Neon Auth in your Next.js project:

  • NEXT_PUBLIC_STACK_PROJECT_ID
  • NEXT_PUBLIC_STACK_PUBLISHABLE_CLIENT_KEY
  • STACK_SECRET_SERVER_KEY

These variables enable quick setup of Neon Auth, which syncs user profiles to your Neon database—making them queryable via the neon_auth.users_sync table. This simplifies authentication workflows in your app and removes the need to configure these values manually in Vercel.

To try Neon Auth, you can quickly deploy the Next.js template for Neon Auth, which is preconfigured to use these variables.

For more details on how the Neon integration sets Vercel environment variables, see our Vercel Native Integration guide.

Postgres version updates

We updated supported Postgres versions to 14.18, 15.13, 16.9, and 17.5, 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.

Postgres version and region migrations using Import Data Assistant

Neon's Import Data Assistant can help you move your data when you need to update your Postgres version or change regions. Check out the docs for details on how to use it for these scenarios.

Stream Arduino sensor data into Neon with NeonPostgresOverHTTP

During this week's product team hackathon, Peter Bendel (Postgres Performance Engineer) took top prize with a hardware project that streams Arduino sensor data directly into Neon. The project uses NeonPostgresOverHTTP — an open-source library available in the official Arduino Library Manager.

New guides

We've published new guides to help you get the most out of Neon:

  • HONC Guide - Building serverless Task APIs with Hono, Drizzle ORM, Neon, and Cloudflare for edge-enabled data applications
  • Zero Guide - Integrating Zero by Rocicorp with Neon to build reactive, real-time applications with client-side cache and instant UI updates
  • File storage integration guides for AWS S3, Azure Blob Storage, Cloudflare R2, and more - Learn how to store files in external services while tracking metadata in Neon
  • RedWoodSDK Guide - Connecting Neon to RedwoodSDK, a framework for building full-stack applications on Cloudflare
Fixes & improvements
  • Data API

  • Neon Console

    • Copy improvements may not typically warrant a changelog entry, but this one addresses a common point of confusion: the default compute settings UI now makes it clear that changes only apply to new computes you create, not existing ones.

      compute default settings

  • Neon RLS

    • Fixed an issue that prevented permissions from being granted to Neon RLS roles on read replicas.

Introducing the Neon Data API (Early Access)

We're excited to announce the Neon Data API, now available in Early Access! Instantly turn your Neon Postgres database into a REST API. No backend required. Query tables, views, and functions right from your client app using standard HTTP verbs (GET, POST, PATCH, DELETE), powered by PostgREST.

Data API enabled view with Project URL

What can you do with the Neon Data API?

  • Query your database from any client using HTTP or PostgREST-compatible SDKs (postgrest-js, postgrest-py, postgrest-go)
  • Secure your API with Neon Auth or your own JWKS

Once enabled, you'll get a unique API endpoint for your project. Here's how you might query your data from postgrest-js:

const { data, error } = await postgrest
  .from('notes')
  .select('id, title, created_at, owner_id, shared')
  .eq('owner_id', user.id)
  .order('created_at', { ascending: false });

Want to try it?

The Data API is in Early Access and requires an invite. Message us from the Console or on Discord and we'll get you set up.

Learn more in our getting started guide.

Neon credits

We’ve launched a new Neon credit system in the console that we'll use for promotions, referrals, and goodwill. To test the new system, we're offering a $20.00 credit to Free plan users who upgrade to a paid Neon plan.

Claim your $20 credit

The credit will appear at the top of the Neon console and is automatically applied to your account when you upgrade.

Credit system

Collapsible console sidebar

You asked, we delivered. The Neon Console sidebar is now collapsible, giving you more space to focus on your work. Perfect for smaller screens or when you just need a little extra room.

sidebar collapsible

Fixes & improvements
  • Neon MCP Server

    • We added a new MCP client authentication request dialog to the remote Neon MCP Server that displays the MCP client's name, website, and redirect URIs before authentication begins. The approvals are saved for subsequent authentication requests.
  • Private Networking

    • We fixed an issue that prevented some Private Networking users from using Private DNS.
  • Neon Console

    • We updated the Create project modal launched from the New Project button on the Projects page to use the newer modal used elsewhere in the console.

    • The new Backup & Restore page (available to Early Access users) which supports snapshots can now be enabled via a toggle. The toggle lets you switch back and forth between the new Backup & Restore page and the current Restore page. To learn more, see Backup & Restore.

      backup & restore toggle

    • We added support for transferring multiple projects from one organization to another.

      multiple project transfer

  • Neon API

  • Drizzle Studio update

    • The Drizzle Studio integration that powers the Tables page in the Neon Console has been updated to version 1.0.21. For the latest improvements and fixes, see the Neon Drizzle Studio Integration Changelog.
  • Fixes

    • Fixed an issue that caused an Org not found error to be displayed in the Neon Console immediately after creating a new org.
Was this page helpful?

Subscribe to our changelog.
No spam, guaranteed.