Skip to content

Releases: dknowles2/pydrawise

2023.9.0

25 Sep 12:51
87a73be
Compare
Choose a tag to compare

What's Changed

🚀 New features

🧩 Dependency updates

2023.8.0 - Fix bugs with legacy run and suspend

29 Aug 10:31
3fbf6be
Compare
Choose a tag to compare

What's Changed

🐞 Bug fixes

📋 Other changes

🧩 Dependency updates

2023.7.1 - Legacy API fix

27 Jul 12:56
f3e0577
Compare
Choose a tag to compare

What's Changed

🐞 Bug fixes

🧩 Dependency updates

2023.7.0 - Legacy API support

06 Jul 20:18
97d4528
Compare
Choose a tag to compare

What's Changed

🚀 New features

🐞 Bug fixes

🧩 Dependency updates

2023.5.2

21 May 01:36
e73a0a5
Compare
Choose a tag to compare

What's Changed

🚀 New features

📋 Other changes

2023.5.1

17 May 12:58
47c036c
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking changes

🐞 Bug fixes

📋 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

2023.5.0

12 May 02:26
fd3fe87
Compare
Choose a tag to compare

What's Changed

Updates

  • Various updates (#27) @dknowles2
    • Changes the method signature for most methods in client.py. Methods now take data objects from schema.py instead of opaque identifiers.
    • _auth attributes and methods have been removed from data objects in schema.py. These were all duplicates of methods available in client.py and it's annoying to have them exposed in both places.
    • A bunch of tests have been added
    • Add support for delete_zone_suspension() which does what it says on the tin

Cleanups

Dependency updates

2023.1.4

09 Jan 03:21
64bcd1f
Compare
Choose a tag to compare

What’s Changed

2023.1.3

09 Jan 00:21
2718f93
Compare
Choose a tag to compare

What’s Changed

  • Reduce logging from GQL. The default is quite chatty. (#13) @dknowles2
  • Fix a bug with refresh tokens (#12) @dknowles2
  • Add support for more zone watering settings and controller permitted program start times (#11) @dknowles2

2023.1.2

04 Jan 23:27
253f89a
Compare
Choose a tag to compare

What’s Changed