Releases: milanmeu/aioaseko
Releases · milanmeu/aioaseko
Version 1.0.0
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
to3.10
.
Full Changelog: v0.2.0...v0.2.0
Version 0.2.0
What's Changed
- Added support for ASIN Pool (Remote) devices in e71637c
Full Changelog: v0.1.1...v0.2.0
Version 0.1.1
What's Changed
Full Changelog: v0.1.0...v0.1.1
Version 0.1.0
Aseko has modified their API so that access tokens are no longer valid forever. This update adds support for refresh tokens.
- fix: handle access token expiration by @hopkins-tk in #2
Full Changelog: v0.0.2...v0.1.0
Version 0.0.2
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
v0.0.1 Initial commit