From 270b970f430b16db25160a407f6c23482f60e4a6 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 22 Feb 2026 21:25:19 +0100 Subject: [PATCH] fix: improve audit log reliability by logging failed writes to the server, enabling detection of gaps in the audit trail --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 200fbc8..2f3cef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - **Removed debug logs.** Auth and organization-switching details no longer leak into the browser console in production. Error logs are now also suppressed in production and only appear during development. - **Dark mode uptime chart.** The response time chart on the uptime page now correctly follows your dark mode preference instead of always showing a white tooltip background. - **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. ## [0.10.0-alpha] - 2026-02-21