|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v5.28.0 (2026-07-08) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +- Add better dock feature control |
| 10 | + ([#867](https://github.com/Python-roborock/python-roborock/pull/867), |
| 11 | + [`73ba2bf`](https://github.com/Python-roborock/python-roborock/commit/73ba2bf152d1c43b4d46d1e7f397043dd195d046)) |
| 12 | + |
| 13 | + |
| 14 | +## v5.27.0 (2026-07-07) |
| 15 | + |
| 16 | +### Documentation |
| 17 | + |
| 18 | +- Add comment explaining dss field in v1_simulator |
| 19 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 20 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 21 | + |
| 22 | +### Features |
| 23 | + |
| 24 | +- Add roborock.testing module for stateful integration testing |
| 25 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 26 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 27 | + |
| 28 | +- Expose dock_type configuration in V1VacuumSimulator |
| 29 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 30 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 31 | + |
| 32 | +- Expose in_cleaning, in_returning, charge_status, and dss on V1VacuumSimulator |
| 33 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 34 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 35 | + |
| 36 | +- Honor publish_side_effect in simulator and raise NotImplementedError in base _handle_publish |
| 37 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 38 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 39 | + |
| 40 | +### Refactoring |
| 41 | + |
| 42 | +- Decouple default product id from device duid and share DEFAULT_PRODUCT_ID constant |
| 43 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 44 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 45 | + |
| 46 | +- Delete redundant properties from V1VacuumSimulator and update trigger_push_update |
| 47 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 48 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 49 | + |
| 50 | +- Export and define all simulator state default constants at package level |
| 51 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 52 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 53 | + |
| 54 | +- Expose raw status and app_init dataclasses on simulator for direct test manipulation |
| 55 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 56 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 57 | + |
| 58 | +- Inherit FakeChannel from Channel Protocol |
| 59 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 60 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 61 | + |
| 62 | +- Rename self.servers to self.simulated_devices and restore hardcoded qiCNieZa in mock_data |
| 63 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 64 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 65 | + |
| 66 | +- Replace FakeUserState with library UserData dataclass on FakeRoborockCloud |
| 67 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 68 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 69 | + |
| 70 | +- Type simulator consumables state using Consumable dataclass |
| 71 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 72 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 73 | + |
| 74 | +- Type simulator dnd, clean summary and record using real dataclasses |
| 75 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 76 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 77 | + |
| 78 | +- Type simulator status, network info and init status using real dataclasses |
| 79 | + ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 80 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 81 | + |
| 82 | +- Update _handle_app_get_init_status to serialize self.app_init and dynamically resolve status_info |
| 83 | + fields from self.status ([#860](https://github.com/Python-roborock/python-roborock/pull/860), |
| 84 | + [`c963ad7`](https://github.com/Python-roborock/python-roborock/commit/c963ad79b7d7206dd1b97cd7f377305a67f90364)) |
| 85 | + |
| 86 | + |
| 87 | +## v5.26.0 (2026-07-06) |
| 88 | + |
| 89 | +### Documentation |
| 90 | + |
| 91 | +- Add 569 back to the docstring's Q7-divergence list |
| 92 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 93 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 94 | + |
| 95 | +- Mark fault 12 hw-confirmed (fired at 14% battery, corpus recount) |
| 96 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 97 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 98 | + |
| 99 | +- Mark fault 2 hw-confirmed (bumper held during commanded motion) |
| 100 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 101 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 102 | + |
| 103 | +- Mark fault 407 hw-confirmed (deterministically reproduced: due schedule ignored mid-clean) |
| 104 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 105 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 106 | + |
| 107 | +- Mark fault 46 hw-confirmed (docked with dust bag removed) |
| 108 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 109 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 110 | + |
| 111 | +- Mark fault 5 hw-confirmed (physically ground-truthed brush jams) |
| 112 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 113 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 114 | + |
| 115 | +- Note fault 501 fires per completed task |
| 116 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 117 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 118 | + |
| 119 | +- Note the error state can carry no fault code (observed live) |
| 120 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 121 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 122 | + |
| 123 | +- Refer to the ss07 fault spec, not the app (review feedback) |
| 124 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 125 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 126 | + |
| 127 | +### Features |
| 128 | + |
| 129 | +- Decode Q10 (B01/ss07) dpFault codes into a YXFault map |
| 130 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 131 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 132 | + |
| 133 | +- Decode Q10 (B01/ss07) dpFault codes with a YXFault enum |
| 134 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 135 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 136 | + |
| 137 | +- Re-add fault 569 as too_frequent_emptying, hw-confirmed (dock refuses a too-soon empty) |
| 138 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 139 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 140 | + |
| 141 | +### Refactoring |
| 142 | + |
| 143 | +- Decouple B01 (Q7/Q10) protocol layer from transport layer |
| 144 | + ([#859](https://github.com/Python-roborock/python-roborock/pull/859), |
| 145 | + [`b00d60b`](https://github.com/Python-roborock/python-roborock/commit/b00d60b9f70d6a5da9089e470db60b04437c0b14)) |
| 146 | + |
| 147 | +- Type Q10Status.fault as YXFault, mirroring the Q7 fault field |
| 148 | + ([#863](https://github.com/Python-roborock/python-roborock/pull/863), |
| 149 | + [`32f9747`](https://github.com/Python-roborock/python-roborock/commit/32f9747b368c4d58a78691a0106a8c9676a07e2c)) |
| 150 | + |
| 151 | + |
5 | 152 | ## v5.25.0 (2026-07-03) |
6 | 153 |
|
7 | 154 | ### Chores |
|
0 commit comments