Skip to content

Releases: Bluetooth-Devices/habluetooth

v3.1.1

23 May 18:14
Compare
Choose a tag to compare

v3.1.1 (2024-05-23)

Fix

  • fix: missing classmethod decorator on find_device_by_address (#47) (aa08b13)

v3.1.0

22 May 07:49
Compare
Choose a tag to compare

v3.1.0 (2024-05-22)

Feature

  • feat: speed up dispatching bleak callbacks (#46) (cbc8b26)

v3.0.1

03 May 06:51
Compare
Choose a tag to compare

v3.0.1 (2024-05-03)

Fix

  • fix: ensure lazy advertisement uses None when name is not present (#44) (c300f73)

v3.0.0

02 May 22:59
Compare
Choose a tag to compare

v3.0.0 (2024-05-02)

Breaking

  • feat!: make generation of AdvertisementData lazy (#42) (25f8437)

v2.8.1

02 May 22:31
Compare
Choose a tag to compare

v2.8.1 (2024-05-02)

Fix

  • fix: add missing find_device_by_address mapping (#43) (cc8e57e)

v2.8.0

17 Apr 23:21
Compare
Choose a tag to compare

v2.8.0 (2024-04-17)

Feature

  • feat: add support for recovering failed adapters after reboot (#40) (04948c3)

v2.7.0

17 Apr 20:16
Compare
Choose a tag to compare

v2.7.0 (2024-04-17)

Feature

  • feat: improve fallback to passive mode when active mode fails (#39) (17ecc01)

v2.6.0

17 Apr 01:00
Compare
Choose a tag to compare

v2.6.0 (2024-04-17)

Feature

  • feat: speed up stopping the scanner when its stuck setting up (#37) (bba8b51)

v2.5.3

17 Apr 00:32
Compare
Choose a tag to compare

v2.5.3 (2024-04-17)

Fix

  • fix: ensure scanner is stopped on cancellation (#36) (a21d70a)

v2.5.2

16 Apr 21:38
Compare
Choose a tag to compare

v2.5.2 (2024-04-16)

Fix

  • fix: ensure discovered_devices returns an empty list for offline scanners (#35) (2350543)