Releases: skodaconnect/myskoda
Releases · skodaconnect/myskoda
v1.2.2
What's Changed
🐛 Bugfixes
- fix: Add tests for VehicleConnectionStatus and store in Vehicle object by @WebSpider in #427
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
Bug Fixes
🗒️ Other changes
- docs: add contribution styleguide by @WebSpider in #428
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
✨ New features
- feat: implement vehicle connection state endpoint by @WebSpider in #426
🐛 Bugfixes
🗒️ Other changes
- fix: ignore timestamps present in fixture by @WebSpider in #425
- Add new fixture for Enyaq 85, 2025 facelift by @macfreek in #419
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
✨ New features
- Add start/stop ventilation (air-conditioning) by @BenjaminHae in #423
🗒️ Other changes
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
🐛 Bugfixes
- Fix: user.nickname is optional by @dvx76 in #413
- Fix: Make next_charging_time optional by @dvx76 in #417
- Fix: delay refresh after completed operation by @dvx76 in #415
- Perform full vehicle refresh on access events by @dvx76 in #420
🛠️ Dependencies
🗒️ Other changes
- Readme: Adding await to disconnect in basic example by @BenjaminHae in #421
New Contributors
- @renovate made their first contribution in #414
- @BenjaminHae made their first contribution in #421
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
💥 Breaking Changes 💥
This change adds update and debounce logic which clients were previously responsible for.
- Vehicle data is automatically updated based on MQTT events
- New
refresh_*()
methods complements the existingget_*()
methods. These new methods do not return any data but will update the local vehicle data. Execution will be debounced as necessary to avoid API lockout. - Refreshed data is accessible via the new
vehicle()
method - A new callback subscription,
subscribe_updates()
is available and will be called when data is updated. - It is still possible to directly subscribe callbacks on MQTT events. The method has been renamed from
subscribe()
tosubscribe_events()
.
For additional documentation see https://myskoda.readthedocs.io/en/latest/
🗒️ Other changes
Full Changelog: v0.23.0...v1.0.0
v0.23.0
What's Changed
✨ New features
🗒️ Other changes
- Add replies from new URLs by @WebSpider in #402
- Switch from poetry to uv by @dvx76 in #394
- Remove remaining obsolete poetry reference by @dvx76 in #403
- Replace Just with pre-commit and direct commands by @dvx76 in #404
- Fix type hint for mqtt callbacks by @dvx76 in #408
Full Changelog: v0.22.1...v0.23.0
v0.22.2dev0
Testing prerelease using uv. Do not use this release.
What's Changed
🗒️ Other changes
- Add replies from new URLs by @WebSpider in #402
- Switch from poetry to uv by @dvx76 in #394
Full Changelog: v0.22.1...v0.22.2dev0
v0.22.1
What's Changed
🐛 Bugfixes
- Add support for unknown engine type by @WebSpider in #399
🗒️ Other changes
- Fix linter warnings by @WebSpider in #391
- Alphabetically sort known endpoints in api_endpoints.md by @lglerup in #392
- Add new API endpoints from MySkoda v8.1 app by @lglerup in #393
Full Changelog: v0.22.0...v0.22.1
v0.22.0
What's Changed
✨ New features
- Add brand configuration for future support of multiple brands by @WebSpider in #366
- Initial implementation of charging profiles by @WebSpider in #388
🐛 Bugfixes
- Add capability ACCIDENT_DAMAGE_MANAGEMENT by @WebSpider in #384
🛠️ Dependencies
- Bump mkdocstrings from 0.28.3 to 0.29.0 by @dependabot in #386
- Bump ruff from 0.9.10 to 0.11.0 by @dependabot in #385
🗒️ Other changes
- Update API documentation with responses of various GET requests by @WebSpider in #389
- Adding LNG/fuel hybrid Octavia fixture by @WebSpider in #390
Full Changelog: v0.21.2...v0.22.0