Neon Deploy: Learn how Neon helps developers ship faster with Postgres. Grab your ticket

Changelog

The latest product updates from Neon

New monitoring graphs

We're continuing to improve visibility into your database performance with two new graphs on the Monitoring page: LFC hit rate and Working set size.

LFC graphs for monitoring page

working set graph for monitoring page

The Local file cache hit rate graph shows the percentage of read requests served from memory. A high hit rate indicates better performance, as more data is served from cache (faster) instead of being pulled from storage (slower). See What is the Local File Cache for more info.

The Working set size graph tracks the amount of data your database accesses over time. For best performance, your working set should fit within the LFC, minimizing slower queries that pull data from storage. See Working set size for details.

New banner for custom date range selection

Along with the new graphs on the Monitoring page, we also now added a banner to show your custom date range selection, making it a bit easier to keep track of your selected time frame when analyzing performance metrics.

custom date range selection banner on monitoring page

Postgres extension updates

We added support for the following extensions to Postgres 17.

ExtensionVersion
address_standardizer3.5.0
address_standardizer_data_us3.5.0
h34.1.3
h3_postgis4.1.3
pg_hashids1.2.1
pg_roaringbitmap0.5
pgjwt0.2.0
pgrouting3.6.2
plv83.5
postgis3.5.0
postgis_raster3.5.0
postgis_sfcgal3.5.0
postgis_tiger_geocoder3.5.0
postgis_topology3.5.0
prefix1.2.10
semver0.40.0
unit7

For a complete list of Postgres extensions supported by Neon, see Postgres extensions.

Support for removing backup branches created by restore operations

When working with branches, we recommend removing old and unused branches where possible. This helps free up disk space and keep your project organized. We’ve made that easier: you can now remove the backup branches created by restore operations on your project’s root branch (typically named main). Previously, the backup branches could not be removed.

For more details, and other recommendations, see Deleting backup branches.

Fixes & improvements
  • Added email verification for Microsoft login:

    • New users signing in with Microsoft need to verify their email.
    • Existing users linking a Microsoft account will receive an email to complete the linking process.
  • Neon API change:

    Removed the deprecated /consumption/projects endpoint entirely from the API.

  • Fixes:

    • Fixed an issue where Free Plan users were sometimes unable to select a paid plan after their previous selection failed to register.
    • Fixed a problem with the Support form that became unresponsive when switching between Organizations.
Back to all changelog posts