Skip to content

Releases: hemtjanst/bibliotek

v0.7.2

Deadlock bugfix

22 Jun 15:40
Compare
Choose a tag to compare

Fixes deadlock due to lock being held while doing mqtt operations

Fix discover resubscribe

17 May 10:22
49a591a
Compare
Choose a tag to compare

Ensure we resubscribe to discover after a reconnect.

MQTT Refactor

12 Apr 21:38
cbadb0a
Compare
Choose a tag to compare

This is a breaking change

MQTT Transport has a Start() method added to its interface, see interface documentation for more info

More testutils

26 May 13:46
Compare
Choose a tag to compare
  • Rename CreateDevicesFromJSON to DevicesFromJSON
  • Return a cleanup function from DevicesFromJSON that will delete devices from the broker

New testutil helper

26 May 10:31
Compare
Choose a tag to compare

Add CreateDevicesFromJSON

Remove dockertest

18 May 13:58
Compare
Choose a tag to compare

This release drops the dockertest dependency due to the huge amount of dependencies it pulls in.

v0.5.0

04 May 23:26
Compare
Choose a tag to compare

This switches the package over to using lib.hemtjan.st instead.

v0.4.2

04 May 20:56
Compare
Choose a tag to compare

Adds support for the power related custom feature types

v0.4.1

04 May 20:28
c27ece1
Compare
Choose a tag to compare
  • Allow configuration through environment variables
  • Add device and feature constants so we don't need to do string matching