Skip to content

Releases: yoctopuce/yoctolib_typedpython

v2.1.12413-beta

13 Mar 11:17

Choose a tag to compare

  • Add error handling when sending SMS
  • Add registerSmsCallback support
  • Add example showing how to use SMS functions (Prog-SMS-Example)

v2.1.12175-beta

20 Feb 16:56

Choose a tag to compare

  • Fix error type if get_friendlyName is called on offline device
  • Add describe method

v2.1.11996-beta

16 Feb 07:46

Choose a tag to compare

  • Improve interactive HTML reference documentation
  • Fix duplicate call to removal callback

v2.1.11632-beta

30 Jan 11:40

Choose a tag to compare

  • Add new DisplayLayer methods

v2.1.11416-beta

21 Jan 21:11

Choose a tag to compare

  • Many fix

v2.1.8985-beta

16 Sep 06:38

Choose a tag to compare

  • Add support for network discovery
  • Improve error message when RegisterHub on non configured Hubs
  • Fix support for Linux 64bits python
  • Fix unplug of device that was not correctly detected the app only execute set_XXX functions
  • Fix get_friendlyName() method
  • Fix YHub enumeration
  • Fix course condition in WebSocket uploads
  • Fix restoration of callbacks after unregisterhub/registerhub
  • Fix restoration of module callbacks after unregisterhub/registerhub
  • Fix WebsSocket recovery in some cases
  • Fix chunk reading, broken in previous commit
  • Simplify API parsing code

v2.1.7725-beta

27 Jun 08:35

Choose a tag to compare

  • Fix non awaited callback on HandleEvent
  • Fix parsing of URL with user but no password
  • Fix crash of method YModule.FindModule when used with logical name
  • Remove useless attributes in manually generated files

v2.1.7205-beta

02 Jun 20:35

Choose a tag to compare

  • Add support for disable exception
  • Fix network disconnection

v2.1.7046-beta

28 May 21:14

Choose a tag to compare

  • Add atexit handler
  • Add all symbol to yocto_api to enable star import, fix others accordingly
  • Add missing functions to sync api
  • Add support for firmware update
  • Add support for AddTrustedCertificates and DownloadHostCertificate//66869
  • Fix upload
  • Fix timeout on FreeAPI$
  • Fix get_friendlyName() implementation
  • Fix event and callbacks handling

v2.1.6832-beta

21 May 09:30

Choose a tag to compare

  • Add all symbol to yocto_api to enable star import
  • Add missing functions to sync version
  • Add support for firmware update
  • Fix YModule.get_friendlyName()
  • Fix event and callbacks handling
  • Fix uploads