Releases: dknowles2/pydrawise
Releases · dknowles2/pydrawise
2023.9.4
2023.9.3
What's Changed
📋 Other changes
- Give schema models default values (#81) @dknowles2
- Upgrade devcontainer image to python 3.11 (#80) @dknowles2
🧩 Dependency updates
- Bump mkdocstrings-python from 1.7.0 to 1.7.1 (#77) @dependabot
2023.9.2
What's Changed
🚀 New features
- Make fetching zones optional (#75) @dknowles2
- Fetch more data in get_user() and get_controllers() (#74) @dknowles2
🐞 Bug fixes
- Raise on HTTP errors (#76) @dknowles2
2023.9.1
What's Changed
🚀 New features
- Implement the get_user() method in LegacyHydrawiseAync (#73) @dknowles2
2023.9.0
What's Changed
🚀 New features
- Add an async implementation of the legacy API (#72) @dknowles2
🧩 Dependency updates
- Bump mkdocstrings-python from 1.6.2 to 1.7.0 (#70) @dependabot
- Bump mkdocs from 1.5.2 to 1.5.3 (#71) @dependabot
- Bump pytest from 7.4.1 to 7.4.2 (#68) @dependabot
- Bump actions/checkout from 3 to 4 (#66) @dependabot
- Bump mkdocstrings-python from 1.6.0 to 1.6.2 (#67) @dependabot
- Bump pytest from 7.4.0 to 7.4.1 (#64) @dependabot
- Bump mkdocstrings from 0.22.0 to 0.23.0 (#63) @dependabot
2023.8.0 - Fix bugs with legacy run and suspend
What's Changed
🐞 Bug fixes
- Fix some bugs with run and suspend (#61) @dknowles2
📋 Other changes
- Update legacy testdata (#62) @dknowles2
🧩 Dependency updates
- Bump mkdocs from 1.5.1 to 1.5.2 (#56) @dependabot
- Bump mkdocstrings-python from 1.3.0 to 1.6.0 (#60) @dependabot
- Bump mkdocstrings-python from 1.2.1 to 1.3.0 (#57) @dependabot
- Bump mkdocs from 1.5.0 to 1.5.1 (#55) @dependabot
2023.7.1 - Legacy API fix
What's Changed
🐞 Bug fixes
- Make update_controller_info return a bool (#54) @dknowles2
🧩 Dependency updates
- Bump mkdocs from 1.4.3 to 1.5.0 (#53) @dependabot
- Bump mkdocstrings-python from 1.1.2 to 1.2.1 (#52) @dependabot
- Bump aiohttp from 3.8.4 to 3.8.5 (#51) @dependabot
- Bump pytest-asyncio from 0.21.0 to 0.21.1 (#49) @dependabot
2023.7.0 - Legacy API support
What's Changed
🚀 New features
- Add LegacyHydrawise (#46) @dknowles2
🐞 Bug fixes
- Fix some bugs with the legacy API (#47) @dknowles2
🧩 Dependency updates
- Bump pytest from 7.3.2 to 7.4.0 (#44) @dependabot
- Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 (#45) @dependabot
- Bump pytest from 7.3.1 to 7.3.2 (#43) @dependabot
- Bump mkdocstrings-python from 1.1.0 to 1.1.2 (#42) @dependabot
- Bump mkdocstrings from 0.21.2 to 0.22.0 (#41) @dependabot
- Bump mkdocstrings-python from 1.0.0 to 1.1.0 (#40) @dependabot
2023.5.2
What's Changed
🚀 New features
- Add remaining_time field to ScheduledZoneRun (#37) @dknowles2
- Add customer_id field to User (#36) @dknowles2
📋 Other changes
- Add explicit versions to docs/requirements.txt (#39) @dknowles2
- Documentation overhaul (#38) @dknowles2
2023.5.1
What's Changed
⚠️ Breaking changes
- Drop support for python 3.9 (#32) @dknowles2
🐞 Bug fixes
- Update usage example (#35) @dknowles2
- zone.status.suspended_until can be None (#34) @rumbu13
📋 Other changes
- Add docstrings in preparation for readthedocs generation (#31) @dknowles2
- Add Hydrawise & pydrawise to known cspell words (#30) @dknowles2
- Move helper functions out of schema.py (#29) @dknowles2