Skip to content

Releases: Herbertmt978/python-scorpiontrack

pyscorpiontrack 0.1.2

Choose a tag to compare

@Herbertmt978 Herbertmt978 released this 12 Jul 20:52
fb8ea7b

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

Choose a tag to compare

@Herbertmt978 Herbertmt978 released this 10 Jul 13:06

Changed

  • Publish releases to PyPI using trusted publishing.
  • Update GitHub Actions artifact steps.

No library API changes.

pyscorpiontrack 0.1.0

Choose a tag to compare

@Herbertmt978 Herbertmt978 released this 21 Apr 15:09

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.