Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Releases: bimmerconnected/bimmer_connected

0.17.4 - Goodbye!

07 Mar 17:03
e046d89

Choose a tag to compare

What’s Changed

  • Add error message about non-function to code (#755) @rikroe

This is the last release to update the PyPI description and log errors in code if this library is still used.

0.17.3

05 Sep 07:52
b993d6a

Choose a tag to compare

What’s Changed

  • Added simple generic x-user-agent to prevent from being blocked ("quota") (#743) @phreaks
  • Get next service by distance/time (#713) @rikroe
  • Fail test pipeline on formatting error (#715) @rikroe
  • Improve linting & tests (#714) @rikroe

0.17.2

01 Dec 14:44
e0076ad

Choose a tag to compare

What’s Changed

0.17.1

24 Nov 15:32
ce07342

Choose a tag to compare

What’s Changed

0.17.0

22 Nov 16:17
40ba148

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

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

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

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

Choose a tag to compare

What’s Changed

0.16.1

27 Jul 13:15
812aa5a

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