Released: November 18, 2025
Overview
Issue:
When a compare-at price changed multiple times on the same day, our history table occasionally created slight overlapping date ranges (sub-second), which could surface as duplicate or conflicting rows in reporting.Solution:
Updated the price-history model to record changes using date-only precision instead of timestamps. Price history rows are now cleanly separated with no overlaps, giving you an accurate day-by-day view of compare-at price changes. Any existing overlaps have been cleaned up automatically.