File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v2.8.5 (2025-01-06)
5+
6+ ### Bug Fixes
7+
8+ - Add additional log messages to track down concurrency errors
9+ ([ #266 ] ( https://github.com/humbertogontijo/python-roborock/pull/266 ) ,
10+ [ ` d750234 ` ] ( https://github.com/humbertogontijo/python-roborock/commit/d75023482e58689009c4df96cfc69b6080f5ada9 ) )
11+
12+ - Update log message to include existing request id
13+ ([ #264 ] ( https://github.com/humbertogontijo/python-roborock/pull/264 ) ,
14+ [ ` ac8d23a ` ] ( https://github.com/humbertogontijo/python-roborock/commit/ac8d23aa59342d9ae9f7c5d7c857de353e288ffa ) )
15+
16+ * fix: Update log message to include existing request id
17+
18+ * fix: Add protocol to log message
19+
20+ ### Chores
21+
22+ - Always use time.monotonic ([ #265 ] ( https://github.com/humbertogontijo/python-roborock/pull/265 ) ,
23+ [ ` e14802c ` ] ( https://github.com/humbertogontijo/python-roborock/commit/e14802cadde404d548cdff0c6b5906740a7e8c00 ) )
24+
25+
426## v2.8.4 (2024-12-20)
527
628### Bug Fixes
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-roborock"
3- version = " 2.8.4 "
3+ version = " 2.8.5 "
44description = " A package to control Roborock vacuums."
55authors = [" humbertogontijo <humbertogontijo@users.noreply.github.com>" ]
66license = " GPL-3.0-only"
You can’t perform that action at this time.
0 commit comments