feat(FN-4908): complete Step 6 — add changeset and delivery notes

Fusion-Task-Id: FN-4908
Fusion-Task-Lineage: 97d96ea4-8618-43cc-8448-0132cd57974e
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 23:20:45 -07:00
committed by gsxdsm
parent 507da28fba
commit 307cf0c4b6

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix `/api/health/reliability` per-day rows silently truncating older days on busy projects. Per-day in-review entered/bounced counts and duration samples are now aggregated at the SQL layer instead of pulling up to 50,000 activity-log rows in memory, so the Reliability view shows accurate data for every day in the rolling window.