Skip to content

Version 0.9.1

Compare
Choose a tag to compare
@hbldh hbldh released this 22 Oct 09:14
· 872 commits to master since this release
910f034

Description

Minor patch version, fixing some regressions introduced in 0.9.0 and fixing some new bugs.

Added

  • Added new attribute _device_info on BleakClientBlueZDBus. Merges #346.
  • Added Pull Request Template.

Changed

  • Updated instructions on how to contribute, file issues and make PRs.
  • Updated AUTHORS.rst file with development team.

Fixed

  • Fix well-known services not converted to UUIDs in BLEDevice.metadata in CoreBluetooth backend. Fixes #342.
  • Fix advertising data replaced instead of merged in scanner in CoreBluetooth backend. Merged #343.
  • Fix CBCentralManager not properly waited for during initialization in some cases.
  • Fix AttributeError in CoreBluetooth when using BLEDeviceCoreBluetooth object.