Skip to content

Releases: bimmerconnected/bimmer_connected

0.16.0 Beta 1

06 Jul 17:41
8169b5e
Compare
Choose a tag to compare
0.16.0 Beta 1 Pre-release
Pre-release

Breaking change

Every CLI command now stores the API credentials in a file for reuse in later calls. By default, data is stored to ~/.bimmer_connected.json (Mac and Linux) or C:\Users\username\.bimmer_connected.json (Windows). The file location can be changed using the --oauth-store parameter.
If you don't want the data stored, use the --disable-oauth-store parameter.

What’s Changed

0.15.3

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

What’s 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’s Changed

0.15.1

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

What’s Changed

0.15.0

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

What’s Changed

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