Skip to content

Releases: ukBaz/python-bluezero

v0.9.1

Choose a tag to compare

@ukBaz ukBaz released this 23 Mar 12:00

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

Choose a tag to compare

@ukBaz ukBaz released this 18 May 17:56
  • Add capability to include tx power in advertisement

v0.8.0

Choose a tag to compare

@ukBaz ukBaz released this 06 Aug 16:22
  • added ability to pass options into read callbacks

  • added example code for peripheral read with and without options

v0.7.1

Choose a tag to compare

@ukBaz ukBaz released this 14 Jul 18:04
7cb8e8f
  • Handle BLE device optional parameters

v0.7.0

Choose a tag to compare

@ukBaz ukBaz released this 15 Jun 19:05
  • "disconnect" callback for PropertiesChanged signal
  • Add Eddystone TLM support
  • Add heart rate monitor examples for central and peripheral

v0.6.0

Choose a tag to compare

@ukBaz ukBaz released this 06 Mar 15:53
3197269
  • Improvements to device_found, on_connect, and on_disconnect callbacks
  • Support for manufacturer data beacons

v0.5.0

Choose a tag to compare

@ukBaz ukBaz released this 28 Jan 18:27
55f7e2b
  • Major refactor of Peripheral to make it usable
  • Further increases in test coverage
  • Remove requirement for D-Bus conf file

v0.4.0

Choose a tag to compare

@ukBaz ukBaz released this 03 Jan 10:50
425765c
  • 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

Choose a tag to compare

@ukBaz ukBaz released this 14 Dec 15:54
5a9be4f
  • 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

Choose a tag to compare

@ukBaz ukBaz released this 06 May 20:48
b31509d
  • Add uuid attribute to adapter class
  • Add method to pair and cancel_pairing
  • Add micro:bit UART client
  • Add event when new device found