Releases: bluez/bluer
Releases · bluez/bluer
v0.15.5
v0.15.4
v0.15.3
v0.15.3-pre1
Fix docs.rs
v0.15.2: Version 0.15.2.
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
v0.15.0
v0.14.0
Added
- Implement Serde traits on types where possible, gated by
serde
feature. all_propeties
method onAdapter
,Device
,Service
andCharacteristic
to query the values of all properties and return them as aVec<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.