Skip to content

Releases: bimmerconnected/bimmer_connected

0.16.3

01 Sep 11:51
a1c80ca
Compare
Choose a tag to compare

What’s Changed

  • Allow passing external SSL context (#655) @rikroe
  • Update project metadata to use SPDX license identifier (#653) @cdce8p

0.16.2

26 Aug 17:48
e30f346
Compare
Choose a tag to compare

What’s Changed

0.16.1

27 Jul 13:15
812aa5a
Compare
Choose a tag to compare

See breaking change from 0.16.0.

What’s Changed

  • Fixes for HA mypy, add more lint rules (#639) @rikroe

0.16.0

27 Jul 11:52
30246ac
Compare
Choose a tag to compare

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.16.0 Beta 2

14 Jul 19:14
2e3eb11
Compare
Choose a tag to compare
0.16.0 Beta 2 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.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