Edge Release Notes - February 18, 2026

Last updated on Feb 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.

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.

Tell us what went wrong