Skip to content

Releases: NordicSemiconductor/Android-BLE-Library

2.7.4

21 Mar 16:46
1980270
Compare
Choose a tag to compare

What's Changed

  • Catch security exception on writing / reading characteristics by @archie94 in #550

New Contributors

Full Changelog: 2.7.3...2.7.4

2.7.3

16 Feb 10:41
eb3ae99
Compare
Choose a tag to compare

What's Changed

  • Bug fix: Write correct descriptor value when attempting to disable notifications by @muscardinus in #543
  • Make the bluetoothDevice value immutable before the null check by @thibaud-denche in #540
  • Max usable MTU set to 515 (512 bytes of data) by @philips77 in #544
  • Catching SecurityException from setCharacteristicNotification(...) by @philips77 in #545

New Contributors

Full Changelog: 2.7.2...2.7.3

2.7.2

24 Oct 10:17
Compare
Choose a tag to compare

What's Changed

  • Fix autoConnect true not working with Android 14 after the second disconnection by @corentin-c in #531

New Contributors

Full Changelog: 2.7.1...2.7.2

2.7.1

18 Oct 21:35
7a03e30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.7.0...2.7.1

2.7.0

29 Sep 14:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.1...2.7.0

2.6.1

04 Apr 13:28
Compare
Choose a tag to compare

What's Changed

  • Bug fix: Awaiting MTU change fixed by @himalia416 in #467
  • Switching stateAsFlow and bongingStateAsFlow from StateFlow to SharedFlow by @philips77 in #489
  • An attempt to send a notification or an indication when they were not enabled by the client returns a failure by @philips77 in #490

What's Changed in Examples

Full Changelog: 2.6.0...2.6.1

2.6.0

10 Jan 15:38
Compare
Choose a tag to compare

What's Changed since 2.6.0-alpha04

  • New sample app "trivia" showing client+server interaction by @himalia416 in #432 and #442
  • Add attachClientConnection(...) method as a server only alternative to connect by @CyDragon80 in #450
  • BleManager simplification by @philips77 in #454
  • Blocking adding requests to init queue from outside of initialize() by @philips77 in #456

Full Changelog: 2.6.0-alpha04...2.6.0

New Contributors

What's Changed since 2.5.1

Full Changelog: 2.5.1...2.6.0

2.6.0 alpha 4

28 Nov 14:32
acddd16
Compare
Choose a tag to compare
2.6.0 alpha 4 Pre-release
Pre-release

What's Changed

  • Don't log written data, as they may not be up-to-date by @philips77 in #440
  • Don't verify write without response operations in Reliable Write by @philips77 in #441

Full Changelog: 2.6.0-alpha03...2.6.0-alpha04

2.6.0 alpha 3

30 Sep 21:32
2cf1175
Compare
Choose a tag to compare
2.6.0 alpha 3 Pre-release
Pre-release

Alpha

This is an alpha 3 release. All new features seems to be working, but more testing is needed. Please test and give us a feedback.

What's Changed

  • Bug fix: createBondInsecure() cannot be suspended by @philips77 in #429

Full Changelog: 2.6.0-alpha02...2.6.0-alpha03

2.6.0 alpha 2

30 Sep 14:52
c2ade2c
Compare
Choose a tag to compare
2.6.0 alpha 2 Pre-release
Pre-release

Alpha

This is an alpha 2 release. All new features seems to be working, but more testing is needed. Please test and give us a feedback.

What's Changed

New

Bugs fixed

  • Bug fix: Reset connection flags when Bluetooth goes off by @philips77 in #428

Full Changelog: 2.6.0-alpha01...2.6.0-alpha02