Changes
This release focuses on runtime stability around live updates and MQTT recovery. It makes disconnect and reconnect behavior more predictable, keeps last_updated consistent across legacy and modern payload formats, and removes aggressive dashboard-side polling so manual testing does not interfere with normal data flow.
It also tightens the API event path by normalizing callback payloads and reducing misleading debug noise, which should make integration-side refresh handling easier to reason about when comparing MQTT-driven and API-driven updates.
🐛 Bug Fixes
- #342 Fix timezone-aware updated timestamp fallback @MTrab
- #343 Stabilize last updated handling @MTrab
- #344 Resubscribe on MQTT connection resume @MTrab
- #345 Remove dashboard auto polling @MTrab
- #346 Reduce API event log noise @MTrab