Skip to content

Commit b0fc1c7

Browse files
author
semantic-release
committed
4.23.0
Automatically generated by python-semantic-release
1 parent 9f9c1b4 commit b0fc1c7

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v4.23.0 (2026-03-16)
6+
7+
### Chores
8+
9+
- Remove duplicate V1TraitDataConverter
10+
([#783](https://github.com/Python-roborock/python-roborock/pull/783),
11+
[`9f9c1b4`](https://github.com/Python-roborock/python-roborock/commit/9f9c1b4b9271a6a63a0dbe6afd21216b13a15648))
12+
13+
- Remove unused `typing.Self` import.
14+
([#783](https://github.com/Python-roborock/python-roborock/pull/783),
15+
[`9f9c1b4`](https://github.com/Python-roborock/python-roborock/commit/9f9c1b4b9271a6a63a0dbe6afd21216b13a15648))
16+
17+
### Documentation
18+
19+
- Clarify internal usage of V1TraitDataConverter and V1TraitMixin attributes.
20+
([#783](https://github.com/Python-roborock/python-roborock/pull/783),
21+
[`9f9c1b4`](https://github.com/Python-roborock/python-roborock/commit/9f9c1b4b9271a6a63a0dbe6afd21216b13a15648))
22+
23+
### Features
24+
25+
- Separate trait response handling logic from refresh logic and merge
26+
([#783](https://github.com/Python-roborock/python-roborock/pull/783),
27+
[`9f9c1b4`](https://github.com/Python-roborock/python-roborock/commit/9f9c1b4b9271a6a63a0dbe6afd21216b13a15648))
28+
29+
- Simplify V1 trait handling ([#783](https://github.com/Python-roborock/python-roborock/pull/783),
30+
[`9f9c1b4`](https://github.com/Python-roborock/python-roborock/commit/9f9c1b4b9271a6a63a0dbe6afd21216b13a15648))
31+
32+
### Refactoring
33+
34+
- Make V1TraitDataConverter an abstract base class, use a dedicated LedStatusConverter, and fix a
35+
typo in Rooms. ([#783](https://github.com/Python-roborock/python-roborock/pull/783),
36+
[`9f9c1b4`](https://github.com/Python-roborock/python-roborock/commit/9f9c1b4b9271a6a63a0dbe6afd21216b13a15648))
37+
38+
- Remove trait update listeners and centralize data conversion into dedicated converter classes
39+
([#783](https://github.com/Python-roborock/python-roborock/pull/783),
40+
[`9f9c1b4`](https://github.com/Python-roborock/python-roborock/commit/9f9c1b4b9271a6a63a0dbe6afd21216b13a15648))
41+
42+
- Standardize trait data merging to `merge_trait_values` and remove direct `_parse_response` methods
43+
from traits. ([#783](https://github.com/Python-roborock/python-roborock/pull/783),
44+
[`9f9c1b4`](https://github.com/Python-roborock/python-roborock/commit/9f9c1b4b9271a6a63a0dbe6afd21216b13a15648))
45+
46+
547
## v4.22.0 (2026-03-14)
648

749
### Features

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 = "4.22.0"
3+
version = "4.23.0"
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)