Skip to content

Latest commit

 

History

History
225 lines (148 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

225 lines (148 loc) · 13.2 KB

Changelog

v0.20.2 (2024-11-18)

Fix

  • Discard impossible timestamps when restoring bluetooth scanner data (#177) (be11e23)

v0.20.1 (2024-10-31)

Fix

  • Handle devices listed before adapter in dbus managed objects (#174) (69b0d16)

v0.20.0 (2024-10-05)

Feature

v0.19.4 (2024-08-16)

Fix

v0.19.3 (2024-06-24)

Fix

v0.19.2 (2024-05-04)

Fix

  • Handle AuthError while probing for adapters (#130) (aec92f3)

v0.19.1 (2024-04-30)

Fix

  • Handle missing hci devices when enumerating adapters (#129) (95759e7)

v0.19.0 (2024-04-19)

Feature

  • Improve adapter data with UART devices (#124) (5db938f)

v0.18.0 (2024-02-24)

Feature

  • Switch to using aiooui for mac lookups (#115) (6934ad8)

v0.17.0 (2024-01-04)

Feature

v0.16.2 (2023-12-16)

Fix

  • Workaround fcntl and dbus_fast not available on windows (#102) (0c48649)

v0.16.1 (2023-09-07)

Fix

  • Ensure timeouts work with py3.11 (#89) (fb9e2b5)

v0.16.0 (2023-07-12)

Feature

v0.15.5 (2023-07-12)

Fix

  • Make sure down adapters are still listed (#71) (0411edd)

v0.15.4 (2023-05-09)

Fix

  • Don't import from dbus module on Windows (#57) (f936758)

v0.15.3 (2023-03-18)

Fix

v0.15.2 (2022-12-22)

Fix

  • Missing ADAPTER_CONNECTION_SLOTS from all (#38) (d2bed5e)

v0.15.1 (2022-12-22)

Fix

  • Align naming with Home Assistant for new connection slots code (#36) (0605de5)

v0.15.0 (2022-12-21)

Feature

  • Add connection_slots to AdapterDetails (#35) (c0a7b52)

v0.14.1 (2022-12-10)

Fix

v0.14.0 (2022-12-10)

Feature

  • Cleanup new storage apis and add coverage (#33) (07cfbdf)

v0.13.0 (2022-12-10)

Feature

  • Add storage to save and restore discovered devices (#32) (dc88a36)

v0.12.0 (2022-12-05)

Feature

  • Expose load_history_from_managed_objects (#31) (823daa8)

v0.11.0 (2022-11-27)

Feature

  • Detect vendor of uart bluetooth adapters by mac oui (#30) (12b1383)

v0.10.1 (2022-11-27)

Fix

v0.10.0 (2022-11-27)

Feature

  • Export ADAPTER_ constants for the underlying usb device (#27) (f3f7619)

v0.9.0 (2022-11-27)

Feature

  • Add hardware info to adapter details (#26) (dc2682d)

v0.8.0 (2022-11-16)

Feature

  • Add new multi platform adapter manager (#23) (58119d1)

v0.7.0 (2022-11-04)

Feature

v0.6.0 (2022-10-02)

Feature

  • Use unpack_variants from dbus-fast (#21) (f5e0cf4)

v0.5.3 (2022-10-01)

Fix

v0.5.2 (2022-09-26)

Fix

v0.5.1 (2022-09-17)

Fix

v0.5.0 (2022-09-17)

Feature

  • Add support for restoring bluetooth history from the bus (#17) (3aaf104)

v0.4.1 (2022-09-10)

Fix

v0.4.0 (2022-09-09)

Feature

  • Switch from dbus-next to dbus-fast (#15) (90d9ca5)

v0.3.6 (2022-09-09)

Fix

  • Handle Dbus closing the connection on us (#14) (847698f)

v0.3.5 (2022-09-08)

Fix

  • Downgrade more loggers to debug in case they do not have bluez installed and do not want bluetooth (#13) (cae2700)

v0.3.4 (2022-09-02)

Fix

v0.3.3 (2022-09-01)

Fix

  • Downgrade dbus timeouts to debug logging as it likely means they have no bluez (#11) (4f6ae64)

v0.3.2 (2022-08-27)

Fix

  • Seperate FileNotFoundError and BrokenPipeError errors (#10) (f0b3d81)

v0.3.1 (2022-08-27)

Fix

  • Manage BrokenPipeError thrown by MessageBus.connect() (#9) (5d0fbaa)

v0.3.0 (2022-08-27)

Feature

  • Add get_dbus_managed_objects (#8) (ce613ea)

v0.2.0 (2022-08-18)

Feature

  • Add get_bluetooth_adapter_details (#7) (619f1ac)

v0.1.3 (2022-08-01)

Fix

  • Add a timeout in case dbus fails to respond (#6) (eff1022)

v0.1.2 (2022-07-24)

Fix

  • Adapters now returns a list instead of a set since order matters (#5) (b4f153b)

v0.1.1 (2022-07-22)

Fix

v0.1.0 (2022-07-22)

Feature