File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
1010`Unreleased `_
1111=============
1212
13+ `0.22.2 `_ (2024-06-01)
14+ ======================
15+
1316Changed
1417-------
1518* Retrieve the BLE address required by ``BleakClientWinRT `` from scan response if advertising is None (WinRT).
5760* Fixed scanning silently failing on Windows when Bluetooth is off. Fixes #1535.
5861* Fixed using wrong value for ``tx_power `` in Android backend. Fixes #1532.
5962* Fixed 4-character UUIDs not working on ``BleakClient.*_gatt_char `` methods. Fixes #1498.
60- * Fixed race condition with getting max PDU size on Windows. Fixes #1497. [REVERTED in unreleased ]
63+ * Fixed race condition with getting max PDU size on Windows. Fixes #1497. [REVERTED in v0.22.2 ]
6164* Fixed filtering advertisement data by service UUID when multiple apps are scanning. Fixes #1534.
6265
6366`0.21.1 `_ (2023-09-08)
@@ -1035,7 +1038,8 @@ Fixed
10351038* Bleak created.
10361039
10371040
1038- .. _Unreleased : https://github.com/hbldh/bleak/compare/v0.22.1...develop
1041+ .. _Unreleased : https://github.com/hbldh/bleak/compare/v0.22.2...develop
1042+ .. _0.22.2 : https://github.com/hbldh/bleak/compare/v0.22.1...v0.22.2
10391043.. _0.22.1 : https://github.com/hbldh/bleak/compare/v0.22.0...v0.22.1
10401044.. _0.22.0 : https://github.com/hbldh/bleak/compare/v0.21.1...v0.22.0
10411045.. _0.21.1 : https://github.com/hbldh/bleak/compare/v0.21.0...v0.21.1
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ async def assert_mta() -> None:
106106
107107 .. versionadded:: 0.22
108108
109- .. versionchanged:: unreleased
109+ .. versionchanged:: 0.22.2
110110
111111 Function is now async and will not raise if the current apartment type
112112 is STA and the Windows message loop is running.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bleak"
3- version = " 0.22.1 "
3+ version = " 0.22.2 "
44description = " Bluetooth Low Energy platform Agnostic Klient"
55authors = [
" Henrik Blidh <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments