hub v0.48.0 CHANGELOG + logging-conventions: TRACE level + ring sizing/spill (controller fix-3/fix-6, CAMPAIGN-3 closed)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

https://claude.ai/code/session_017CDMFpFx84pfviCTVuGGhf
This commit is contained in:
2026-07-12 10:31:26 +02:00
parent 9095981d0c
commit d02a216d0f
2 changed files with 14 additions and 3 deletions
+7
View File
@@ -1,5 +1,12 @@
# Felhom Hub — Changelog
## v0.48.0 — accept the app_start_failed event (controller fix-3, CAMPAIGN-3) (2026-07-12)
- `app_start_failed` added to `allowedEventTypes` (`internal/api/handler.go`) + `customerMessages`
(`internal/notify/templates.go`). Without the allowlist entry the controller's fix-3 event (a
DEPLOYED app found not running — controller v0.120.0) would 400 at ingest and never reach the
operator. No other hub change; pairs with controller v0.120.0 which closes the CAMPAIGN-3 finding set.
## v0.47.0 — UI reorganization: customer tabs, Host tab, stale-host removal, offsite multi-endpoint UI, button contrast (2026-07-11)
Five hub-side deliverables; no agent/controller/protocol changes. Baseline `8e1a3f0`