Skip to content

Releases: ukBaz/python-bluezero

v0.9.1

23 Mar 12:00

Choose a tag to compare

What's Changed

  • Add microbit accelerometer subscription by @WayneKeenan in #417
  • Restrict version of PyOBject installed from PyPI

Full Changelog: v0.9.0...v0.9.1

v0.9.0

18 May 17:56

Choose a tag to compare

  • Add capability to include tx power in advertisement

v0.8.0

06 Aug 16:22

Choose a tag to compare

  • added ability to pass options into read callbacks

  • added example code for peripheral read with and without options

v0.7.1

14 Jul 18:04
7cb8e8f

Choose a tag to compare

  • Handle BLE device optional parameters

v0.7.0

15 Jun 19:05

Choose a tag to compare

  • "disconnect" callback for PropertiesChanged signal
  • Add Eddystone TLM support
  • Add heart rate monitor examples for central and peripheral

v0.6.0

06 Mar 15:53
3197269

Choose a tag to compare

  • Improvements to device_found, on_connect, and on_disconnect callbacks
  • Support for manufacturer data beacons

v0.5.0

28 Jan 18:27
55f7e2b

Choose a tag to compare

  • Major refactor of Peripheral to make it usable
  • Further increases in test coverage
  • Remove requirement for D-Bus conf file

v0.4.0

03 Jan 10:50
425765c

Choose a tag to compare

  • Moved to GitHub Actions for CI
  • Improved Test coverage by using DBusMock
  • Removed dependency on aioblescan library
  • Add support for Media Player Interface
  • Fixed numerous bugs found by better test coverage
  • Some documentation tidy up

v0.3.0

14 Dec 15:54
5a9be4f

Choose a tag to compare

  • Peripheral notification improvements
  • fix micro:bit bug loading gatt services twice
  • add bytes type to send_notify_event
  • add device parameter to on_connection/on_disconnection callback

v0.2.0

06 May 20:48
b31509d

Choose a tag to compare

  • Add uuid attribute to adapter class
  • Add method to pair and cancel_pairing
  • Add micro:bit UART client
  • Add event when new device found