Skip to content

Releases: bimmerconnected/bimmer_connected

0.14.6

01 Dec 20:53
5eb68d8
Compare
Choose a tag to compare

What’s Changed

  • Fix handling 401 after 429 status code - reauthenticate last (#586) @rikroe
  • This might lead to more 429 Too Many Request Errors, but will not trigger HA reauthentication anymore

0.14.5

29 Nov 12:52
9d3bd67
Compare
Choose a tag to compare

What’s Changed

  • Fix handling 401 after 429 status code (#585) @rikroe

0.14.4

25 Nov 22:37
5150736
Compare
Choose a tag to compare

Breaking changes

  • Chinese users must install Pillow manually or with the [china] extra, i.e. pip install bimmer-connected[china]

What’s Changed

0.14.3

20 Nov 21:18
4dfecef
Compare
Choose a tag to compare

What’s Changed

  • Add exception handling for unexpected responses (#580) @rikroe

0.14.2

20 Oct 21:16
67eb69c
Compare
Choose a tag to compare

What’s Changed

0.14.1

27 Sep 11:09
b267df3
Compare
Choose a tag to compare

What’s Changed

  • Optimize capture verification method in China region (#564) @Yixi
  • Add headunit data class also exposing current vehicle software version (#568) @cubinet-code
  • Update test requirements to time_machine<2.13.0 (#570) @cubinet-code

0.14.0

26 Aug 08:49
6e97a82
Compare
Choose a tag to compare

Breaking changes

  • Support for Python 3.7 is removed and this library requires Python >= 3.8.
  • The deprecated ConnectedDriveAccount/ConnectedDriveVehicle classes and all corresponding attributes are removed, use MyBMWAccount/MyBMWVehicle.

What’s Changed

0.13.10

12 Aug 15:38
b27e299
Compare
Choose a tag to compare

What’s Changed

0.13.9

05 Aug 17:13
95cd1de
Compare
Choose a tag to compare

What’s Changed

  • Inline tests and distribute with package (#552) @rikroe
  • Refactor tests to conftest, add stateful tests for remote services (#551) @rikroe
  • Add required fields for sendpoi (#550) @rikroe

0.13.8

01 Jul 07:46
48d4c14
Compare
Choose a tag to compare

What’s Changed