Edge Release Notes - March 31, 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
-
Introduced 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.
Read Amazon Redshift Serverless for more information.
-
Sources
-
Support for Shopify as a Source
-
Introduced 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.
Read Shopify for more information.
This Source is currently in BETA. To enable it for your team, contact Hevo Support.
-
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.
-