Releases: piekstra/tplink-cloud-api
Releases · piekstra/tplink-cloud-api
4.2.0
4.1.5
What's Changed
- Add if 'next_action' exists check by @kytishong in #67
New Contributors
- @kytishong made their first contribution in #67
Full Changelog: v4.1.4...v4.1.5
4.1.4
What's Changed
- Return/Pass through
None
instead of failing with an error by @JBlaschke in #66
Full Changelog: v4.1.3...v4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
What's Changed
- Fix typo in example by @piekstra in #59
- Add support for KP125 and fix missing async/await by @JBlaschke in #57
- v4.1.0 Add support for KP125 by @piekstra in #60
New Contributors
- @JBlaschke made their first contribution in #57
Additional Contributors
Special thanks to:
@dkoneill
@net147
for contributions that ended up being merged from other pull requests.
Full Changelog: v4.0.0...v4.1.0
4.0.0
What's Changed
- Widen requirement version restrictions by @ShayBox in #49
- move to fully asyncio interface by @thisiscam in #53
- v4.0.0 Fully Async by @piekstra in #54
New Contributors
- @ShayBox made their first contribution in #49
- @thisiscam made their first contribution in #53
Full Changelog: v3.0.0...v4.0.0
3.0.0
This release separates login functionality for the TPLinkDeviceManager
which can now be constructed without a username
and password
. In order for requests to work properly when a username and password are not provided on construction, either the new login
function or set_auth_token
will need to be called.
As a part of this change, an error is no longer raised when providing a None
-valued username or password to the TPLinkDeviceManager
constructor.