You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**KV Storage Integration** — Cloudflare KV namespaces for persistent storage of incidents and webhooks across deployments
22
+
-**Webhook Validation & Testing** — Discord webhook URL format validation with test endpoint to verify connectivity before relying on webhooks
22
23
23
24
### Changed
24
25
@@ -28,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
29
-**Documentation** — Simplified and cleaned up README, CONTRIBUTING, DEPLOYMENT, SECURITY, and CODE_OF_CONDUCT files; removed unnecessary complexity
29
30
-**Category Cards** — Changed from open-by-default to closed-by-default for cleaner initial page state
30
31
-**Status Page Layout** — Reorganized with tabbed interface (Overview, Incidents, Subscribe) for better information hierarchy
32
+
-**Storage Backend** — Migrated from in-memory stores to Cloudflare KV for persistent incident and webhook data; maintains fallback to in-memory for development
33
+
-**Webhook Error Handling** — Improved error messages showing Discord API responses and retry timing for rate-limited requests
0 commit comments