Releases: Bluetooth-Devices/led-ble
Releases · Bluetooth-Devices/led-ble
v1.0.0
Feature
Breaking
- The set_ble_device function has been renamed set_ble_device_and_advertisement_data and now requires the advertisement_data. (
2be176c
)
- The constructor no longer takes a retry count since this does not need to be configurable (
2be176c
)
v0.10.1
Fix
- Handle additional bleak exceptions (#31) (
1ff94f7
)
v0.9.1
Fix
- Typo in bleak-retry-connector min version pin (#28) (
8638ab8
)
v0.9.0
Feature
- Implement smart backoff via bleak-retry-connector (#27) (
a7bb1b1
)