Adafruit-blinka-bleio

Latest version: v4.1.2

Safety actively analyzes 621469 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

4.1.2

What's Changed
* UUID._init_from_int() size bugfix in uuid_.py by lff5 in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/65

New Contributors
* lff5 made their first contribution in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/65

**Full Changelog**: https://github.com/adafruit/Adafruit_Blinka_bleio/compare/4.1.1...4.1.2

4.1.1

What's Changed
* Fix docs and update pre-commit repo versions by makermelissa in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/63
* Add missing requirements file to docs folder by makermelissa in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/64
* Build tools update by justmobilize in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/67

New Contributors
* justmobilize made their first contribution in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/67

**Full Changelog**: https://github.com/adafruit/Adafruit_Blinka_bleio/compare/4.1.0...4.1.1

4.1.0

What's Changed
* Added 32-bit UUID support. by anthonytw in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/62

(Note that 32-bit UUID's may not be usable by the firmware this is connected to via `bleak`.)

**Full Changelog**: https://github.com/adafruit/Adafruit_Blinka_bleio/compare/4.0.1...4.1.0

4.0.1

What's Changed
* Fixed CharacteristicBuffer read function to handle timeouts. by anthonytw in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/60

New Contributors
* anthonytw made their first contribution in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/60

**Full Changelog**: https://github.com/adafruit/Adafruit_Blinka_bleio/compare/4.0.0...4.0.1

4.0.0

4.0.0 has no API changes, but supporting software has changed significantly, so made it amajor version change.

What's Changed
* hcitool backend: poll on hcidump (not hcitool) by cj8scrambler in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/55
* Update CI for deprecation warnings by tekktrik in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/57
* support bleak 0.19.0 and up by dhalbert in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/58

New Contributors
* cj8scrambler made their first contribution in https://github.com/adafruit/Adafruit_Blinka_bleio/pull/55

**Full Changelog**: https://github.com/adafruit/Adafruit_Blinka_bleio/compare/3.0.3...4.0.0

3.0.3

Updated `pylint` version for this repo to fix CI errors due to upgrading to Python 3.11. Thanks kattni!

This library works as a BLE central. It cannot be used as a BLE peripheral due to underlying limitations of `bleak`.

Requires Python 3.7.x or 3.8.x on Linux and Windows. Python 3.8 now works with this library on Windows if `pythonnet` 2.5.1 or newer is installed, so update `pythonnet` via `pip3` if necessary. Python 3.9 is not yet supported by `pythonnet`, so do not upgrade your Windows version of Python above 3.8 yet.

This library is not generally meant to be used directly. Instead use the [Adafruit CircuitPython BLE](https://github.com/adafruit/Adafruit_CircuitPython_BLE/) library, which depends on this library.

For full details of the `_bleio` API please see [CircuitPython's ReadTheDocs](https://circuitpython.readthedocs.io/en/latest/shared-bindings/_bleio/__init__.html).

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.