Skip to content

Releases: PlaceOS/driver

v7.19.0

25 Feb 03:34

Choose a tag to compare

allows specifying log level that is routed to STDOUT on a per-module level
the setting is called persistent_log_level and accepts log level strings like "info"

v7.18.3: fix(interface/device_info): user may call connected

23 Feb 05:29

Choose a tag to compare

fix(interface/device_info): user may call connected

v7.18.2

23 Feb 05:21

Choose a tag to compare

fixes issue with using previous_def versus super - previous_def being preferred for consistency

v7.18.1

23 Feb 05:10

Choose a tag to compare

fixes callback overloading in interfaces

v7.18.0

22 Feb 23:53

Choose a tag to compare

new device info interface

v7.17.7

17 Feb 00:53

Choose a tag to compare

sets connected to true on module shutdown - ensures stopped modules don't show in analytics

v7.17.6

11 Feb 02:40
2222714

Choose a tag to compare

What's Changed

  • chore: tweak redis subscription handling by @stakach in #171

Full Changelog: v7.17.5...v7.17.6

v7.17.5

05 Feb 23:36
12ef4c4

Choose a tag to compare

What's Changed

  • fix(subscriptions): redis reconnect logic could drop subscriptions by @stakach in #170

Full Changelog: v7.17.4...v7.17.5

v7.17.4

03 Feb 23:00

Choose a tag to compare

reconnect on ssh write failures

v7.17.3

29 Jan 06:39

Choose a tag to compare

fixes redis library version expectations