Skip to content

Version 0.14.0

Compare
Choose a tag to compare
@dlech dlech released this 10 Jan 16:49

Added

  • Added service_uuids kwarg to BleakScanner. This can be used to work
    around issue of scanning not working on macOS 12. Fixes #230. Works around #635.
  • Added UUIDs for LEGO Powered Up Smart Hubs.

Changed

  • Changed WinRT backend to use GATT session status instead of actual device
    connection status.
  • Changed handling of scan response data on WinRT backend. Advertising data
    and scan response data is now combined in callbacks like other platforms.
  • Updated bleak-winrt dependency to v1.1.0. Fixes #698.

Fixed

  • Fixed InvalidStateError in CoreBluetooth backend when read and notification
    of the same characteristic are used. Fixes #675.
  • Fixed reading a characteristic on CoreBluetooth backend also triggers notification
    callback.
  • Fixed in Linux, scanner callback not setting metadata parameters. Merged #715.