Skip to content

Releases: bimmerconnected/bimmer_connected

0.12.0

05 Jan 19:58
536350d
Compare
Choose a tag to compare

What’s Changed

Note for CHINA

Login for region CHINA is currently broken, so I cannot test if the new endpoints are availble there as well (see #504).

0.11.0

06 Dec 15:36
e101d5a
Compare
Choose a tag to compare

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

21 Sep 20:13
ed289df
Compare
Choose a tag to compare

Breaking change

  • MyBMWAccount.get_vehicles() will by default get the vehicle list on initialization only. If new vehicles are added to your account, re-initialize MyBMWAccount or call get_vehicles(force_init=True).
  • get_fingerprints() has been moved from bimmer_connected.account to bimmer_connected.api.utils

What’s Changed

0.10.3

31 Aug 16:34
841f3aa
Compare
Choose a tag to compare

What’s Changed

0.10.2

14 Aug 10:45
0121990
Compare
Choose a tag to compare

What’s Changed

  • Refactor creation of vehicles from API responses (#480) @rikroe
  • Add missing enum attributes (#478) @rikroe
    • Add TWO_TIMES_TIMER
    • Add PARTIALLY_LOCKED
  • Fix CBS due_date typing (#479) @rikroe

0.10.1

15 Jul 20:08
6c5e911
Compare
Choose a tag to compare

What’s Changed

0.10.0

26 Jun 09:35
a1e6c36
Compare
Choose a tag to compare

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 of vehicle.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

25 Jun 07:44
a1e6c36
Compare
Choose a tag to compare

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 of vehicle.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.

0.9.5

22 Jun 11:54
d751fea
Compare
Choose a tag to compare

What’s Changed

0.9.4

03 Jun 10:08
3803bd8
Compare
Choose a tag to compare

What’s Changed