Skip to content

v8.0.0-alpha-4

Pre-release
Pre-release
Compare
Choose a tag to compare
@DCSBL DCSBL released this 05 Jan 14:30
· 16 commits to main since this release
9767ff9

What's Changed

  • Remove unused release-drafter by @DCSBL in #461
  • Move responsibility of fixing legacy model values to Model itself by @DCSBL in #462
  • Bring back full test coverage in models.py by @DCSBL in #463
  • Move Exceptions fixtures to correct folder by @DCSBL in #464
  • Remove handing of non-200 in v1 state/system calls, already handled by _request by @DCSBL in #465
  • Cache 'device' model in device() method by @DCSBL in #466
  • Use 'native' caching of device in combined method by @DCSBL in #467
  • Add tests for cached state identify unsupported check by @DCSBL in #468
  • Test for clienterror exception in v2 by @DCSBL in #470
  • Remove check of HTTP_NO_CONTENT as there are no 'No Content' replies in v1 by @DCSBL in #469

Oh, and test coverage is back to 100%!

See changes from v8.0.0-alpha-1: https://github.com/homewizard/python-homewizard-energy/releases/tag/v8.0.0-alpha-1
See changes from v8.0.0-alpha-2: https://github.com/homewizard/python-homewizard-energy/releases/tag/v8.0.0-alpha-2
See changes from v8.0.0-alpha-3: https://github.com/homewizard/python-homewizard-energy/releases/tag/v8.0.0-alpha-3

Full Changelog: v8.0.0-alpha-3...v8.0.0-alpha-4