Skip to content

Releases: Python-roborock/python-roborock

v3.10.0

04 Dec 15:48

Choose a tag to compare

v3.10.0 (2025-12-04)

This release is published under the GPL-3.0-only License.

Bug Fixes

  • Catch UnicodeDecodeError when parsing messages (#629, e8c3b75)

  • Reset keep_alive_task to None (#627, a802f66)

Chores

Features

  • Add comprehensive test coverage for keep-alive functionality (#627, a802f66)

  • Add pinging to local client (#627, a802f66)

Refactoring

  • Address code review feedback on keep-alive tests (#627, a802f66)

Detailed Changes: v3.9.3...v3.10.0

v3.9.3

03 Dec 14:47

Choose a tag to compare

v3.9.3 (2025-12-03)

This release is published under the GPL-3.0-only License.

Bug Fixes


Detailed Changes: v3.9.2...v3.9.3

v3.9.2

03 Dec 07:06

Choose a tag to compare

v3.9.2 (2025-12-03)

This release is published under the GPL-3.0-only License.

Bug Fixes

  • Add device info getters and setters (#614, ee02a71)

  • Fix issues with the cache clobbering information for each device (#614, ee02a71)

  • Update DeviceCache interface (#614, ee02a71)

Chores


Detailed Changes: v3.9.1...v3.9.2

v3.9.1

03 Dec 06:56

Choose a tag to compare

v3.9.1 (2025-12-03)

This release is published under the GPL-3.0-only License.

Bug Fixes

  • Fix DeviceFeatures so that it can be serialized and deserialized properly. (#615, 88b2055)

Detailed Changes: v3.9.0...v3.9.1

v3.9.0

03 Dec 03:40

Choose a tag to compare

v3.9.0 (2025-12-03)

This release is published under the GPL-3.0-only License.

Bug Fixes

  • Set default arugments to store/load value functions (#613, ce3d88d)

Chores

Features


Detailed Changes: v3.8.5...v3.9.0

v3.8.5

29 Nov 17:32

Choose a tag to compare

v3.8.5 (2025-11-29)

This release is published under the GPL-3.0-only License.

Bug Fixes

Chores

  • Fix v1 channel typing and improve readability (#609, f3487e8)

  • Improve doc string readability and grammar (#609, f3487e8)

  • Refactor v1 rpc channels (#609, f3487e8)

  • Remove unnecessary docstrings (#609, f3487e8)

  • Remove unnecessary pydoc on private members (#609, f3487e8)

  • Remove unnecessary pydoc to make the code more compact (#609, f3487e8)


Detailed Changes: v3.8.4...v3.8.5

v3.8.4

29 Nov 14:49

Choose a tag to compare

v3.8.4 (2025-11-29)

This release is published under the GPL-3.0-only License.

Bug Fixes

  • Encode map content bytes as base64 (#608, 27c61f9)

  • Fallback to the cached network information on failure (#606, 80d7d5a)

  • Fallback to the cached network information when failing to lookup network info (#606, 80d7d5a)

  • Improve partial update code (#608, 27c61f9)

Chores

  • Update roborock/devices/v1_channel.py (#606, 80d7d5a)

Detailed Changes: v3.8.3...v3.8.4

v3.8.3

29 Nov 03:58

Choose a tag to compare

v3.8.3 (2025-11-29)

This release is published under the GPL-3.0-only License.

Bug Fixes

  • Add a health manager for restarting unhealthy mqtt connections (#605, 879a641)

  • Add ability to restart the mqtt session (#605, 879a641)

  • Reset start_future each loop (#605, 879a641)

Chores


Detailed Changes: v3.8.2...v3.8.3

v3.8.2

28 Nov 15:57

Choose a tag to compare

v3.8.2 (2025-11-28)

This release is published under the GPL-3.0-only License.

Bug Fixes

Chores


Detailed Changes: v3.8.1...v3.8.2

v3.8.1

26 Nov 20:12

Choose a tag to compare

v3.8.1 (2025-11-26)

This release is published under the GPL-3.0-only License.

Bug Fixes

  • Attempt to fix l01 (#593, 87e60d9)

  • Decoding l01 (#593, 87e60d9)

  • Ensure traits to always reflect the the status of commands (#592, 3d0ad74)

  • Fix L01 encoding and decoding (#593, 87e60d9)

  • Temp cache of protocol version until restart (#593, 87e60d9)

  • Update bad asserts found by co-pilot (#592, 3d0ad74)

  • Update the messages callback to not mutate the protocol once created. (#593, 87e60d9)

Chores


Detailed Changes: v3.8.0...v3.8.1