Edge Release Notes - September 22, 2025
On This Page
The content on this site may have changed or moved since you last viewed it. As a result, some of your bookmarks may become obsolete. Therefore, we recommend accessing the latest content via the Hevo Docs website.
In this Release
New and Changed Features
Sources
-
Enhanced Data Type Support in PostgreSQL Sources
-
Hevo now supports additional PostgreSQL data types during ingestion:
-
Multidimensional Array: Values from multidimensional array columns are ingested and stored as JSON.
-
Ranged Data Types: Values from range columns, such as NUMRANGE or DATERANGE, are ingested and stored as JSON. Each value shows the start and end points of the range. These points specify whether the start or end values are included, excluded, or left open to indicate an infinite range.
-
Read the Data Type Mapping section of the respective PostgreSQL variant for more information.
-