Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 00:59
· 490 commits to main since this release
34e34c5

🏗️ New features

  • Simplify/optimize characteristic and descriptor lookups (#56)
    • Services are now cached on macOS platform (#14)
    • When attempting to use non-existent characteristic/descriptor, exception now shows UUID that was not found (#38)
  • Add ability to configure writing to config descriptor for observations (#49), thanks to @kostya29-strikersoft and @axelinternet
  • Expanded BLE Advertisement Properties (#41)
    • Ability to read service data, manufacturer data, TX power and UUIDs of advertisements

🐛 Bug fixes

  • Fix BluetoothLeException to have message and cause (#55)
  • Fix propagation of ConnectionLostException on connect (#46), thanks to @kostya29-strikersoft
  • Fix writing characteristic WithoutResponse (#37)