Skip to content

Releases: koenvervloesem/bluetooth-numbers

Bluetooth Numbers 1.1.1

17 Jun 20:07
f55b486
Compare
Choose a tag to compare

This is a small release with updated data.

What's Changed

Full Changelog: v1.1.0...v1.1.1

Bluetooth Numbers 1.1.0

20 Feb 20:29
4887843
Compare
Choose a tag to compare

This is a small feature release. Apart from the updated data, there's a new function bluetooth_numbers.utils.is_standard_uuid128 that checks whether a 128-bit Bluetooth UUID is a standard UUID.

What's Changed

Full Changelog: v1.0.1...v1.1.0

1.0.1: Updated data to 2023-01-25

25 Jan 19:47
8c40175
Compare
Choose a tag to compare

This is a bugfix release, mostly with updated data:

What's Changed

Full Changelog: v1.0.0...v1.0.1

1.0.0: Stable public API

22 Dec 18:54
e271e27
Compare
Choose a tag to compare

This is a major release with some breaking changes.

Whereas in previous versions you did:

from bluetooth_numbers.companies import company

This is now:

from bluetooth_numbers import company

The OUIs and CICs now also use their own dict-like class, just like the services, characteristics and descriptions already did.

All searches for numbers now raise package-specific exceptions when something's wrong, for instance for invalid or unknown values.

Look at the API documentation for all these changes.

What's Changed

Full Changelog: v0.2.1...v1.0.0

0.2.1: Philips Hue UUIDs fixed

20 Dec 09:21
Compare
Choose a tag to compare

This bugfix release updates the Bluetooth Numbers Database to commit 3d0f452 (December 20 2022). This fixes some issues with Philips Hue UUIDs. Upstream PR: NordicSemiconductor/bluetooth-numbers-database#94

Full Changelog: v0.2.0...v0.2.1

0.2.0: SDO and member service UUIDs

19 Dec 19:50
Compare
Choose a tag to compare
  • Adds SDO service UUIDs.
  • Adds member service UUIDs.

Both types of UUIDs are taken from the Bluetooth Assigned Numbers document from 2022-12-15.

Full Changelog: v0.1.3...v0.2.0

0.1.3

18 Dec 08:39
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

0.1.2

05 Jul 18:42
Compare
Choose a tag to compare

Updates company IDs, services, characteristics and descriptors. This tracks bluetooth-numbers-database @ 2178b94 (July 5 2022).

0.1.1

01 Jul 21:12
Compare
Choose a tag to compare

Initial release.

Install with:

pip3 install bluetooth-numbers==0.1.1