|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v5.3.0 (2026-03-28) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- **test**: Simplify assertion for AndroidKeyMetastate in test_has_some_metastates |
| 10 | + ([#1211](https://github.com/appium/python-client/pull/1211), |
| 11 | + [`ad8c5c9`](https://github.com/appium/python-client/commit/ad8c5c9ce33e85d6b417f2545df83b32e56c7fd0)) |
| 12 | + |
| 13 | +### Chores |
| 14 | + |
| 15 | +- **deps-dev**: Bump pytest-cov from 7.0.0 to 7.1.0 |
| 16 | + ([#1209](https://github.com/appium/python-client/pull/1209), |
| 17 | + [`8466c27`](https://github.com/appium/python-client/commit/8466c27b8759fc18169a48d7f7ae49cc33fce0a9)) |
| 18 | + |
| 19 | +- **deps-dev**: Bump ruff from 0.15.4 to 0.15.5 |
| 20 | + ([#1205](https://github.com/appium/python-client/pull/1205), |
| 21 | + [`628a731`](https://github.com/appium/python-client/commit/628a73111c315860754a7e0cc88f3b68917f3fc2)) |
| 22 | + |
| 23 | +- **deps-dev**: Bump ruff from 0.15.5 to 0.15.6 |
| 24 | + ([#1207](https://github.com/appium/python-client/pull/1207), |
| 25 | + [`9b81d2a`](https://github.com/appium/python-client/commit/9b81d2a42fbca4d4c4c4f2d54ce183c627479f85)) |
| 26 | + |
| 27 | +- **deps-dev**: Bump ruff from 0.15.6 to 0.15.7 |
| 28 | + ([#1208](https://github.com/appium/python-client/pull/1208), |
| 29 | + [`339fff9`](https://github.com/appium/python-client/commit/339fff93d0ac7472140e7869790e203f5160ad60)) |
| 30 | + |
| 31 | +### Continuous Integration |
| 32 | + |
| 33 | +- **deps**: Bump futureware-tech/simulator-action from 4 to 5 |
| 34 | + ([#1206](https://github.com/appium/python-client/pull/1206), |
| 35 | + [`a3c13dc`](https://github.com/appium/python-client/commit/a3c13dc98e9d50fb19bd1e37bdbdf86887587144)) |
| 36 | + |
| 37 | +### Features |
| 38 | + |
| 39 | +- Add AndroidKeyMetastate class for keyboard metastate constants |
| 40 | + ([#1211](https://github.com/appium/python-client/pull/1211), |
| 41 | + [`ad8c5c9`](https://github.com/appium/python-client/commit/ad8c5c9ce33e85d6b417f2545df83b32e56c7fd0)) |
| 42 | + |
| 43 | +- **android**: Add AndroidKeyMetastate class for keyboard metastate constants |
| 44 | + ([#1211](https://github.com/appium/python-client/pull/1211), |
| 45 | + [`ad8c5c9`](https://github.com/appium/python-client/commit/ad8c5c9ce33e85d6b417f2545df83b32e56c7fd0)) |
| 46 | + |
| 47 | + |
5 | 48 | ## v5.2.7 (2026-03-05) |
6 | 49 |
|
7 | 50 | ### Bug Fixes |
|
0 commit comments