Skip to content

Releases: laptou/bluez-rs

0.4.0

25 Jul 17:38
99aea1e
Compare
Choose a tag to compare
  • 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

02 Mar 20:34
a77c663
Compare
Choose a tag to compare
  • 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

28 Nov 02:14
01ee38b
Compare
Choose a tag to compare

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

15 Oct 16:26
16f02ac
Compare
Choose a tag to compare
  • Add support for default system/runtime configuration (#17)
  • Update enumflags2 version (#16)
  • Use correct command in remove_device (#15)

Thanks, @oxc!

0.1.3

28 Jun 05:41
7ed66e3
Compare
Choose a tag to compare

Fix #7

0.1.2

23 Feb 18:06
Compare
Choose a tag to compare

Fixes #1, #3, and #4: bugs in parsing data received from the kernel.