This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Releases: bimmerconnected/bimmer_connected
Releases · bimmerconnected/bimmer_connected
0.17.4 - Goodbye!
0.17.3
0.17.2
What’s Changed
- Reset session_id after 14 days (#699) @rikroe
- Fix embedded python datetime parsing (#697) @rikroe
- Ensure refresh token is stored (#696) @rikroe
- Fix sendpoi (#695) @rikroe
- Store bmw-session-id for CLI use (#690) @rikroe
- Improve captcha documentation (#691) @rikroe
- Fix for httpx>=0.28.0 (#693) @rikroe
0.17.1
0.17.0
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
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.