Skip to content

Releases: Shaffer-Softworks/Openobserve

v0.2.2

20 May 22:00

Choose a tag to compare

Thread safety fix

Fixes hass.async_create_task from a thread other than the event loop and "Future exception was never retrieved" errors when forwarding high-volume events (e.g. state_changed).

Changes

  • Async bus listeners — event handlers run on the HA event loop (sync listeners run in a thread pool on recent HA versions)
  • Thread-safe enqueueenqueue_log / enqueue_event use call_soon_threadsafe when called off-loop
  • Debounced batch flush — batch-triggered flushes scheduled safely via the event loop

Upgrade

Update via HACS or copy custom_components/openobserve/ and restart Home Assistant.

Full changelog: https://github.com/Shaffer-Softworks/Openobserve/blob/main/CHANGELOG.md

v0.2.0

20 May 15:54

Choose a tag to compare

HACS integration only

Install

HACS custom repo: https://github.com/Shaffer-Softworks/Openobserve (or your fork URL)