Skip to content

0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 05:54
· 487 commits to main since this release
c58d57a
  • Route observation re-wiring exceptions through observe Flows (#120)
  • Bump dependency versions (#100)
    • Kotlin 1.5.10
    • Coroutines 1.5.0

🏗️ New Features

  • Add support for service filtering during scanning (#117), special thanks to @burnhamd for the contribution
  • Support requesting connection priority on Android (#125), thanks to @mtrewartha for testing
  • Support constructing Peripherals using builder lambda (#108)

🐛 Bug Fixes

  • Only write indicate or notify to CCCD on Android (#121), thanks to @nspeeD for reporting and debugging
  • Propagate early characteristic changes (#110), thanks to @Devinete for reporting and debugging