Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 2022

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

hbldh/bleak

v0.14.3

Compare Source

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

Changed

  • Suppress macOS 12 scanner bug error message for macOS 12.3 and higher. Fixes #​720.
  • Added filters Discoverable and Pattern to BlueZ D-Bus scanner. Fixes #​790.

Fixed

  • Fixed reading the battery level returns a zero-filled bytearray on BlueZ >= 5.48. Fixes #​750.
  • Fixed unpairing does not work on windows with WinRT. Fixes #​699
  • Fixed leak of _disconnect_futures in CentralManagerDelegate.
  • Fixed callback not removed from _disconnect_callbacks on disconnect in CentralManagerDelegate.

v0.14.2

Compare Source

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

Changed

  • Updated bleak-winrt dependency to v1.1.1. Fixes #​741.

Fixed

  • Fixed name is 'Unknown' in WinRT backend. Fixes #​736.

v0.14.1

Compare Source

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

Fixed

  • Fixed AttributeError when passing BLEDevice to BleakClient
    constructor on WinRT backend. Fixes #​731.

v0.14.0

Compare Source

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

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.

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 Mar 7, 2022

Codecov Report

Merging #41 (44a47e5) into main (63a7f93) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #41   +/-   ##
=======================================
  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 63a7f93...44a47e5. Read the comment docs.

@mochipon mochipon merged commit 92e1222 into main May 24, 2022
@mochipon mochipon deleted the renovate/bleak-0.x branch May 24, 2022 14:03
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