Releases: hemtjanst/bibliotek
Releases · hemtjanst/bibliotek
v0.7.2
Deadlock bugfix
Fixes deadlock due to lock being held while doing mqtt operations
Fix discover resubscribe
Ensure we resubscribe to discover after a reconnect.
MQTT Refactor
This is a breaking change
MQTT Transport has a Start() method added to its interface, see interface documentation for more info
More testutils
- Rename CreateDevicesFromJSON to DevicesFromJSON
- Return a cleanup function from DevicesFromJSON that will delete devices from the broker
New testutil helper
Add CreateDevicesFromJSON
Remove dockertest
This release drops the dockertest dependency due to the huge amount of dependencies it pulls in.