Skip to content

Releases: nordicsemi/Android-BLE-Library

2.11.0

Choose a tag to compare

@philips77 philips77 released this 11 Sep 13:30
ee4b01a

What's Changed

Other

New Contributors

Full Changelog: 2.10.2...2.11.0

2.10.2

Choose a tag to compare

@philips77 philips77 released this 04 Jul 12:17
ab7a071

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

Choose a tag to compare

@philips77 philips77 released this 12 Jun 10:36
78ad90d

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

Choose a tag to compare

@philips77 philips77 released this 06 Mar 13:03
e2835d8

What's Changed

Full Changelog: 2.9.0...2.10.0

2.9.0 Beta 3

Choose a tag to compare

@philips77 philips77 released this 11 Oct 13:39
3c9300a

What's Changed

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

2.9.0

Choose a tag to compare

@philips77 philips77 released this 21 Oct 21:11

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

Choose a tag to compare

@philips77 philips77 released this 11 Sep 13:42
bc8bd0b

What's Changed

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

2.9.0 Beta 1

Choose a tag to compare

@philips77 philips77 released this 29 Aug 10:37
302a56f

What's Changed

Full Changelog: 2.8.0...2.9.0-beta01

2.8.0

Choose a tag to compare

@philips77 philips77 released this 16 Aug 16:11
02e7efb

What's Changed

New Contributors

Full Changelog: 2.7.5...2.8.0

2.7.5

Choose a tag to compare

@philips77 philips77 released this 29 Apr 10:21
4fec6ec

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