Skip to content

Releases: Bluetooth-Devices/bleak-retry-connector

v3.1.1

25 Jul 16:33
Compare
Choose a tag to compare

Fix

  • Check more often for a device to reappear after the adapter runs out of slots (#100) (4c9c9c0)

v3.1.0

19 Jul 20:12
Compare
Choose a tag to compare

Feature

  • Decrease backoff times (#97) (37b71c8)
  • Update the out of slots message to be more clear (#95) (9269a82)

v3.0.2

25 Mar 20:54
Compare
Choose a tag to compare

Fix

  • Bluez services cache clear was ineffective (#93) (ec86cb6)

v3.0.1

18 Mar 21:31
Compare
Choose a tag to compare

Fix

v3.0.0

25 Feb 18:26
Compare
Choose a tag to compare

Fix

  • Bump python-semantic-release (#90) (c401988)
  • Lint (#89) (c3b5ff8)
  • Typing for generic BleakClient classes and the retry_bluetooth_connection_error decorator (#86) (8ddf242)

Breaking

  • In preparation for the use of Python 3.10 typing features such as ParamSpec, which is unavailable on Python 3.9. (58f9958)

v2.13.1

12 Jan 19:07
Compare
Choose a tag to compare

Fix

  • Make bluetooth-adapters install Linux only as well (#85) (910f0b7)
  • Only import from bluetooth_adapters when running on linux (#84) (51926f7)

v2.13.0

23 Dec 21:07
Compare
Choose a tag to compare

Feature

  • Remove freshen fallback logic since Home Assistant always provides us the best path to the device now (#83) (0954d2d)

v2.12.1

22 Dec 06:52
Compare
Choose a tag to compare

Fix

  • _on_characteristic_value_changed in BleakSlotManager should accept any arguments (#82) (71cc37e)

v2.12.0

22 Dec 01:14
Compare
Choose a tag to compare

Feature

  • Add utility function to get device_source (#81) (d72ce15)

v2.11.0

22 Dec 00:48
Compare
Choose a tag to compare

Feature