Skip to content

Commit 212dc24

Browse files
author
semantic-release
committed
3.8.4
Automatically generated by python-semantic-release
1 parent 80d7d5a commit 212dc24

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.8.4 (2025-11-29)
6+
7+
### Bug Fixes
8+
9+
- Encode map content bytes as base64
10+
([#608](https://github.com/Python-roborock/python-roborock/pull/608),
11+
[`27c61f9`](https://github.com/Python-roborock/python-roborock/commit/27c61f9b7958edb5b4ca374e60898eb966163802))
12+
13+
- Fallback to the cached network information on failure
14+
([#606](https://github.com/Python-roborock/python-roborock/pull/606),
15+
[`80d7d5a`](https://github.com/Python-roborock/python-roborock/commit/80d7d5af72629e83fbc7f2bf418ccecd793dbd58))
16+
17+
- Fallback to the cached network information when failing to lookup network info
18+
([#606](https://github.com/Python-roborock/python-roborock/pull/606),
19+
[`80d7d5a`](https://github.com/Python-roborock/python-roborock/commit/80d7d5af72629e83fbc7f2bf418ccecd793dbd58))
20+
21+
- Improve partial update code ([#608](https://github.com/Python-roborock/python-roborock/pull/608),
22+
[`27c61f9`](https://github.com/Python-roborock/python-roborock/commit/27c61f9b7958edb5b4ca374e60898eb966163802))
23+
24+
### Chores
25+
26+
- Update roborock/devices/v1_channel.py
27+
([#606](https://github.com/Python-roborock/python-roborock/pull/606),
28+
[`80d7d5a`](https://github.com/Python-roborock/python-roborock/commit/80d7d5af72629e83fbc7f2bf418ccecd793dbd58))
29+
30+
531
## v3.8.3 (2025-11-29)
632

733
### 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.3"
3+
version = "3.8.4"
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)