Release Version 2.47.3

Last updated on Apr 27, 2026

This is a minor release and will be integrated into the next major release. At that time, this release note will be merged into the next main release note.

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


Fixes and Improvements

Sources

  • Handling Data Mismatch for Newly Included Objects in Log-based Pipelines

    • Fixed an issue where records were missing at the Destination for objects included in a log-based Pipeline while an ingestion run was already in progress. This issue occurred because the incremental job loaded the object list only at startup and did not pick up newly included objects mid-run, causing all changes to those objects during that window to be missed.

      With this fix, Hevo monitors for changes in the object list during a run. When a newly included object is detected, Hevo restarts the ingestion job to fetch the data without any loss. There may be a brief pause in data ingestion when the job restarts to pick up newly included objects. The duration of the pause depends on the volume of new objects. This fix applies to all new and existing log-based Pipelines created with PostgreSQL, MySQL, and MongoDB as the Source.

  • Handling Duplicate Data Ingestion Issue in NetSuite SuiteAnalytics

    • Fixed an issue where the same records were repeatedly ingested during incremental loads, resulting in increased Event quota consumption. This issue occurred because the query window was not advanced after each successful fetch, causing the same time range to be reprocessed continuously.

      With this fix, Hevo now correctly updates the query window after each cycle, ensuring subsequent loads fetch only new records. This fix applies to all new and existing Pipelines.

Tell us what went wrong