Skip to content

Releases: Salamek/huawei-lte-api

Fixing release

07 Jan 21:49
Compare
Choose a tag to compare

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

07 Dec 18:20
Compare
Choose a tag to compare

Enhancements

  • Added method to clear system log (@scop )

Fixing release

25 Nov 21:18
Compare
Choose a tag to compare

Fixes

  • #52 Fixes crash with some LTE routers returning unexpected data in wlan/host-list call (@scop)

New release

24 Sep 09:24
Compare
Choose a tag to compare

Enhancements

New release

03 Sep 19:56
Compare
Choose a tag to compare

Enhancements

  • Try detect and wrap unsupported method redirects to "no support" exceptions (by @scop)
  • Added bunch of new methods and API groups [Cwmp, Lan, Led, Statistic, TimeRule] (by @scop)

New release

26 Aug 18:11
Compare
Choose a tag to compare

Fixes

  • Return empty dict instead of None from all API methods (by @scop)

Enhancements

  • Add more network config, syslog, and voice methods (by @scop)
  • Auto-append trailing slash if URL doesn't end with one (by @scop)
  • Remove @authorized_call (This was no longer a good idea, because authorization requirement differs by modem type and firmware version) (by @scop)

New release

18 Aug 11:48
Compare
Choose a tag to compare

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

10 May 07:55
Compare
Choose a tag to compare

Fixes

  • Reload and retry session when needed (by @zewelor)

Enhancements

  • Add support for modems, without user login (by @zewelor)

New release

07 Mar 23:14
Compare
Choose a tag to compare

Fixes

  • Return wlan hosts as list also when there is only one (by @scop )

Enhancements

  • Add B715s-23c to tested list (by @scop )

Fixing release

05 Feb 22:14
Compare
Choose a tag to compare

Bugs

  • Fixes issues with incorrect XML item ordering when using pre 3.6 versions of Python