Skip to content

v2.6.2

Choose a tag to compare

@cayossarian cayossarian released this 17 Apr 04:34
· 162 commits to main since this release
99f174f

Changed

  • Reconnect loop log noise reducedSpanMqttClient._reconnect_loop now splits the catch-all exception handler in two: expected transient failures (OSError family — refused connection, DNS miss, socket timeout, ssl.SSLError) log a one-line
    WARNING with the exception repr, while unexpected exceptions retain the full traceback via exc_info=True. The common "panel offline" case no longer buries logs in paho/stdlib stack frames that add no diagnostic signal; genuinely unknown failures still
    surface full tracebacks for support-ticket triage.