Skip to content

Releases: bimmerconnected/bimmer_connected

0.17.1

24 Nov 15:32
ce07342
Compare
Choose a tag to compare

What’s Changed

0.17.0

22 Nov 16:17
40ba148
Compare
Choose a tag to compare

Breaking change

BMW API for North America and Rest of World now requires a captcha to be solved. The token needs to be used during first init of MyBMWAccount(..., hcaptcha_token=TOKEN) or with the --captcha-token CLI parameter. See the documentation for more information.
This does only apply when using the library outside Home Assistant.

What’s Changed

0.16.4

03 Nov 09:20
c68a806
Compare
Choose a tag to compare

Breaking change

BMW API for North America now requires a captcha to be solved. The token needs to be used during first init of MyBMWAccount(..., hcaptcha_token=TOKEN) or with the --captcha-token CLI parameter. See the documentation for more information.
This does only apply when using the library outside Home Assistant.

What’s Changed

0.16.4 Beta 2

01 Nov 16:14
Compare
Choose a tag to compare
0.16.4 Beta 2 Pre-release
Pre-release

Breaking change

BMW API for North America now requires a captcha to be solved. The token can be used during init of MyBMWAccount(..., hcaptcha_token=TOKEN).

Does not yet work for CLI!

What’s Changed

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