Skip to content

Releases: bimmerconnected/bimmer_connected

0.15.3

26 May 15:54
91c26e8
Compare
Choose a tag to compare

What鈥檚 Changed

  • Update timezone handling for time only data (#617) @rikroe
  • Use assignment expressions (PEP572) (#615) @rikroe

0.15.2

30 Apr 17:16
865df88
Compare
Choose a tag to compare

What鈥檚 Changed

0.15.1

30 Apr 16:36
d9fbf14
Compare
Choose a tag to compare

What鈥檚 Changed

0.15.0

29 Mar 17:09
ef3db68
Compare
Choose a tag to compare

What鈥檚 Changed

0.14.6

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

What鈥檚 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鈥檚 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鈥檚 Changed

0.14.3

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

What鈥檚 Changed

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

0.14.2

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

What鈥檚 Changed

0.14.1

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

What鈥檚 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