Releases: Salamek/huawei-lte-api
Releases · Salamek/huawei-lte-api
Fixing release
Fixes
- Update supported Python versions >=3.4 (@scop )
- Fixes issue where login crashed on SessionError when login information was passed directly in URL (@Salamek)
- Fixes issue where some devices (B535-232...) failed to parse XML with type attribute enabled (@larsvinc)
- Fixes incorrectly implemented sms.delete_sms (@Steve-Temple)
New release
Enhancements
- Added method to clear system log (@scop )
Fixing release
New release
Enhancements
- Added pin entry function to unlock SIM (by @blazejpawlak)
New release
New release
New release
Fixes
- Fix CSFR -> CSRF spelling (by @scop)
- Return empty dict instead of raising for empty response content (Some methods return successfully without a response body. by @scop)
- Type hint additions and fixes (by @scop)
Enhancements
- Tested with E3131 (by @scop)
- Support devices that have no CSRF protection (by @scop)
- Added Huawei B2368-22 to incompatible list (by @Salamek)
- Expose host and language in client (by @scop)
- Add dialup, lan, network, pincode, sms, and wifi configs (by @scop)
- Add more cradle,device,language,online update,security,user,and wlan methods (by @scop)
- Add script for dumping output of all getter methods (by @scop)
- Add dialup config profileswitch (by @scop)
- Documented set_mobile_dataswitch and mobile_dataswitch method (by @Salamek)
- Upgrade lint dependencies (by @scop)
New release
New release
Fixing release
Bugs
- Fixes issues with incorrect XML item ordering when using pre 3.6 versions of Python