|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v5.31.1 (2026-07-18) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Correct reset consumable parameters for strainer and cleaning brush |
| 10 | + ([#879](https://github.com/Python-roborock/python-roborock/pull/879), |
| 11 | + [`b11fc49`](https://github.com/Python-roborock/python-roborock/commit/b11fc4984445daa9a1837cef366d8543c3d1b7c8)) |
| 12 | + |
| 13 | +### Chores |
| 14 | + |
| 15 | +- Add note about apache-II in CONTRIBUTING.md |
| 16 | + ([#877](https://github.com/Python-roborock/python-roborock/pull/877), |
| 17 | + [`a8a5821`](https://github.com/Python-roborock/python-roborock/commit/a8a582192b3ec1c74f9b56c83bda026bd6ec194b)) |
| 18 | + |
| 19 | + |
| 20 | +## v5.31.0 (2026-07-15) |
| 21 | + |
| 22 | +### Features |
| 23 | + |
| 24 | +- Add Q10 integration test and support stream streaming on FakeChannel |
| 25 | + ([#869](https://github.com/Python-roborock/python-roborock/pull/869), |
| 26 | + [`502fa42`](https://github.com/Python-roborock/python-roborock/commit/502fa424c4a8fd36b759de8c8557c8665e4d0d13)) |
| 27 | + |
| 28 | +- Implement Q10VacuumSimulator and export it |
| 29 | + ([#869](https://github.com/Python-roborock/python-roborock/pull/869), |
| 30 | + [`502fa42`](https://github.com/Python-roborock/python-roborock/commit/502fa424c4a8fd36b759de8c8557c8665e4d0d13)) |
| 31 | + |
| 32 | +- Implement stateful Q10 device simulator and integration tests |
| 33 | + ([#869](https://github.com/Python-roborock/python-roborock/pull/869), |
| 34 | + [`502fa42`](https://github.com/Python-roborock/python-roborock/commit/502fa424c4a8fd36b759de8c8557c8665e4d0d13)) |
| 35 | + |
| 36 | + |
| 37 | +## v5.30.0 (2026-07-13) |
| 38 | + |
| 39 | +### Bug Fixes |
| 40 | + |
| 41 | +- Gate dock_error_status on has_dock rather than is_collectable |
| 42 | + ([#875](https://github.com/Python-roborock/python-roborock/pull/875), |
| 43 | + [`86acd87`](https://github.com/Python-roborock/python-roborock/commit/86acd874e74c391d85c63483bee02a88b8a2debb)) |
| 44 | + |
| 45 | +### Documentation |
| 46 | + |
| 47 | +- Document metadata keys in field_metadata and is_field_supported |
| 48 | + ([#875](https://github.com/Python-roborock/python-roborock/pull/875), |
| 49 | + [`86acd87`](https://github.com/Python-roborock/python-roborock/commit/86acd874e74c391d85c63483bee02a88b8a2debb)) |
| 50 | + |
| 51 | +### Features |
| 52 | + |
| 53 | +- Implement device capability metadata for status computed property fields |
| 54 | + ([#875](https://github.com/Python-roborock/python-roborock/pull/875), |
| 55 | + [`86acd87`](https://github.com/Python-roborock/python-roborock/commit/86acd874e74c391d85c63483bee02a88b8a2debb)) |
| 56 | + |
| 57 | + |
| 58 | +## v5.29.0 (2026-07-12) |
| 59 | + |
| 60 | +### Features |
| 61 | + |
| 62 | +- Truncate large payloads in RoborockMessage __repr__ |
| 63 | + ([#873](https://github.com/Python-roborock/python-roborock/pull/873), |
| 64 | + [`95460d7`](https://github.com/Python-roborock/python-roborock/commit/95460d77a599613a0eddab3f4db7a36904f894d6)) |
| 65 | + |
| 66 | + |
| 67 | +## v5.28.1 (2026-07-12) |
| 68 | + |
| 69 | +### Bug Fixes |
| 70 | + |
| 71 | +- Correct some dock mapping ([#872](https://github.com/Python-roborock/python-roborock/pull/872), |
| 72 | + [`9e95992`](https://github.com/Python-roborock/python-roborock/commit/9e95992fcfceb70a0e73c86dc819cecc6dc572d1)) |
| 73 | + |
| 74 | +### Refactoring |
| 75 | + |
| 76 | +- Use stateful fakes and fixtures in integration tests |
| 77 | + ([#868](https://github.com/Python-roborock/python-roborock/pull/868), |
| 78 | + [`89c8074`](https://github.com/Python-roborock/python-roborock/commit/89c80743e2c560f36f56e0c17c85c0d14544f406)) |
| 79 | + |
| 80 | + |
| 81 | +## v5.28.0 (2026-07-08) |
| 82 | + |
| 83 | +### Features |
| 84 | + |
| 85 | +- Add better dock feature control |
| 86 | + ([#867](https://github.com/Python-roborock/python-roborock/pull/867), |
| 87 | + [`73ba2bf`](https://github.com/Python-roborock/python-roborock/commit/73ba2bf152d1c43b4d46d1e7f397043dd195d046)) |
| 88 | + |
| 89 | + |
| 90 | +## v5.27.0 (2026-07-07) |
| 91 | + |
| 92 | +### Documentation |
| 93 | + |
| 94 | +- Add comment explaining dss field in v1_simulator |
| 95 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 96 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 97 | + |
| 98 | +### Features |
| 99 | + |
| 100 | +- Add roborock.testing module for stateful integration testing |
| 101 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 102 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 103 | + |
| 104 | +- Expose dock_type configuration in V1VacuumSimulator |
| 105 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 106 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 107 | + |
| 108 | +- Expose in_cleaning, in_returning, charge_status, and dss on V1VacuumSimulator |
| 109 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 110 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 111 | + |
| 112 | +- Honor publish_side_effect in simulator and raise NotImplementedError in base _handle_publish |
| 113 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 114 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 115 | + |
| 116 | +### Refactoring |
| 117 | + |
| 118 | +- Decouple default product id from device duid and share DEFAULT_PRODUCT_ID constant |
| 119 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 120 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 121 | + |
| 122 | +- Delete redundant properties from V1VacuumSimulator and update trigger_push_update |
| 123 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 124 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 125 | + |
| 126 | +- Export and define all simulator state default constants at package level |
| 127 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 128 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 129 | + |
| 130 | +- Expose raw status and app_init dataclasses on simulator for direct test manipulation |
| 131 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 132 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 133 | + |
| 134 | +- Inherit FakeChannel from Channel Protocol |
| 135 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 136 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 137 | + |
| 138 | +- Rename self.servers to self.simulated_devices and restore hardcoded qiCNieZa in mock_data |
| 139 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 140 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 141 | + |
| 142 | +- Replace FakeUserState with library UserData dataclass on FakeRoborockCloud |
| 143 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 144 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 145 | + |
| 146 | +- Type simulator consumables state using Consumable dataclass |
| 147 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 148 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 149 | + |
| 150 | +- Type simulator dnd, clean summary and record using real dataclasses |
| 151 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 152 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 153 | + |
| 154 | +- Type simulator status, network info and init status using real dataclasses |
| 155 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 156 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 157 | + |
| 158 | +- Update _handle_app_get_init_status to serialize self.app_init and dynamically resolve status_info |
| 159 | + fields from self.status ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 160 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 161 | + |
| 162 | + |
| 163 | +## v5.26.0 (2026-07-06) |
| 164 | + |
| 165 | +### Documentation |
| 166 | + |
| 167 | +- Add 569 back to the docstring's Q7-divergence list |
| 168 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 169 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 170 | + |
| 171 | +- Mark fault 12 hw-confirmed (fired at 14% battery, corpus recount) |
| 172 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 173 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 174 | + |
| 175 | +- Mark fault 2 hw-confirmed (bumper held during commanded motion) |
| 176 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 177 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 178 | + |
| 179 | +- Mark fault 407 hw-confirmed (deterministically reproduced: due schedule ignored mid-clean) |
| 180 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 181 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 182 | + |
| 183 | +- Mark fault 46 hw-confirmed (docked with dust bag removed) |
| 184 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 185 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 186 | + |
| 187 | +- Mark fault 5 hw-confirmed (physically ground-truthed brush jams) |
| 188 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 189 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 190 | + |
| 191 | +- Note fault 501 fires per completed task |
| 192 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 193 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 194 | + |
| 195 | +- Note the error state can carry no fault code (observed live) |
| 196 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 197 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 198 | + |
| 199 | +- Refer to the ss07 fault spec, not the app (review feedback) |
| 200 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 201 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 202 | + |
| 203 | +### Features |
| 204 | + |
| 205 | +- Decode Q10 (B01/ss07) dpFault codes into a YXFault map |
| 206 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 207 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 208 | + |
| 209 | +- Decode Q10 (B01/ss07) dpFault codes with a YXFault enum |
| 210 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 211 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 212 | + |
| 213 | +- Re-add fault 569 as too_frequent_emptying, hw-confirmed (dock refuses a too-soon empty) |
| 214 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 215 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 216 | + |
| 217 | +### Refactoring |
| 218 | + |
| 219 | +- Decouple B01 (Q7/Q10) protocol layer from transport layer |
| 220 | + ([#859](https://github.com/Python-roborock/python-roborock/pull/859), |
| 221 | + [`b00d60b`](https://github.com/Python-roborock/python-roborock/commit/b00d60b9f70d6a5da9089e470db60b04437c0b14)) |
| 222 | + |
| 223 | +- Type Q10Status.fault as YXFault, mirroring the Q7 fault field |
| 224 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 225 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 226 | + |
| 227 | + |
5 | 228 | ## v5.25.0 (2026-07-03) |
6 | 229 |
|
7 | 230 | ### Chores |
|
0 commit comments