|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v4.4.0 (2026-01-12) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +- Iterate possible iot domains on 3030 error |
| 10 | + ([#733](https://github.com/Python-roborock/python-roborock/pull/733), |
| 11 | + [`f2e1d51`](https://github.com/Python-roborock/python-roborock/commit/f2e1d5156dd905e296d5ed38605d4fd6f97bfbb4)) |
| 12 | + |
| 13 | + |
| 14 | +## v4.3.0 (2026-01-10) |
| 15 | + |
| 16 | +### Chores |
| 17 | + |
| 18 | +- Add function to create field metadata |
| 19 | + ([#740](https://github.com/Python-roborock/python-roborock/pull/740), |
| 20 | + [`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6)) |
| 21 | + |
| 22 | +- Simplify supported_schema_codes |
| 23 | + ([#740](https://github.com/Python-roborock/python-roborock/pull/740), |
| 24 | + [`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6)) |
| 25 | + |
| 26 | +- Update pydoc for DeviceFeaturesTrait |
| 27 | + ([#740](https://github.com/Python-roborock/python-roborock/pull/740), |
| 28 | + [`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6)) |
| 29 | + |
| 30 | +- Update test descrition ([#740](https://github.com/Python-roborock/python-roborock/pull/740), |
| 31 | + [`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6)) |
| 32 | + |
| 33 | +- Update to use StrEnum ([#740](https://github.com/Python-roborock/python-roborock/pull/740), |
| 34 | + [`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6)) |
| 35 | + |
| 36 | +### Features |
| 37 | + |
| 38 | +- Add an approach for determining if a dataclass field is supported |
| 39 | + ([#740](https://github.com/Python-roborock/python-roborock/pull/740), |
| 40 | + [`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6)) |
| 41 | + |
| 42 | + |
| 43 | +## v4.2.2 (2026-01-09) |
| 44 | + |
| 45 | +### Bug Fixes |
| 46 | + |
| 47 | +- Decrease home data rate limits |
| 48 | + ([#741](https://github.com/Python-roborock/python-roborock/pull/741), |
| 49 | + [`29eb984`](https://github.com/Python-roborock/python-roborock/commit/29eb984d22494b08f26ec6e220b7c823b67d3242)) |
| 50 | + |
| 51 | +### Chores |
| 52 | + |
| 53 | +- Add additional Home data to diagnostics |
| 54 | + ([#723](https://github.com/Python-roborock/python-roborock/pull/723), |
| 55 | + [`c29dfc8`](https://github.com/Python-roborock/python-roborock/commit/c29dfc81f4de1bb293b2918482cf681197ef3698)) |
| 56 | + |
| 57 | +- Add CONTRIBUTING.md ([#734](https://github.com/Python-roborock/python-roborock/pull/734), |
| 58 | + [`881b7d6`](https://github.com/Python-roborock/python-roborock/commit/881b7d687789c57eec20bf9011a195b4befff129)) |
| 59 | + |
| 60 | +- Add CONTRIBUTINGmd ([#734](https://github.com/Python-roborock/python-roborock/pull/734), |
| 61 | + [`881b7d6`](https://github.com/Python-roborock/python-roborock/commit/881b7d687789c57eec20bf9011a195b4befff129)) |
| 62 | + |
| 63 | +- Add s5e device and product data examples |
| 64 | + ([#737](https://github.com/Python-roborock/python-roborock/pull/737), |
| 65 | + [`586bb3f`](https://github.com/Python-roborock/python-roborock/commit/586bb3f77e4655d4aae2d201746980b1c227160d)) |
| 66 | + |
| 67 | +- Add Saros 10R API response data |
| 68 | + ([#726](https://github.com/Python-roborock/python-roborock/pull/726), |
| 69 | + [`fafc8d8`](https://github.com/Python-roborock/python-roborock/commit/fafc8d86833a2aac3ee69c7a1f353f83551eeb6f)) |
| 70 | + |
| 71 | +- Fix diagnostic lint issues ([#723](https://github.com/Python-roborock/python-roborock/pull/723), |
| 72 | + [`c29dfc8`](https://github.com/Python-roborock/python-roborock/commit/c29dfc81f4de1bb293b2918482cf681197ef3698)) |
| 73 | + |
| 74 | +- Fix mock data lint ([#726](https://github.com/Python-roborock/python-roborock/pull/726), |
| 75 | + [`fafc8d8`](https://github.com/Python-roborock/python-roborock/commit/fafc8d86833a2aac3ee69c7a1f353f83551eeb6f)) |
| 76 | + |
| 77 | +- Fix schema redaction ([#723](https://github.com/Python-roborock/python-roborock/pull/723), |
| 78 | + [`c29dfc8`](https://github.com/Python-roborock/python-roborock/commit/c29dfc81f4de1bb293b2918482cf681197ef3698)) |
| 79 | + |
| 80 | +- Improve redaction logic to support more complex paths |
| 81 | + ([#723](https://github.com/Python-roborock/python-roborock/pull/723), |
| 82 | + [`c29dfc8`](https://github.com/Python-roborock/python-roborock/commit/c29dfc81f4de1bb293b2918482cf681197ef3698)) |
| 83 | + |
| 84 | +- Remove duplicate data in test_q7_device |
| 85 | + ([#736](https://github.com/Python-roborock/python-roborock/pull/736), |
| 86 | + [`cd6cbbe`](https://github.com/Python-roborock/python-roborock/commit/cd6cbbe1be22a619a88d76783c60c936dbbc744d)) |
| 87 | + |
| 88 | +- Update device snapshots and lint errors |
| 89 | + ([#723](https://github.com/Python-roborock/python-roborock/pull/723), |
| 90 | + [`c29dfc8`](https://github.com/Python-roborock/python-roborock/commit/c29dfc81f4de1bb293b2918482cf681197ef3698)) |
| 91 | + |
| 92 | +- Update e2e tests for q7 to use different product data |
| 93 | + ([#736](https://github.com/Python-roborock/python-roborock/pull/736), |
| 94 | + [`cd6cbbe`](https://github.com/Python-roborock/python-roborock/commit/cd6cbbe1be22a619a88d76783c60c936dbbc744d)) |
| 95 | + |
| 96 | +- Update end to end q7 tests ([#736](https://github.com/Python-roborock/python-roborock/pull/736), |
| 97 | + [`cd6cbbe`](https://github.com/Python-roborock/python-roborock/commit/cd6cbbe1be22a619a88d76783c60c936dbbc744d)) |
| 98 | + |
| 99 | +- Update steps to activate virtual environment |
| 100 | + ([#734](https://github.com/Python-roborock/python-roborock/pull/734), |
| 101 | + [`881b7d6`](https://github.com/Python-roborock/python-roborock/commit/881b7d687789c57eec20bf9011a195b4befff129)) |
| 102 | + |
| 103 | +- Use built-in as_dict method for creating diagnostic data |
| 104 | + ([#723](https://github.com/Python-roborock/python-roborock/pull/723), |
| 105 | + [`c29dfc8`](https://github.com/Python-roborock/python-roborock/commit/c29dfc81f4de1bb293b2918482cf681197ef3698)) |
| 106 | + |
| 107 | + |
| 108 | +## v4.2.1 (2026-01-05) |
| 109 | + |
| 110 | +### Bug Fixes |
| 111 | + |
| 112 | +- Bump aiomqtt ([#730](https://github.com/Python-roborock/python-roborock/pull/730), |
| 113 | + [`21af4f3`](https://github.com/Python-roborock/python-roborock/commit/21af4f30412d96eb5ac53f372b74b0e03ca6580e)) |
| 114 | + |
| 115 | +### Chores |
| 116 | + |
| 117 | +- Add a01 and b01 q7 byte level tests |
| 118 | + ([#724](https://github.com/Python-roborock/python-roborock/pull/724), |
| 119 | + [`f20ade9`](https://github.com/Python-roborock/python-roborock/commit/f20ade97843241aa286405c4eacbb9f1939cbdf3)) |
| 120 | + |
| 121 | +- Add docs for v1 device features |
| 122 | + ([#727](https://github.com/Python-roborock/python-roborock/pull/727), |
| 123 | + [`f031acf`](https://github.com/Python-roborock/python-roborock/commit/f031acffa2381c2eb9e4af6fbf7967ae22b1d7dc)) |
| 124 | + |
| 125 | +- Documentation cleanup and updates |
| 126 | + ([#725](https://github.com/Python-roborock/python-roborock/pull/725), |
| 127 | + [`bbeb0d9`](https://github.com/Python-roborock/python-roborock/commit/bbeb0d95e11274bd024cfac23988f01acf814888)) |
| 128 | + |
| 129 | +- Remove empty line in device features documentation |
| 130 | + ([#727](https://github.com/Python-roborock/python-roborock/pull/727), |
| 131 | + [`f031acf`](https://github.com/Python-roborock/python-roborock/commit/f031acffa2381c2eb9e4af6fbf7967ae22b1d7dc)) |
| 132 | + |
| 133 | +- Remove some information from the summart |
| 134 | + ([#727](https://github.com/Python-roborock/python-roborock/pull/727), |
| 135 | + [`f031acf`](https://github.com/Python-roborock/python-roborock/commit/f031acffa2381c2eb9e4af6fbf7967ae22b1d7dc)) |
| 136 | + |
| 137 | +- Restructure the channel modules |
| 138 | + ([#728](https://github.com/Python-roborock/python-roborock/pull/728), |
| 139 | + [`9fcc0a8`](https://github.com/Python-roborock/python-roborock/commit/9fcc0a8ca075097b7d903a57cc0fc33ed149bd97)) |
| 140 | + |
| 141 | + |
5 | 142 | ## v4.2.0 (2025-12-30) |
6 | 143 |
|
7 | 144 | ### Chores |
|
0 commit comments