Skip to content

Releases: NordicSemiconductor/Android-BLE-Library

2.11.0

11 Sep 13:30
ee4b01a

Choose a tag to compare

What's Changed

Other

New Contributors

Full Changelog: 2.10.2...2.11.0

2.10.2

04 Jul 12:17
ab7a071

Choose a tag to compare

This release increased Kotlin version to 2.2.0 and Target SDK and Compile SDK of libraries to API 36.
No functional changes in the libraries.

What's Changed

Full Changelog: 2.10.1...2.10.2

2.10.1

12 Jun 10:36
78ad90d

Choose a tag to compare

What's Changed

  • Fix the issue where gatt.disconnect() may throw a SecurityException by @LuoPeiQin in #621
  • connectGatt is successful without previous gatt not being closed by @junebeans in #620

New Contributors

Full Changelog: 2.10.0...2.10.1

2.10.0

06 Mar 13:03
e2835d8

Choose a tag to compare

What's Changed

Full Changelog: 2.9.0...2.10.0

2.9.0 Beta 3

11 Oct 13:39
3c9300a

Choose a tag to compare

What's Changed

Full Changelog: 2.9.0-beta02...2.9.0-beta03

2.9.0

21 Oct 21:11

Choose a tag to compare

What's Changed since 2.9.0-beta03

  • Nothing

What's Changed since 2.8.0

  • Feature: Making WriteRequest and ReadRequest timeoutable amd cancellable by @philips77 in #596
  • Bug fix: Fixed handling cancelled bonding for read/write operations by @philips77 in #597
  • Bug fix: suspend extension function remains suspended if the request is cancelled by @muscardinus in #574
  • Bug fix: Auto connect not restarting if the initial connection fails when using with a non-bonded device by @muscardinus in #573
  • Bug fix: remove_bond request should be handled after disconnecting by @kkkbird in #571
  • Bug fix: Packet mergers in sample apps by @philips77 in #588
  • Bug fix: invoking value callback using Handler by @philips77 in #589
  • Bug fix: Cancel tasks when they are removed from the task queue by @philips77 in #580
  • Bug fix: #548 fixed by adding synchronized blocks by @philips77 in #579
  • Improvement: Registering broadcast receivers as exported by @philips77 in #578
  • Migration instanceOf to pattern matching from Java 17 by @philips77 in #591

Test apps

Other

Full Changelog: 2.8.0...2.9.0

2.9.0 Beta 2

11 Sep 13:42
bc8bd0b

Choose a tag to compare

What's Changed

Full Changelog: 2.9.0-beta01...2.9.0-beta02

2.9.0 Beta 1

29 Aug 10:37
302a56f

Choose a tag to compare

What's Changed

Full Changelog: 2.8.0...2.9.0-beta01

2.8.0

16 Aug 16:11
02e7efb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.5...2.8.0

2.7.5

29 Apr 10:21
4fec6ec

Choose a tag to compare

What's Changed

  • fix: reset connected if DISCONNECTED is received between connect and initialize for autoconnected by @kkkbird in #555
  • Provide access to cancelConnection so that a server can deny a client by @CyDragon80 in #551

New Contributors

Full Changelog: 2.7.4...2.7.5