Skip to content

0.10.4

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 20:13
· 92 commits to refs/heads/master since this release
ed289df

Breaking change

  • MyBMWAccount.get_vehicles() will by default get the vehicle list on initialization only. If new vehicles are added to your account, re-initialize MyBMWAccount or call get_vehicles(force_init=True).
  • get_fingerprints() has been moved from bimmer_connected.account to bimmer_connected.api.utils

What’s Changed