This release adds an extra safety check to the view-count correction task to help prevent accidental data corruption during maintenance runs.
Corrections
The view-count correction task now refuses to run when the provided cutoff time is in the future. A future cutoff can unintentionally include rows that were already written correctly after the fix went live, causing them to be decremented a second time.
This guardrail was added after real near-misses where a rounded-up timestamp could have swept in the wrong rows. The task now aborts instead of proceeding in that situation, helping keep view counts accurate.