Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Mar 17, 2023
1 parent af12363 commit 1b93859
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,29 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
`Unreleased`_
=============

`0.20.0`_ (2023-03-17)
======================

Added
-----
* Added ``BLEAK_DBUS_AUTH_UID`` environment variable for hardcoding D-Bus UID.
* Added ``BLEAK_DBUS_AUTH_UID`` environment variable for hardcoding D-Bus UID. Merged #1182.
* Added return type ``None`` to some scanner methods.
* Added optional hack to use Bluetooth address instead of UUID on macOS.
* Added optional hack to use Bluetooth address instead of UUID on macOS. Merged #1073.
* Added ``BleakScanner.find_device_by_name()`` class method.
* Added optional command line argument to use debug log level to all applicable examples.
* Added ``bleak.uuids.normalize_uuid_str()`` function.
* Added optional ``services`` argument to ``BleakClient()`` to filter services. Merged #654.
* Added automatic retry on ``le-connection-abort-by-local`` in BlueZ backend. Fixes #1220.

Changed
-------
* Dropped ``async-timeout`` dependency on Python >= 3.11.
* Deprecated ``BLEDevice.rssi`` and ``BLEDevice.metadata``. Fixes #1025.
* ``BLEDevice`` now uses ``__slots__`` to reduce memory usage.
* ``BLEDevice`` now uses ``__slots__`` to reduce memory usage. Merged #1117.
* ``BaseBleakClient.services`` is now ``None`` instead of empty service collection
until services are discovered.
* Include thread name in ``BLEAK_LOGGING`` output. Merged #1144.
* Updated PyObjC dependency on macOS to v9.x.
* Added automatic retry on ``le-connection-abort-by-local`` in BlueZ backend. Fixes #1220.

Fixed
-----
Expand Down Expand Up @@ -918,7 +921,8 @@ Fixed
* Bleak created.


.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.19.5...develop
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.20.0...develop
.. _0.20.0: https://github.com/hbldh/bleak/compare/v0.19.5...v0.20.0
.. _0.19.5: https://github.com/hbldh/bleak/compare/v0.19.4...v0.19.5
.. _0.19.4: https://github.com/hbldh/bleak/compare/v0.19.3...v0.19.4
.. _0.19.3: https://github.com/hbldh/bleak/compare/v0.19.2...v0.19.3
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.20.0a1"
version = "0.20.0"
description = "Bluetooth Low Energy platform Agnostic Klient"
authors = ["Henrik Blidh <henrik.blidh@nedomkull.com>"]
license = "MIT"
Expand Down

0 comments on commit 1b93859

Please sign in to comment.