Description
Minor patch version, fixing some regressions introduced in 0.9.0 and fixing some new bugs.
Added
- Added new attribute
_device_info
onBleakClientBlueZDBus
. 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.