Releases: Bluetooth-Devices/bleak-retry-connector
Releases · Bluetooth-Devices/bleak-retry-connector
v3.1.1
Fix
- Check more often for a device to reappear after the adapter runs out of slots (#100) (
4c9c9c0
)
v3.1.0
Feature
- Decrease backoff times (#97) (
37b71c8
)
- Update the out of slots message to be more clear (#95) (
9269a82
)
v3.0.2
Fix
- Bluez services cache clear was ineffective (#93) (
ec86cb6
)
v3.0.0
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
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
Feature
- Remove freshen fallback logic since Home Assistant always provides us the best path to the device now (#83) (
0954d2d
)
v2.12.1
Fix
- _on_characteristic_value_changed in BleakSlotManager should accept any arguments (#82) (
71cc37e
)
v2.12.0
Feature
- Add utility function to get device_source (#81) (
d72ce15
)