Skip to content

Releases: meech-ward/AsyncCoreBluetooth

[0.3.3] - 2025-06-16

17 Jun 05:16

Choose a tag to compare

[0.3.3] - 2025-06-16

Added

  • Add the withCBPeripheral method to Peripheral that provides safe access to the underlying CBMPeripheral instance. This is useful when you need CoreBluetooth features that aren't yet implemented in this library.

[0.3.2]

26 Apr 01:51

Choose a tag to compare

[0.3.2] - 2025-04-25

Added

  • Add RSSI value to Peripheral readRSSI()

[0.3.1] - 2025-03-10

10 Mar 03:16

Choose a tag to compare

Fixed

  • Fix package dependency for AsyncObservable

[0.3.0] - 2025-03-10

10 Mar 03:11

Choose a tag to compare

Changed

  • Changed the API to use AsyncObservable for notifications and values. This changed quite a bit of the AsyncCoreBluetooth API but check the README and examples for the new API.

[0.2.0] - 2025-03-07

07 Mar 21:21

Choose a tag to compare

Added

  • New documentation in Sources/AsyncCoreBluetooth/AsyncCoreBluetooth.docc (2fea786)

Changed

  • Make sure all characteristic continuations are canceled on peripheral disconnect
  • Make sure notifications can't be enabled or disabled if they are already in that state
  • Make data for read and notify not optional (78629a6)
  • Make sure a new peripheral actor is created for each new peripheral instance

Fixed

0.1.0

30 Dec 00:56

Choose a tag to compare

Initial release