Skip to content

Commit d0a2a5c

Browse files
author
semantic-release
committed
3.8.3
Automatically generated by python-semantic-release
1 parent 879a641 commit d0a2a5c

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
<!-- version list -->
44

5+
## v3.8.3 (2025-11-29)
6+
7+
### Bug Fixes
8+
9+
- Add a health manager for restarting unhealthy mqtt connections
10+
([#605](https://github.com/Python-roborock/python-roborock/pull/605),
11+
[`879a641`](https://github.com/Python-roborock/python-roborock/commit/879a6412aafe8e7d0ba7a16e867ff3028873fd02))
12+
13+
- Add ability to restart the mqtt session
14+
([#605](https://github.com/Python-roborock/python-roborock/pull/605),
15+
[`879a641`](https://github.com/Python-roborock/python-roborock/commit/879a6412aafe8e7d0ba7a16e867ff3028873fd02))
16+
17+
- Reset start_future each loop ([#605](https://github.com/Python-roborock/python-roborock/pull/605),
18+
[`879a641`](https://github.com/Python-roborock/python-roborock/commit/879a6412aafe8e7d0ba7a16e867ff3028873fd02))
19+
20+
### Chores
21+
22+
- Always use utc for now ([#605](https://github.com/Python-roborock/python-roborock/pull/605),
23+
[`879a641`](https://github.com/Python-roborock/python-roborock/commit/879a6412aafe8e7d0ba7a16e867ff3028873fd02))
24+
25+
- Cancel the connection and reconnect tasks
26+
([#605](https://github.com/Python-roborock/python-roborock/pull/605),
27+
[`879a641`](https://github.com/Python-roborock/python-roborock/commit/879a6412aafe8e7d0ba7a16e867ff3028873fd02))
28+
29+
- Fix async tests ([#605](https://github.com/Python-roborock/python-roborock/pull/605),
30+
[`879a641`](https://github.com/Python-roborock/python-roborock/commit/879a6412aafe8e7d0ba7a16e867ff3028873fd02))
31+
32+
533
## v3.8.2 (2025-11-28)
634

735
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-roborock"
3-
version = "3.8.2"
3+
version = "3.8.3"
44
description = "A package to control Roborock vacuums."
55
authors = [{ name = "humbertogontijo", email = "humbertogontijo@users.noreply.github.com" }, {name="Lash-L"}, {name="allenporter"}]
66
requires-python = ">=3.11, <4"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)