Skip to content

Tags: Teslemetry/python-tesla-fleet-api

Tags

v1.12.4

Toggle v1.12.4's commit message
Bump version to 1.12.4

v1.12.3

Toggle v1.12.3's commit message
Bump version to 1.12.3

v1.12.2

Toggle v1.12.2's commit message
Bump version to 1.12.2

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(tesla): bump tesla-protocol floor to >=1.4.0 for protobuf 7 sup…

…port (#140)

* Bump tesla-protocol floor to >=1.4.0 for protobuf 7 compatibility

tesla-protocol 1.4.0 declares protobuf>=6.32.0,<8, unblocking dependents
that need to move to protobuf 7 (Home Assistant's protobuf pin included).
The proto bump renamed NavigationSuperchargerRequest.order to
remote_nav_trip_order and added four new GetVehicleData substates
(vehicle_config, soh_state, vehicle_detail_state, display_state), now
wrapped as BLE readers; a fifth (getLegacyVehicleState) is allowlisted
pending live verification of how it differs from the existing
legacy_vehicle_state() reader.

Version bumped to 1.12.1 per the repo's dependency-widening convention.

* no-mistakes(review): Add behavioral tests for 4 new BLE readers; fix stale AGENTS.md protocol-floor note

* no-mistakes(document): Fix AGENTS.md unwrapped-fields list; format new BLE reader test file

v1.12.0

Toggle v1.12.0's commit message
Bump version to 1.12.0

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.11.0 (#132)

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.10.0 (#125)

* Bump version to 1.10.0

* Update uv.lock for 1.10.0

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ci): use literal values for pypi environment name/url in release.…

…yml (#122)

The env context cannot be evaluated in a job-level environment key,
so tag pushes scheduled 0 jobs and the release workflow never ran.