- Nothing changed yet.
- Allow query without value (#107).
- Fix decoding non utf-8 characters. Allow setting fallback encoding (#104).
- Fix
TypeError: can't concat str to bytes(#105).
- Add support for
!emptyreply word (#103).
- Fix tests not being run with GitHub Actions.
- Add linters.
- Fix SyntaxWarning.
- Drop support for end-of-life Python versions (2.7, 3.4, 3.5, 3.6, 3.7)
- Add support for new Python versions (3.9, 3.10, 3.11, 3.12)
- Add IPv6 support (#88)
- Add missing types of field to api_structure
- Fix bug with plain text login using string credentials (#47)
- Add support for new Python versions
- Drop end-of-life Python versions
-
Support new login API for v6.43. (#29)
Backwards-incompatible: use
plaintext_login=Trueif you connect with devices with OS older than v6.43. -
Add SSL encryption. (#30)
- Beginning of tracking changelog.