|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v3.16.0 (2025-12-14) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Fix bugs in the subscription idle timeout |
| 10 | + ([#665](https://github.com/Python-roborock/python-roborock/pull/665), |
| 11 | + [`85b7bee`](https://github.com/Python-roborock/python-roborock/commit/85b7beeb810cfb3d501658cd44f06b2c0052ca33)) |
| 12 | + |
| 13 | +- Harden the device connection logic used in startup |
| 14 | + ([#666](https://github.com/Python-roborock/python-roborock/pull/666), |
| 15 | + [`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc)) |
| 16 | + |
| 17 | +- Harden the initial startup logic |
| 18 | + ([#666](https://github.com/Python-roborock/python-roborock/pull/666), |
| 19 | + [`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc)) |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +- Apply suggestions from code review |
| 24 | + ([#675](https://github.com/Python-roborock/python-roborock/pull/675), |
| 25 | + [`ab2de5b`](https://github.com/Python-roborock/python-roborock/commit/ab2de5bda7b8e1ff1ad46c7f2bf3b39dc9af4ace)) |
| 26 | + |
| 27 | +- Clarify comments and docstrings |
| 28 | + ([#666](https://github.com/Python-roborock/python-roborock/pull/666), |
| 29 | + [`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc)) |
| 30 | + |
| 31 | +- Fix logging ([#666](https://github.com/Python-roborock/python-roborock/pull/666), |
| 32 | + [`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc)) |
| 33 | + |
| 34 | +- Reduce whitespace changes ([#666](https://github.com/Python-roborock/python-roborock/pull/666), |
| 35 | + [`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc)) |
| 36 | + |
| 37 | +- Revert whitespace change ([#666](https://github.com/Python-roborock/python-roborock/pull/666), |
| 38 | + [`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc)) |
| 39 | + |
| 40 | +### Features |
| 41 | + |
| 42 | +- Add basic schedule getting ([#675](https://github.com/Python-roborock/python-roborock/pull/675), |
| 43 | + [`ab2de5b`](https://github.com/Python-roborock/python-roborock/commit/ab2de5bda7b8e1ff1ad46c7f2bf3b39dc9af4ace)) |
| 44 | + |
| 45 | + |
5 | 46 | ## v3.15.0 (2025-12-14) |
6 | 47 |
|
7 | 48 | ### Chores |
|
0 commit comments