Releases: laptou/bluez-rs
Releases · laptou/bluez-rs
0.4.0
- Use Tokio directly in library
- Add support for SDP (service discovery protocol)
- Get rid of
ManagementClient
to reduce issues with threading/synchronization
- Management operations now use
ManagementStream
directly
- Fewer panics on invalid/missing data
Update dependencies
- Update
tokio
, bytes
, enumflags2
and bitvec
to latest versions that still compile (1.0, 1.0, 0.7, and 0.20 respectively).
0.3.0
This is a pretty minor release, but I gave it a major version because I upgraded bytes
, which is a breaking change.
Changelog
- Upgraded to
bytes
0.6
- Upgraded to
bitvec
0.19
- Switched
async-std
for smol
- Except in examples, where we are now using
async-std
1.7
v0.2.0
- Add support for default system/runtime configuration (#17)
- Update
enumflags2
version (#16)
- Use correct command in remove_device (#15)
Thanks, @oxc!
0.1.2
Fixes #1, #3, and #4: bugs in parsing data received from the kernel.