Edge Release Notes - March 2026
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
Destinations
Support for Amazon Redshift Serverless as a Destination
NewIntroduced support for Amazon Redshift Serverless as a Destination for creating Pipelines. Redshift Serverless is a cloud-based data warehouse that automatically scales resources based on your workload, eliminating the need for manual infrastructure management. It simplifies data analysis, and its pay-as-you-go pricing model makes it a cost-effective choice for handling variable and unpredictable workloads.
Amazon Redshift Serverless →Sources
Improved Handling of Publications in PostgreSQL Sources
EnhancedHevo now supports ingesting data from PostgreSQL publications that include any subset of insert, update, or delete operations. Earlier, if a publication did not include all three operations, Hevo marked the corresponding Source objects as Inaccessible in the Pipeline, preventing them from being selected for ingestion. With this enhancement, Hevo allows ingestion from publications that include any one or more of these operations and captures only the corresponding changes defined in the publication. This enhancement applies to all new and existing Pipelines created with any variant of the PostgreSQL Source.
Support for NetSuite SuiteAnalytics as a Source
NewIntroduced NetSuite SuiteAnalytics as a Source for creating Pipelines in Hevo. This integration enables you to access data from the NetSuite2.com Data Source via the SuiteAnalytics Connect service. Hevo supports both token-based authentication and OAuth 2.0, allowing you to securely connect to your NetSuite account and replicate data into your Destination in a structured, relational format for reporting and analysis.
Support for RAC and Multitenant Architecture in Generic Oracle
NewHevo now supports ingesting data from Oracle databases deployed using Real Application Clusters (RAC) and the multitenant architecture (CDB/PDB). With this enhancement, you can configure Pipelines to replicate data from Oracle environments designed for high availability and scalability, including RAC clusters and pluggable databases (PDBs) within a container database (CDB).
Support for Shopify as a Source
NewIntroduced Shopify as a Source for creating Pipelines in Hevo. Shopify is an e-commerce platform that helps businesses manage online stores, including products, orders, customers, inventory, and payments. This integration enables you to replicate data from your Shopify store into your Destination for analytics and reporting.
Shopify →Support for SQL Server Database Versions 2012 and 2014
NewIntroduced support for creating Pipelines with database versions 2012 and 2014 for the Azure SQL Server and Generic SQL Server variants. You can now replicate data from databases using these SQL Server versions into a Destination of your choice using Hevo Pipelines.
Fixes and Improvements
Pipelines
Handling Incorrect hevo_op_type Values in SQL Server Pipelines
Fixed an issue in Pipelines created with any variant of SQL Server Source using Change Tracking as the ingestion mode. Previously, when new records were inserted in the Source, Hevo incorrectly set the value of the hevo_op_type metadata column to Read (R) while loading them to the Destination. This caused insert operations to be misrepresented in the Destination. With this fix, Hevo now correctly sets the hevo_op_type value to Insert (I) for newly inserted records in the Source, ensuring accurate representation of insert operations in the Destination. This fix applies to all new and existing SQL Server Pipelines using Change Tracking as the ingestion mode.