Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.9.1 #348

Merged
merged 15 commits into from
Oct 22, 2020
Merged

Release/v0.9.1 #348

merged 15 commits into from
Oct 22, 2020

Conversation

hbldh
Copy link
Owner

@hbldh hbldh commented Oct 22, 2020

Added

Changed

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

Fixed

hbldh and others added 15 commits October 20, 2020 23:28
Merging master back to develop after release of version 0.9.0
This was missed in 6a0d8c9.

Also, since this was just using `str()` directly on the `CBUUID`
instance, it had an additional bug for well known services since `str()`
would return the name of the service instead of a UUID.

Fixes #342.
corebluetooth: use cb_uuid_to_str() to convert kCBAdvDataServiceUUIDs
Fixes #329: issue causing advertising data to be lost on successive calls to scanner callback
…eState_

Previously, we were using an `asyncio.Event` to wait for the initial
centralManagerDidUpdateState_ callback. However we were not always
waiting for this before using the `CBCentralManager` in all code paths.

By using `threading.Event` instead, we can do a (short) blocking wait
in the initializer to ensure that `CBCentralManager` is ready before
we do anything else.
…etooth

In 583c08e we missed passing the CentralManagerDelegate instance
to the BLEDeviceCoreBluetooth constructor.

This also uses the index operator instead of the get() method since
that just deferred the error until later which made it harder to
troubleshoot.
* Added device info to bluezdbus client
- Updated documentation regarding contribution.
- Added PR template
@hbldh hbldh added bug Something isn't working enhancement New feature or request Backend: BlueZ Issues and PRs relating to the BlueZ backend Backend: Core Bluetooth Issues and PRs relating to the Core Bluetooth backend labels Oct 22, 2020
@hbldh hbldh self-assigned this Oct 22, 2020
@hbldh hbldh merged commit 910f034 into master Oct 22, 2020
@hbldh hbldh deleted the release/v0.9.1 branch October 22, 2020 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend: BlueZ Issues and PRs relating to the BlueZ backend Backend: Core Bluetooth Issues and PRs relating to the Core Bluetooth backend bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants