Myskoda

Latest version: v0.23.0

Safety actively analyzes 723799 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 11

0.13.0

Not secure
<!-- Release notes generated using configuration in .github/release.yml at main -->
Summary
- Add support for seat-heating, AC at unlock and window heating (thanks prvakt !)
- Refactor handling of inbound MQTT messages (thanks fursov !)
- Add support for auxiliary heater for combustion engines (thanks again, prvakt !)
- Add support for newly found capabilities and initial support for defects
- Dependency updates
- Fixed a few bugs related to maintenance history
- Minor update to fixtures format

What's Changed
✨ New features
* Adding two discovered capabilities by WebSpider in https://github.com/skodaconnect/myskoda/pull/232
* Add model to describe defects by WebSpider in https://github.com/skodaconnect/myskoda/pull/233
* combustion auxiliary-heater by prvakt in https://github.com/skodaconnect/myskoda/pull/226
* Create ability to define structures per service event by fursov in https://github.com/skodaconnect/myskoda/pull/235
* Implement 3 missing AC setting methods by prvakt in https://github.com/skodaconnect/myskoda/pull/236
* Add library_version to fixture by WebSpider in https://github.com/skodaconnect/myskoda/pull/246
* added missing Endpoint.AUXILIARY_HEATING and refactored by prvakt in https://github.com/skodaconnect/myskoda/pull/240
🐛 Bugfixes
* Anonymize booking/maintenance history in fixtures by dvx76 in https://github.com/skodaconnect/myskoda/pull/229
* Fix optional field in MaintenanceReport by dvx76 in https://github.com/skodaconnect/myskoda/pull/239
🛠️ Dependencies
* Bump setuptools from 75.5.0 to 75.6.0 by dependabot in https://github.com/skodaconnect/myskoda/pull/241
* Bump mashumaro from 3.14 to 3.15 by dependabot in https://github.com/skodaconnect/myskoda/pull/242
* Bump aiohttp from 3.11.2 to 3.11.7 by dependabot in https://github.com/skodaconnect/myskoda/pull/244
* Bump ruff from 0.7.4 to 0.8.0 by dependabot in https://github.com/skodaconnect/myskoda/pull/243
🗒️ Other changes
* Add Octavia 2022 RS fixture by ThraaxSession in https://github.com/skodaconnect/myskoda/pull/228
* Move endpoints wiki page to git repo by dvx76 in https://github.com/skodaconnect/myskoda/pull/231
* Add disclaimer in README by dvx76 in https://github.com/skodaconnect/myskoda/pull/234
* Fix pip install instruction by dvx76 in https://github.com/skodaconnect/myskoda/pull/238
* Prepare release 0.13.0 by WebSpider in https://github.com/skodaconnect/myskoda/pull/247

New Contributors
* ThraaxSession made their first contribution in https://github.com/skodaconnect/myskoda/pull/228

**Full Changelog**: https://github.com/skodaconnect/myskoda/compare/v0.12.2...v0.13.0

0.12.2

Not secure
<!-- Release notes generated using configuration in .github/release.yml at main -->
Summary
- Dependency updates
- Add a fixture for Enyaq 85

What's Changed
🛠️ Dependencies
* Bump pyright from 1.1.388 to 1.1.389 by dependabot in https://github.com/skodaconnect/myskoda/pull/216
* Bump aiohttp from 3.10.10 to 3.11.2 by dependabot in https://github.com/skodaconnect/myskoda/pull/217
* Bump aioresponses from 0.7.6 to 0.7.7 by dependabot in https://github.com/skodaconnect/myskoda/pull/218
* Bump ruff from 0.7.3 to 0.7.4 by dependabot in https://github.com/skodaconnect/myskoda/pull/219
* Bump setuptools from 75.3.0 to 75.5.0 by dependabot in https://github.com/skodaconnect/myskoda/pull/220
🗒️ Other changes
* Add fixture for an Enyaq 85 by WebSpider in https://github.com/skodaconnect/myskoda/pull/222
* Prepare update to 0.12.2 by WebSpider in https://github.com/skodaconnect/myskoda/pull/224


**Full Changelog**: https://github.com/skodaconnect/myskoda/compare/v0.12.0...v0.12.2

0.12.0

Not secure
<!-- Release notes generated using configuration in .github/release.yml at main -->
Summary
- Add detection for new terms and conditions so we can tell you you need to review them
- Support departure-status-changed support to hopefully improve motion detection
- Add support for new states we have not seen before

What's Changed
✨ New features
* Add departure-status-changed into service model and mqtt by prvakt in https://github.com/skodaconnect/myskoda/pull/213
* Terms and Conditions during login by WebSpider in https://github.com/skodaconnect/myskoda/pull/209
🐛 Bugfixes
* Add NOT_ACTIVATED as option for VehicleState by WebSpider in https://github.com/skodaconnect/myskoda/pull/208
* Make country inside User optional by WebSpider in https://github.com/skodaconnect/myskoda/pull/214
🗒️ Other changes
* Prepare release 0.12.0 by WebSpider in https://github.com/skodaconnect/myskoda/pull/215


**Full Changelog**: https://github.com/skodaconnect/myskoda/compare/v0.11.0...v0.12.0

0.11.0

Not secure
<!-- Release notes generated using configuration in .github/release.yml at main -->
Summary
- Fixed issues in the garage
- Improve compatibility with Superb iV and Enyaq
- Some changes to the new ability to remotely honk and flash

What's Changed
✨ New features
* Add charging-complete ServiceEvent by dvx76 in https://github.com/skodaconnect/myskoda/pull/205
🐛 Bugfixes
* fix: AttributeError for get_garage by jmartens in https://github.com/skodaconnect/myskoda/pull/199
* Some fields are not present in Superb iV 2020 response to driving_range by fursov in https://github.com/skodaconnect/myskoda/pull/202
* Refactor honk_and_flash into seperate honk_and_flash and flash by WebSpider in https://github.com/skodaconnect/myskoda/pull/201
🗒️ Other changes
* Fixture for Superb iV, model 3v54xc, year 2021 by jmartens in https://github.com/skodaconnect/myskoda/pull/196
* Add fixture for 2023 Octavia TSI by TomasReznicek in https://github.com/skodaconnect/myskoda/pull/204
* Prepare release 0.11.0 by WebSpider in https://github.com/skodaconnect/myskoda/pull/206


**Full Changelog**: https://github.com/skodaconnect/myskoda/compare/v0.10.0...v0.11.0

0.10.0

Not secure
<!-- Release notes generated using configuration in .github/release.yml at main -->
Summary
* **A lot of new contributors, thanks for your help!**
* Add start/stop of the auxiliary heater
* Verify S-PIN
* Lots of fixes made possible by community reports and contributions
* Add kodiaq and kamiq to automated tests

What's Changed
✨ New features
* Add automatic changelog formatting by WebSpider in https://github.com/skodaconnect/myskoda/pull/178
* Add start/stop auxiliary-heating and verify_spin support by prvakt in https://github.com/skodaconnect/myskoda/pull/175
🐛 Bugfixes
* Make overall_average_travel_time optional by WebSpider in https://github.com/skodaconnect/myskoda/pull/176
* Make EngineRange.remaining_range_in_km optional by dvx76 in https://github.com/skodaconnect/myskoda/pull/182
* Make fields of ServiceEventChargingData optional by fursov in https://github.com/skodaconnect/myskoda/pull/183
* More trip statistics optional by Cypherke in https://github.com/skodaconnect/myskoda/pull/187
* Add INSUFFICIENT_SPIN CapabilityStatus by dvx76 in https://github.com/skodaconnect/myskoda/pull/191
* fix: make remainingCruisingRangeInMeters field optional by jmartens in https://github.com/skodaconnect/myskoda/pull/195
🛠️ Dependencies
* Bump pyright from 1.1.387 to 1.1.388 by dependabot in https://github.com/skodaconnect/myskoda/pull/188
* Bump mkdocstrings from 0.26.2 to 0.27.0 by dependabot in https://github.com/skodaconnect/myskoda/pull/189
* Bump ruff from 0.7.2 to 0.7.3 by dependabot in https://github.com/skodaconnect/myskoda/pull/190
🗒️ Other changes
* fixture for Kodiaq II Exclusive Selection (2024) by Tomanic-glitch in https://github.com/skodaconnect/myskoda/pull/177
* Add fixture for kamiq by dvx76 in https://github.com/skodaconnect/myskoda/pull/181
* Update kamiq.yaml by MarcoGos in https://github.com/skodaconnect/myskoda/pull/186

New Contributors
* Tomanic-glitch made their first contribution in https://github.com/skodaconnect/myskoda/pull/177
* MarcoGos made their first contribution in https://github.com/skodaconnect/myskoda/pull/186
* Cypherke made their first contribution in https://github.com/skodaconnect/myskoda/pull/187
* jmartens made their first contribution in https://github.com/skodaconnect/myskoda/pull/195

**Full Changelog**: https://github.com/skodaconnect/myskoda/compare/v0.9.1...v0.10.0

0.9.1

Not secure
What's Changed
* Add Spaceback BodyType by WebSpider in https://github.com/skodaconnect/myskoda/pull/173
* Set version to 0.9.1 by WebSpider in https://github.com/skodaconnect/myskoda/pull/174


**Full Changelog**: https://github.com/skodaconnect/myskoda/compare/v0.9.0...v0.9.1

Page 7 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.