Storage release
What's new
-
Compute: Added support for the PostgreSQL
xml2andpgjwtextensions. For more information about PostgreSQL extensions supported by Neon, see PostgreSQL extensions. -
Compute: Updated the versions for the following PostgreSQL extensions:
- Updated the
address_standardizer,address_standardizer_data_us,postgis,postgis_raster,postgis_tiger_geocoder,postgis_topologyextensions to version3.3.2. - Updated the
plv8,plls,plcoffeeextensions to3.1.5. - Updated the
h3_pgextension to4.1.2.
Updating an extension version requires running an
ALTER EXTENSION <extension_name> UPDATE TO <new_version>statement. For example, to update thepostgis_topologyextension to the newly supported version, run this statement:ALTER EXTENSION postgis_topology UPDATE TO '3.3.2'; - Updated the
-
Pageserver: Corrected the storage size metrics calculation to ensure that only active branches are counted.
-
Proxy: Enabled
OpenTelemetrytracing to capture all incoming requests. This change enables Neon to perform an end-to-end trace when a new connection is established.