- 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
- Revert documentation DurgNomis-drol (53)
0.6.0
🚀 Features
- Adds the ability to return statistics in imperial DurgNomis-drol (51)
🔧 Code enhancements
- Separate Controller functions into separate class DurgNomis-drol (44)
📄 Documentation
- Add release drafter and dependabot DurgNomis-drol (45)
🧱 Dependency Updates
- Bump abatilo/actions-poetry from 2.1.0 to 2.1.2 dependabot (46) - Bump flake8-bugbear from 21.4.3 to 21.9.1 dependabot (48)
Other changes - Enhancement to release-drafter.yml DurgNomis-drol (47) - Add breaking change label to release drafter DurgNomis-drol (50)
0.5.3
Update vehicle status endpoint as the original one seems deprecated by Toyota. New endpoint supports doors, windows, lights, and key status.
0.5.1
Fixes logger error introduced in 0.5.0 and fixes not request any data if from_date is today.
0.5.0
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. 🎉
0.4.1
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.