Bimmer-connected

Latest version: v0.15.2

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

Scan your dependencies

Page 7 of 17

0.9.5

What’s Changed

* Fix KeyError in `ChargingProfile` (457) rikroe
* Fingerprint vehicles v2 (458) rikroe
* Fix send location (461) rikroe

0.9.4

What’s Changed

* Downgrade app version (453) rikroe
* Fix sphinx build (451) rikroe

0.9.3

What’s Changed

* Add bmw-unit-preferences (449) rikroe

Breaking changes

* `bimmerconnected.vehicle.models` has been moved to `bimmerconnected.models`

0.9.2

What’s Changed

* Force UTC in timestamps (447) rikroe
* Update user agent (445) rikroe

0.9.1

What’s Changed

* Add Critical as CheckControlStatus (439) gerard33

0.9.0

What’s Changed

Breaking change
* All network-related functions are now **async**, requiring the `await` keyword or similar functionality. If you are using this library in your custom code, it will most likely affect you in one of the following functions:
* `bimmer_connected.account.ConnectedDriveAccount.get_vehicles()`
* `bimmer_connected.remote_services.RemoteServices.trigger_[any-remote-service]()`
* `bimmer_connected.vehicle.ConnectedDriveVehicle.get_vehicle_image()`
* Initialization of `MyBMWAccount` does not automatically get the vehicles from the API, use `get_vehicles()`:
python
account = MyBMWAccount(USERNAME, PASSWORD, REGION)
await account.get_vehicles() if executing in async function
asyncio.run(account.get_vehicles()) if executing in synchronous function

* All `ConnectedDrive...` objects have been deprecated and renamed to `MyBMW...`. You will see a logged `DeprecationWarning` everytime your code accesses a deprecated property.
* `VehicleStatus` is now deprecated. All of the information is available via `MyBMWVehicle` attributes. You will see a logged `DeprecationWarning` everytime your code accesses a deprecated property.
* `bimmer_connected.country_selector` has been removed in favor of `bimmer_connected.api.regions`
* While not offically supported before, Python<3.6 is now broken

Changes
* Refactor library to async (400) rikroe
* Great support for login to china by HuChundong, muxiachuixue, vividmuse
* Add `TARGET_REACHED` `ChargingState` (431) rikroe
* Fully typed library, add mypy to pre-commit and test pipeline (432) rikroe
* Add `convertible_top` attribute (437) rikroe, skrashevich
* Refactor auth flow to `httpx.Auth` and reauthenticate after `HTTP 401` instead of calculated token expiry (436) rikroe

Page 7 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.