Share

Edge Release Notes - February 18, 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

Pipelines

  • 5 Minute Sync Frequency Option for All Users

    • Introduced the 5 minute sync frequency option for all users during Pipeline creation and editing. Previously, this option was enabled only on request through Support. You can now select it directly without any additional intervention. This helps reduce data latency and improve data availability in your Destination.
  • Support for External Orchestration in Pipelines

    • Hevo now supports using external workflow managers, such as Apache Airflow, to trigger and manage your Pipelines. Previously, the Pipelines were limited to Hevo’s native scheduling, which could make it difficult to keep data replication in sync with external system events. Using the Hevo Airflow Provider, you can integrate Pipelines directly into your end-to-end DAGs to coordinate upstream triggers, such as Cloud Storage file uploads, and downstream tasks, such as dbt transformations.

      With this enhancement, you can shift from fixed, interval-based polling to a flexible, demand-driven model managed entirely by the external orchestrator.

User Experience

  • Support for Hevo Stored Procedures in SQL Server Source

    • Hevo now automatically enables Change Data Capture (CDC) or Change Tracking (CT) on SQL Server tables during ingestion, provided the required stored procedures are installed in the database. Previously, tables without CT or CDC enabled were marked as inaccessible in the Pipeline, and data was not ingested from those tables.

      With this enhancement, if Hevo detects that CT or CDC is not enabled for a table, it automatically runs the required stored procedures and enables a supported ingestion mode. This ensures that new tables remain accessible without requiring manual configuration.

      This feature is currently in BETA and is available for new and existing Pipelines that use a SQL Server database where the required stored procedures are installed. To enable it for your team, contact Hevo Support.

      Read Hevo Stored Procedures for Change Tracking and Change Data Capture for more information.

Fixes and Improvements

Sources

  • Handling Incremental Failure Issue in PostgreSQL Sources

    • Fixed an issue across all variants of the PostgreSQL Source where incremental ingestion failed while processing delete events. This issue occurred for objects containing GEOMETRY column defined as NOT NULL.

      When a record is deleted in the Source table, Hevo assigns NULL values to all non-primary key columns in the deleted record. For tables with GEOMETRY columns defined as NOT NULL, this behavior caused schema validation errors, resulting in incremental ingestion failures.

      With this fix, Hevo ensures delete events are processed without violating NOT NULL constraints, ensuring incremental ingestion does not fail.

Last updated on Feb 25, 2026

Tell us what went wrong

Skip to the section