File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.11.7 (2024-12-21)
2
+
3
+ ## Features
4
+
5
+ - Deserialize BDAddr from non-borrowed strings
6
+ - Thanks icewind1991, ekuinox!
7
+ - Add support for Extended Advertising on Android
8
+ - Thanks Jakouf!
9
+
10
+ ## Bugfixes
11
+
12
+ - Call GetDefaultAdapter() instead of GetAdapter() on Android
13
+ - Use BluetoothCacheMode::Uncached for services fetching on windows
14
+ - This * may* cause issues with connection times, we'll see how it works out
15
+ - Characteristics with duplicate UUIDs (but differing handles) no longer overwrite each other
16
+ - Thanks blackspherefollower!
17
+ - CoreBluetooth now fulfills all open characteristic futures on disconnect
18
+ - Thanks szymonlesisz!
19
+
1
20
# 0.11.6 (2024-10-06)
2
21
3
22
## Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " btleplug"
3
- version = " 0.11.6 "
3
+ version = " 0.11.7 "
4
4
authors = [
" Nonpolynomial, LLC <[email protected] >" ]
5
5
license = " MIT/Apache-2.0/BSD-3-Clause"
6
6
repository = " https://github.com/deviceplug/btleplug"
You can’t perform that action at this time.
0 commit comments