Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bleak (changelog) ^0.12.0 -> ^0.13.0 age adoption passing confidence

Release Notes

hbldh/bleak

v0.13.0

Compare Source

======================

Added

  • Allow 16-bit UUID string arguments to get_service() and get_characteristic().
  • Added register_uuids() to augment the uuid-to-description mapping.
  • Added support for Python 3.10.
  • Added force_indicate keyword argument for WinRT backend client's start_notify method. Fixes #​526.
  • Added python-for-android backend.

Changed

  • Changed from winrt dependency to bleak-winrt.
  • Improved error when connecting to device fails in WinRT backend. Fixes #​647.
  • Changed examples to use asyncio.run().
  • Changed the default notify method for the WinRT backend from Indicate to Notify.
  • Refactored GATT error handling in WinRT backend.
  • Changed Windows Bluetooth packet capture instructions. Fixes #​653.
  • Replaced usage of deprecated @abc.abstractproperty.
  • Use asyncio.get_running_loop() instead of asyncio.get_event_loop().
  • Changed "service is already present" exception to logged error in BlueZ backend. Merged #​622.

Removed

  • Removed dotnet backend.
  • Dropped support for Python 3.6.
  • Removed use_cached kwarg from BleakClient connect() and get_services() methods. Fixes #​646.

Fixed

  • Fixed unused timeout in the implementation of BleakScanner's find_device_by_address() function.
  • Fixed BleakClient ignoring the adapter kwarg. Fixes #​607.
  • Fixed writing descriptors in WinRT backend. Fixes #​615.
  • Fixed race on disconnect and cleanup of BlueZ matches when device disconnects early. Fixes #​603.
  • Fixed memory leaks on Windows.
  • Fixed protocol error code descriptions on WinRT backend. Fixes #​532.
  • Fixed race condition hitting assentation in BlueZ disconnect() method. Fixes #​641.
  • Fixed enumerating services on a device with HID service on WinRT backend. Fixes #​599.
  • Fixed subprocess running to check BlueZ version each time a client is created. Fixes #​602.
  • Fixed exception when discovering services after reconnecting in CoreBluetooth backend.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Oct 20, 2021

Codecov Report

Merging #31 (9d35c5e) into main (888db35) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage   93.90%   93.90%           
=======================================
  Files           8        8           
  Lines        1133     1133           
=======================================
  Hits         1064     1064           
  Misses         69       69           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 888db35...9d35c5e. Read the comment docs.

@mochipon mochipon merged commit 002d212 into main Oct 20, 2021
@mochipon mochipon deleted the renovate/bleak-0.x branch October 20, 2021 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants