Skip to content

Releases: Bluetooth-Devices/dbus-fast

v2.39.3

07 Mar 00:45
Compare
Choose a tag to compare

v2.39.3 (2025-03-07)

Bug Fixes

  • Ensure void methods that can raise exceptions are marked (#417, c433dab)

Chores


Detailed Changes: v2.39.2...v2.39.3

v2.39.2

07 Mar 00:18
Compare
Choose a tag to compare

v2.39.2 (2025-03-07)

Bug Fixes

  • chore: add more coverage for big endian systems

  • chore: fix overflow

  • fix: should have been unsigned int


Detailed Changes: v2.39.1...v2.39.2

v2.39.1

07 Mar 00:12
Compare
Choose a tag to compare

v2.39.1 (2025-03-07)

Bug Fixes

  • Ensure proxy object tasks do not get garbage collected prematurely (#409, 4fcdbed)

Detailed Changes: v2.39.0...v2.39.1

v2.39.0

06 Mar 23:14
Compare
Choose a tag to compare

v2.39.0 (2025-03-06)

Chores

Features

  • Improve performance of signature lookups (#412, 5068e41)

  • Added SignatureTree type in a few more places to avoid python lookups

  • Improved performance and reduced code to create Variant object


Detailed Changes: v2.38.0...v2.39.0

v2.38.0

06 Mar 21:48
Compare
Choose a tag to compare

v2.38.0 (2025-03-06)

Chores

Features

  • Improve performance of checking SignatureType tokens (#410, 4887160)
  • feat: improve performance of checking SignatureType tokens

  • chore: fixes


Detailed Changes: v2.37.1...v2.38.0

v2.37.1

06 Mar 21:12
Compare
Choose a tag to compare

v2.37.1 (2025-03-06)

Bug Fixes

Chores

core: fix type for hello message constant

dependabot is still broken with poetry 2

  • Updating certifi (2024.12.14 -> 2025.1.31)
    • Updating babel (2.16.0 -> 2.17.0)
    • Updating jinja2 (3.1.5 -> 3.1.6)
    • Updating coverage (7.6.10 -> 7.6.12)

Detailed Changes: v2.37.0...v2.37.1

v2.37.0

06 Mar 00:47
Compare
Choose a tag to compare

v2.37.0 (2025-03-06)

Features

  • Add support for finding message handlers when interface is None (#403, bfd48a3)

Detailed Changes: v2.36.0...v2.37.0

v2.36.0

05 Mar 23:32
Compare
Choose a tag to compare

v2.36.0 (2025-03-05)

Chores

  • chore: upgrade typing on private modules

  • chore: typing fixes

Features

  • Refactor service bus handler lookup to avoid linear searches (#400, 996659e)

Detailed Changes: v2.35.1...v2.36.0

v2.35.1

05 Mar 02:29
Compare
Choose a tag to compare

v2.35.1 (2025-03-05)

Bug Fixes

first attempt failed to change the correct constant in build_ext.py


Detailed Changes: v2.35.0...v2.35.1

v2.35.0

05 Mar 01:55
Compare
Choose a tag to compare

v2.35.0 (2025-03-05)

Chores

  • deps-ci: Bump python-semantic-release/python-semantic-release from 9.17.0 to 9.21.0 in the github-actions group (#394, a7e1a90)

chore(deps-ci): bump python-semantic-release/python-semantic-release

Bumps the github-actions group with 1 update: python-semantic-release/python-semantic-release.

Updates python-semantic-release/python-semantic-release from 9.17.0 to 9.21.0 - Release notes - Changelog - Commits

--- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production

update-type: version-update:semver-minor

dependency-group: github-actions ...

Signed-off-by: dependabot[bot] [email protected]

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  • deps-dev: Bump pytest from 8.3.4 to 8.3.5 (#395, 0d0e600)

  • deps-dev: Bump setuptools from 75.8.0 to 75.8.2 (#396, 2623a74)

  • pre-commit.ci: Pre-commit autoupdate (#392, 3ef89bf)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

updates:

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Features

Compile with -g0 to reduce the binary size


Detailed Changes: v2.34.0...v2.35.0