Skip to content

Tags: Teslemetry/python-teslemetry-stream

Tags

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: log a clean stream end at INFO, not WARNING (#45)

A Teslemetry API deploy closes every open SSE connection cleanly, which
the listen loop treated identically to an abrupt disconnect and logged
at WARNING - putting a false-alarm warning in every streaming Home
Assistant install's log on every deploy. A clean end (the response body
finishes with no exception) now logs at INFO and still reconnects
immediately; an abrupt end (ClientPayloadError, ClientConnectionError,
etc.) keeps its WARNING and backoff unchanged.

Bumps 0.13.0 -> 0.13.1.

Claude-Session: https://claude.ai/code/session_015AmmAcBd5k3izABQJBXxrk

v0.13.0

Toggle v0.13.0's commit message
chore: bump version to 0.13.0

v0.12.0

Toggle v0.12.0's commit message
chore: bump version to 0.12.0

v0.11.0

Toggle v0.11.0's commit message
Release v0.11.0

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 0.10.1 (#25)

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 0.9.2 (#12)

v0.9.1

Toggle v0.9.1's commit message
Release 0.9.1

Verified

This commit was signed with the committer’s verified signature.
Bre77 Brett Adams