Tags give the ability to mark specific points in history as being important
-
0.22.4
Release: 0.22.4e03eabb8 · ·Fixed SKB-627, addresses an issue in the device_task method where the CommunicationFailed exception was incorrectly handled, leading to a TypeError: argument of type 'CommunicationFailed' is not iterable. Changes Made: Updated exception handling for CommunicationFailed by converting the exception to a string using str(exception).
-
0.20.0
Release: 0.20.00178b0c2 · ·- Updated liveliness probe to utilise state command and consider exported flag for device availability. - New methods are introduced to update the device availability "update_responsiveness_info" and "update_exception_for_unresponsiveness". - old methods related to ping are deprecated.