Skip to content

4.0.0

Compare
Choose a tag to compare
@philips77 philips77 released this 11 Oct 22:03
· 95 commits to main since this release
6ba43ee

This is the biggest releases so far. It brings tons of updates, some of which deprecated old API, or replaced it with a different one. Migration guides are available in related PRs.

Main changes

  • The library is now compatible with Bluetooth Mesh Protocol 1.1, Mesh Model 1.1 and Mesh Configuration Database Profile 1.0.1. New features contain:
    • Remote Provisioning #536
    • New provisioning algorithm #464
    • Private beacons #465
    • Support for new models #505
    • New Segmentation and Reassembly (SAR) implementation in lower transport layer #555
  • Minimum iOS set to 13.0 due to use of async
  • Async methods for sending messages #527
    • There are also corresponding methods with completion callbacks
  • Fixed Equatable implementation for Node and Group types #563 and #564
  • New documentation (yey!)

What's Changed

New Contributors

Full Changelog: 3.2.0...4.0.0