Releases: Herbertmt978/python-scorpiontrack
Releases · Herbertmt978/python-scorpiontrack
Release list
pyscorpiontrack 0.1.2
What changed
- Avoid private shared-location URLs and response values being retained in logs or exception chains.
- Treat malformed or incomplete API responses as temporary connection/data failures, so a partial vehicle list is not accepted as authoritative.
- Add regression coverage around response normalization and error handling.
This is a small client-hardening release. The public data model and speed parsing are unchanged.
pyscorpiontrack 0.1.1
Changed
- Publish releases to PyPI using trusted publishing.
- Update GitHub Actions artifact steps.
No library API changes.
pyscorpiontrack 0.1.0
Summary
Initial public release of pyscorpiontrack.
This package provides the async ScorpionTrack share-link client used by the Home Assistant Core submission. It focuses on the public shared-location flow and exposes typed share, vehicle, and position models for integrations and other consumers.