This version hardens the server’s GitHub webhook path and improves account security.
- Resetting your password now immediately disconnects any active browser sessions, so open tabs are signed out at the same time your tokens are revoked.
- GitHub webhook delivery is more resilient: the hot path skips unnecessary Postgres work and dispatches asynchronously, with short-lived caches for installation and runner lookups. This reduces the risk of dropped workflow events during backend spikes.
- Webhook telemetry now distinguishes why a delivery was ignored, making it easier to spot infrastructure problems versus configuration issues.
- Test analytics queries are faster after reworking several ClickHouse queries to avoid heavy
FINALscans. - The dashboard and website icons have been refreshed to a thinner 1.5px stroke, and the trash icon now uses a single variant.
- The public security page now includes a dedicated acknowledgments section and clearer bug bounty disclosure guidance.