pyTeliumManager v2.4.0 Release Notes

Release Date: 2020-02-23 // about 4 years ago
  • ๐Ÿฑ ..3 years laters. Enjoy ๐Ÿ‘ It is stable enough.

    ๐Ÿ”„ Changes :

    • ๐Ÿ›  Bugfix : Remove Cython from setup.py as it could lead to fatal error.
    • ๐Ÿ›  Bugfix : Remove hexdump as a dependency, it could make py2app, py2exe, .. to fail importing it. Replaced.
    • ๐Ÿ›  Bugfix : Fix support for Windows as ascii.curses is not easily available on it.
    • ๐Ÿ‘Œ Improvement : Add is_ok method to check if your device respond to ENQ (at least).

    Thank you for using this lib. Hope it has served you well. Any PR would be appreciated. There is so much that can be done.

    ๐Ÿฑ 13k downloads and more to come. ๐ŸŽ‰


Previous changes from v2.3.0

  • ๐Ÿ”„ Changes :

    • ๐Ÿ‘Œ Support for native (rs232 <--> rj) serial conn. with device. b6d2b13
    • Enable postpone device open. 383d45f
    • ๐Ÿ‘ Allow custom wait timeout for transaction result. 0c177bb
    • ๐Ÿ“ฆ python 2.7 now supported through master branch. (six package now required) 345b736
    • ๐Ÿ†• New property: Get sha512 hashed payment source id. 02342f1
    • Minors improvements.