Releases: oscaracena/pygattlib
Releases · oscaracena/pygattlib
New version: gattlib-dbus!
This is a new approach of the same library, using D-Bus. Is written in pure Python, so no need to compile anything.
Here we provide a first release in Debian format. Feel free to test it and comment any issues you have.
Happy coding!
v.20210616
What's Changed
- avoid deadlock when handling notifications/indications by @jsgh in #13
- Don't free error in connect callback, the caller expects to be able to do so. by @jsgh in #22
Full Changelog: v.20201113...v.20210616
Some serious improvements, see PR from @jsgh
v.20201113 new release
v.20200915
Simplify check_channel(), don't wait (too much) on error.
v.20200911
Bugfix: remove GIL release on write_by_handle
method. This caused a segfault when an exception was thrown.
Repackage and remove support for Python v2
This release is a working version for Python 3.