Skip to content

Releases: bluez/bluer

v0.15.5

11 Jan 17:48
Compare
Choose a tag to compare

Added

  • Convert Bluetooth address to and from MacAddr6.

v0.15.4

14 Dec 20:42
Compare
Choose a tag to compare

0.15.4 - 2022-12-14

Added

  • expose device making request in GATT server

Fixed

  • fix AdvertisingData handling by jaqchen

v0.15.3

30 Nov 16:12
Compare
Choose a tag to compare

0.15.3 - 2022-11-30

Fixed

  • documentation build on docs.rs

v0.15.3-pre1

30 Nov 16:03
Compare
Choose a tag to compare
v0.15.3-pre1 Pre-release
Pre-release
Fix docs.rs

v0.15.2: Version 0.15.2.

30 Nov 15:37
Compare
Choose a tag to compare

0.15.2 - 2022-11-30

Fixed

  • use proper D-Bus type for advertising_data by Paul Otto
  • fix musl libc build by Luca Barbato
  • fix register_agent documentation by Patrick Flakus
  • fix a typo by Mariusz Białończyk

Changed

  • update dependencies

v0.15.1

02 Oct 17:29
Compare
Choose a tag to compare

Fixed

  • correct D-Bus AuthorizeService name by hugmanrique

Changed

  • limit nix features by rtzoeller

v0.15.0

21 Apr 19:21
Compare
Choose a tag to compare

Changed

  • Update uuid crate to 1.0.

v0.14.0

07 Apr 14:57
Compare
Choose a tag to compare

Added

  • Implement Serde traits on types where possible, gated by serde feature.
  • all_propeties method on Adapter, Device, Service and Characteristic
    to query the values of all properties and return them as a Vec<xxxProperty>.

Changed

  • Crate features are now opt-in; use the full feature to
    enable all features.
  • MSRV is now 1.60 to make use of namespaced Cargo features.
  • Update Bluetooth numbers database.