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 1
1
# CHANGELOG
2
2
3
3
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
+
4
26
## v2.8.4 (2024-12-20)
5
27
6
28
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " python-roborock"
3
- version = " 2.8.4 "
3
+ version = " 2.8.5 "
4
4
description = " A package to control Roborock vacuums."
5
5
authors = [
" humbertogontijo <[email protected] >" ]
6
6
license = " GPL-3.0-only"
You can’t perform that action at this time.
0 commit comments