Skip to content

Releases: Salamek/huawei-lte-api

1.10

22 Aug 00:07
Compare
Choose a tag to compare

What's Changed

  • examples: add an example script for sending ussd codes by @mmubarak0 in #218
  • wlan_guide_settings api by @timvlaer in #219
  • Update dialup profile by @timvlaer in #221
  • Fix: Unlock PIN method returning 101006 Unknown Error by @NaturalT314 in #224

New Contributors

Full Changelog: 1.9.3...1.10

New release

07 Jan 15:20
Compare
Choose a tag to compare

What's Changed

  • examples: add an example script for setting the network mode and 4G bands by @lazka in #192
  • Support b28 in net_mode.py example command by @jeffreykog in #194
  • Add Huawei B612-233 to supported devices by @TheLime1 in #202
  • fixed set_multi_macfilter_settings documentation + added an example by @TheLime1 in #204

New Contributors

Full Changelog: 1.7.3...1.8.1

New release

13 Jun 00:39
Compare
Choose a tag to compare

What's Changed

  • Require Python >= 3.7 by @scop in #166
  • Add Net.set_network by @scop in #168
  • Suppress login required and not supported on UserSession close by @scop in #169
  • Clarify provided requests_session closure doc by @scop in #170
  • Add some WPS setters by @scop in #182
  • ci: test with Python 3.12 by @scop in #183
  • Update README.md by @j-broo in #185
  • add: add vpn toggle status method by @mehdiirh in #189

New Contributors

Full Changelog: 1.6.11...1.7

1.6.11

11 Jan 22:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.10...1.6.11

New release

25 Dec 14:45
Compare
Choose a tag to compare

What's Changed

  • Expanded enum defs for sms
  • Implemented new dataclass Sms.Message that holds all SMS message info
  • Implemented new "abstract" method Sms.get_messages() that have same parameters as Sms.get_sms_list but can have read_count=None parameter to return all SMS messages and returns Generator[Message]. this also implements fix for #164

Full Changelog: 1.6.9...1.6.10

Fixing release

19 Dec 13:36
Compare
Choose a tag to compare

What's Changed

  • Fixes issue with unauthorized access #159

Full Changelog: 1.6.8...1.6.9

New release

19 Dec 05:26
Compare
Choose a tag to compare

What's Changed

  • Added new abstraction class for WiFi Config called WLanSettings and new methods WLan.find_wlan_settings and WLan.save_wlan_settings. WLan.find_wlan_settings allows to filter a list of WLans by criteria provided and returs List[WLanSettings]. WLan.save_wlan_settings accepts List[WLanSettings] of modified WLanSettings

Fixing release

07 Nov 19:29
Compare
Choose a tag to compare

What's Changed

  • Fix default username typecheck by @scop in #158

Full Changelog: 1.6.5...1.6.6

1.6.5

06 Nov 17:02
Compare
Choose a tag to compare

What's Changed

  • set dhcp and connection settings by @git-avilabs in #154
  • Username consistency handling fixes by @scop in #156
  • Pylint fixes by @scop in #157

New Contributors

  • @git-avilabs made their first contribution in #154

Full Changelog: 1.6.4...1.6.5

1.6.4

17 Oct 22:06
Compare
Choose a tag to compare

What's Changed

  • Mark SoyeaLink B535-333 as tested by @scop in #147
  • feat: support more endpoints by @scop in #148
  • refactor: honor conclusive response Content-Types by @scop in #149
  • feat(enums): add 3G+2G and 4G+2G network mode values by @scop in #150
  • feat: support some JSON array endpoints by @scop in #151
  • feat: support setting URL filters by @scop in #152
  • refactor: note possible session issues with Device.vendorname by @scop in #153

Full Changelog: 1.6.3...1.6.4