Skip to content

Releases: milanmeu/aioaseko

Version 1.0.0

15 Sep 18:21
Compare
Choose a tag to compare

This version is not backwards compatible!

Aseko launched their new API earlier this week. The old API no longer works.

New classes have been added for the new API and old ones are removed!

What's Changed

  • Added support for the new Aseko Pool API.
  • Removed the code for the old API.
  • The example in the README has been adjusted.
  • Minimum python version from 3.8 to 3.10.

Full Changelog: v0.2.0...v0.2.0

Version 0.2.0

29 Jul 12:16
Compare
Choose a tag to compare

What's Changed

  • Added support for ASIN Pool (Remote) devices in e71637c

Full Changelog: v0.1.1...v0.2.0

Version 0.1.1

26 Aug 17:05
6b88d8e
Compare
Choose a tag to compare

What's Changed

  • Remove time from install_requires because it is a standard module by @fabaff in #6

Full Changelog: v0.1.0...v0.1.1

Version 0.1.0

25 Aug 12:53
cbb1d0e
Compare
Choose a tag to compare

Aseko has modified their API so that access tokens are no longer valid forever. This update adds support for refresh tokens.

Full Changelog: v0.0.2...v0.1.0

Version 0.0.2

10 Feb 01:00
Compare
Choose a tag to compare

Changelog:

  • Fix error where WebAccount.login() failed because API didn't return a language.
    -> Breaking change: AccountInfo.language is now optional.

  • Code cleanup.

Full Changelog: v0.0.1...v0.0.2

Version 0.0.1

16 Sep 13:49
Compare
Choose a tag to compare
v0.0.1

Initial commit