Releases: Salamek/huawei-lte-api
Releases Β· Salamek/huawei-lte-api
New release
What's Changed
- Add RESET control by @gringofe in #145
- Add base login error exception caused by permanently invalid credentials by @scop in #146
New Contributors
- @gringofe made their first contribution in #145
Full Changelog: 1.6.1...1.6.2
1.6.1
New release
What's Changed
- Add new PHP port link to README by @icetee in #123
- Do not close externally provided requests session by @scop in #132 (possible BC break)
- Close Session even if UserSession close raises by @scop in #133
- Test with Python 3.10 and 3.11 by @scop in #134
Fixes
- Fixes bug in wifi_guest_network_switch Closes #125
New Contributors
Full Changelog: 1.5.4...1.6
Fixing release
Fixes
- Fixes CI build for Archlinux package
New release
Features
- add Code 125003 (Wrong Session Token) (by @herbetom)
- Merge SessionErrorEnum to ResponseCodeEnum
- Deprecate device.reboot and device.control, prefer device.set_control instead
- Add more ddns, led, monitoring, ntwk, and staticroute endpoints (by @scop)
- Add support for endpoints returning JSON (by @scop)
- Add more wlan and system endpoints (by @scop)
- Implemented USSD endpoint (untested, this is usualy not implemented in most Huawei modems, but it may work on some...)
- Added B593s-22 to compatibility list as INCOMPATIBLE :( (by @scop)
- Added B628-265 to compatibility list as COMPATIBLE :) (by @Andrea055)
- Removed deprecated exception
ResponseErrorLoginCsfrException
useResponseErrorLoginCsrfException
instead
Fixing release
Fixes
- Added missing pycryptodomex into install_requires in setup.py
Fixing release
Fixes
- Fixes in encrypted request code to support more router models (by @arekm)
New release
Features
- Code cleanup
- Migrated to use Github Actions and tox
- Code linting now works
- Use context manager (
with Connection
) to correctly logout & end session - Move login logic into the
Connection
class,AuthorizedConnection
is now deprecated and will get removed in the future - Added option to pass custom
request.Session
intoConnection
- WLan added wifi_guest_network_switch (by @a-p-z)
- Migrated from
dicttoxml
to use xmltodict.unparse - Added some code examples into examples folder
- Added option to encrypt requests, this is used in dialup profiles management
Fixes
- Fixed set_multi_basic_settings by (by @a-p-z)
There should be no BC breaks but... well we will see... :)
Fixing release
Fixes
- Make sure host_info is always a list (@scop)
New release
Enhancements
- Net mode settings improvements (@scop)