Skip to content

Commit 0d4e1d0

Browse files
author
semantic-release
committed
3.10.3
Automatically generated by python-semantic-release
1 parent 3c918ae commit 0d4e1d0

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.10.3 (2025-12-06)
6+
7+
### Bug Fixes
8+
9+
- Ensure immediate local connection is attempted
10+
([#640](https://github.com/Python-roborock/python-roborock/pull/640),
11+
[`3c918ae`](https://github.com/Python-roborock/python-roborock/commit/3c918aec33483b93ae9d632cc4ada286b6761b70))
12+
13+
- Fix mqtt rate limiting and broken local connections
14+
([#638](https://github.com/Python-roborock/python-roborock/pull/638),
15+
[`4249769`](https://github.com/Python-roborock/python-roborock/commit/42497696e92dad79147e404be96e73b9e408bd0b))
16+
17+
### Chores
18+
19+
- Add back test case and add test ids
20+
([#638](https://github.com/Python-roborock/python-roborock/pull/638),
21+
[`4249769`](https://github.com/Python-roborock/python-roborock/commit/42497696e92dad79147e404be96e73b9e408bd0b))
22+
23+
- Fix lint errors ([#640](https://github.com/Python-roborock/python-roborock/pull/640),
24+
[`3c918ae`](https://github.com/Python-roborock/python-roborock/commit/3c918aec33483b93ae9d632cc4ada286b6761b70))
25+
26+
- Fix lint errors ([#638](https://github.com/Python-roborock/python-roborock/pull/638),
27+
[`4249769`](https://github.com/Python-roborock/python-roborock/commit/42497696e92dad79147e404be96e73b9e408bd0b))
28+
29+
- Update roborock/devices/v1_channel.py
30+
([#638](https://github.com/Python-roborock/python-roborock/pull/638),
31+
[`4249769`](https://github.com/Python-roborock/python-roborock/commit/42497696e92dad79147e404be96e73b9e408bd0b))
32+
33+
534
## v3.10.2 (2025-12-05)
635

736
### 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.10.2"
3+
version = "3.10.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)