Skip to content

Commit

Permalink
v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jun 1, 2024
1 parent 425abb3 commit c746071
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
`Unreleased`_
=============

`0.22.2`_ (2024-06-01)
======================

Changed
-------
* Retrieve the BLE address required by ``BleakClientWinRT`` from scan response if advertising is None (WinRT).
Expand Down Expand Up @@ -57,7 +60,7 @@ Fixed
* Fixed scanning silently failing on Windows when Bluetooth is off. Fixes #1535.
* Fixed using wrong value for ``tx_power`` in Android backend. Fixes #1532.
* Fixed 4-character UUIDs not working on ``BleakClient.*_gatt_char`` methods. Fixes #1498.
* Fixed race condition with getting max PDU size on Windows. Fixes #1497. [REVERTED in unreleased]
* Fixed race condition with getting max PDU size on Windows. Fixes #1497. [REVERTED in v0.22.2]
* Fixed filtering advertisement data by service UUID when multiple apps are scanning. Fixes #1534.

`0.21.1`_ (2023-09-08)
Expand Down Expand Up @@ -1035,7 +1038,8 @@ Fixed
* Bleak created.


.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.22.1...develop
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.22.2...develop
.. _0.22.2: https://github.com/hbldh/bleak/compare/v0.22.1...v0.22.2
.. _0.22.1: https://github.com/hbldh/bleak/compare/v0.22.0...v0.22.1
.. _0.22.0: https://github.com/hbldh/bleak/compare/v0.21.1...v0.22.0
.. _0.21.1: https://github.com/hbldh/bleak/compare/v0.21.0...v0.21.1
Expand Down
2 changes: 1 addition & 1 deletion bleak/backends/winrt/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def assert_mta() -> None:
.. versionadded:: 0.22
.. versionchanged:: unreleased
.. versionchanged:: 0.22.2
Function is now async and will not raise if the current apartment type
is STA and the Windows message loop is running.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bleak"
version = "0.22.1"
version = "0.22.2"
description = "Bluetooth Low Energy platform Agnostic Klient"
authors = ["Henrik Blidh <henrik.blidh@nedomkull.com>"]
license = "MIT"
Expand Down

0 comments on commit c746071

Please sign in to comment.