From e53d37a388bd6344db1ad84e0cb7b9c189438a7f Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 22 Feb 2026 21:37:27 +0100 Subject: [PATCH] fix: add date range validation for analytics, funnel, and uptime queries to prevent invalid inputs and enhance data integrity --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b8dbe..0017b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - **Onboarding form limits.** The welcome page now enforces the same character limits as the rest of the app. - **Audit log reliability.** Failed audit log writes are now logged to the server instead of being silently ignored, so gaps in the audit trail are detectable. - **Safer error messages.** Server errors no longer expose internal details (database errors, stack traces) to the browser. You see a clear message like "Failed to create site" while the full error is logged server-side for debugging. +- **Date range validation.** Analytics, funnel, and uptime queries now reject invalid date ranges (end before start, or spans longer than a year) instead of silently returning empty or oversized results. ## [0.10.0-alpha] - 2026-02-21