Bimmer Connected Versions Save

🚘 Library to query the status of your BMW or Mini from the ConnectedDrive portal

0.15.3

2 weeks ago

What’s Changed

  • Update timezone handling for time only data (#617) @rikroe
  • Use assignment expressions (PEP572) (#615) @rikroe

0.15.2

1 month ago

What’s Changed

  • Another VIN regex fix (#614) @rikroe

0.15.1

1 month ago

What’s Changed

  • Replace local timezone with UTC (#606) @rikroe
  • Fix parsing unavailable timestamps (#612) @rikroe
  • Fix docs requirements (#613) @rikroe
  • Fix Update VIN regex (#611) @rikroe

0.15.0

2 months ago

What’s Changed

  • Change vehicle FRONTSIDE image (#604) @rikroe
  • Move extras_require to setup.cfg (#601) @cdce8p
  • Change readthedocs link to stable (#600) @rikroe
  • Update docs on using the library fingerprints in HA (#599) @rikroe
  • Disable default debug logging, allow status for one VIN only (#598) @rikroe
  • Refactor vehicle init (#592) @rikroe
  • Adjust URLs (#591) @rikroe
  • Update VIN regex (#593) @rikroe
  • Fix non-strings in sendpoi (#590) @rikroe

0.14.6

6 months ago

What’s Changed

  • Fix handling 401 after 429 status code - reauthenticate last (#586) @rikroe
  • This might lead to more 429 Too Many Request Errors, but will not trigger HA reauthentication anymore

0.14.5

6 months ago

What’s Changed

  • Fix handling 401 after 429 status code (#585) @rikroe

0.14.4

6 months ago

Breaking changes

  • Chinese users must install Pillow manually or with the [china] extra, i.e. pip install bimmer-connected[china]

What’s Changed

  • Remove use_metric_units parameter (#584) @rikroe
  • Require Pillow only in extra [china] (#583) @rikroe

0.14.3

6 months ago

What’s Changed

  • Add exception handling for unexpected responses (#580) @rikroe

0.14.2

7 months ago

What’s Changed

  • Update app version to 3.9.0 (#573) @rikroe

0.14.1

8 months ago

What’s Changed

  • Optimize capture verification method in China region (#564) @Yixi
  • Add headunit data class also exposing current vehicle software version (#568) @cubinet-code
  • Update test requirements to time_machine<2.13.0 (#570) @cubinet-code