|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 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 | + |
5 | 47 | ## v4.22.0 (2026-03-14) |
6 | 48 |
|
7 | 49 | ### Features |
|
0 commit comments