Skip to content

Releases: DurgNomis-drol/mytoyota

v0.6.2 🌈

18 Sep 15:57
939c2d2
Compare
Choose a tag to compare

⚠ Breaking changes

🐛 Bug Fixes

🧱 Dependency Updates

v0.6.1 🌈

15 Sep 14:24
b44fc51
Compare
Choose a tag to compare

⚠ Breaking changes

  • Fix conversion not working correctly + inverting imperial parameter t… @DurgNomis-drol (#54)

🐛 Bug Fixes

  • Fix conversion not working correctly + inverting imperial parameter t… @DurgNomis-drol (#54)

📄 Documentation

v0.6.0 🌈

14 Sep 15:37
686c539
Compare
Choose a tag to compare

🚀 Features

🔧 Code enhancements

📄 Documentation

🧱 Dependency Updates

Other changes

Version 0.5.3

05 Sep 17:25
b7dee4d
Compare
Choose a tag to compare

Update vehicle status endpoint as the original one seems deprecated by Toyota. New endpoint supports doors, windows, lights, and key status.

Version 0.5.1

01 Sep 07:59
01d924c
Compare
Choose a tag to compare

Fixes logger error introduced in 0.5.0 and fixes not request any data if from_date is today.

Version 0.5.0

31 Aug 19:38
f7c4f06
Compare
Choose a tag to compare

This is a performance and stability update.

Enhancements

  • Better HTTP error handling
  • Using objects instead of dicts

All of this have resulted in 25-40% performance increase. 🎉

Version 0.4.1

24 Aug 16:44
Compare
Choose a tag to compare

Enhancements

  • No request will now be performed if from date is the same as to date, as this will thrown an error on Toyota's backend anyway.
  • Will now raise an exception if an internal error occurred from Toyota.
  • Minor clean up and typo's fixes.

Version 0.4.0

10 Aug 14:14
ad4cd9c
Compare
Choose a tag to compare

BREAKING CHANGES!

This breaks some minor things related to the statistical endpoint.

Enhancement

  • isoweek and year is now available as intervals when getting statistics.
  • More attributes when getting statistical data to better understand what data is include. Like: from date and week-number.

Version 0.3.4

04 Aug 15:49
Compare
Choose a tag to compare

Removes dependency for UUID. This fixes a problem with Home Assistant package constraint.

Version 0.3.2

03 Aug 14:52
3c193f6
Compare
Choose a tag to compare

Minor fixes:

Fixes date problem with statistics endpoint.