Releases: bimmerconnected/bimmer_connected
Releases · bimmerconnected/bimmer_connected
0.12.0
0.11.0
Breaking change
Python 3.6 dropped out of official support in December 2021, so we're removing it from our tests. The current version should still work in Python 3.6, however our automated tests won't find any regressions (and we won't fix them for Python 3.6).
What’s Changed
0.10.4
Breaking change
MyBMWAccount.get_vehicles()
will by default get the vehicle list on initialization only. If new vehicles are added to your account, re-initializeMyBMWAccount
or callget_vehicles(force_init=True)
.get_fingerprints()
has been moved frombimmer_connected.account
tobimmer_connected.api.utils
What’s Changed
0.10.3
0.10.2
0.10.1
0.10.0
Breaking change
vehicle.doors_and_windows.convertible_top
has been removed as we don't know how it is represented in the new API. It could be part ofvehicle.doors_and_windows.lids
if located similarly to the sunroof.
What’s Changed
- Migrate to vehicles v2 API (#462) @rikroe
- This fixes HTTP 429 errors caused by rate-limiting on the older API endpoints
This release is identical to 0.9.6 but got its own minor version bump due to the amount of changes.
0.9.6
Breaking change
vehicle.doors_and_windows.convertible_top
has been removed as we don't know how it is represented in the new API. It could be part ofvehicle.doors_and_windows.lids
if located similarly to the sunroof.
What’s Changed
- Migrate to vehicles v2 API (#462) @rikroe
- This fixes HTTP 429 errors caused by rate-limiting on the older API endpoints
This release is identical to 0.10.0 which got its own minor version bump due to the amount of changes.