Releases: DurgNomis-drol/mytoyota
Releases · DurgNomis-drol/mytoyota
v0.6.2 🌈
⚠ Breaking changes
- Fix not all cars have hood data @DurgNomis-drol (#57)
🐛 Bug Fixes
- Fix not all cars have hood data @DurgNomis-drol (#57)
🧱 Dependency Updates
- Bump abatilo/actions-poetry from 2.1.2 to 2.1.3 @dependabot (#55)
v0.6.1 🌈
⚠ 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
- Revert documentation @DurgNomis-drol (#53)
v0.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)
Version 0.5.3
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
Fixes logger error introduced in 0.5.0 and fixes not request any data if from_date is today.
Version 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. 🎉
Version 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.
Version 0.4.0
BREAKING CHANGES!
This breaks some minor things related to the statistical endpoint.
Enhancement
isoweek
andyear
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
Removes dependency for UUID. This fixes a problem with Home Assistant package constraint.
Version 0.3.2
Minor fixes:
Fixes date problem with statistics endpoint.