Releases: OZEO-DOOZ/nrf_mesh_plugin
Releases · OZEO-DOOZ/nrf_mesh_plugin
v0.13.0
This release consists of 1 commit (755 additions and 636 deletions across 50 files) and introduces :
- Use of Nordic Semiconductor's Android SDK v3.2.4
- Use of Nordic Semiconductor's iOS SDK v3.2.0 (iOS 12.0 required as a result)
- Upgraded Gradle version and dependencies
- Upgraded Dart dependencies
- Now need Flutter 3.0 to use plugin
- Updated example app to request needed permissions
- Updated README.md to explain how to install plugin
v0.12.0
v0.11.0
v0.10.1
v0.10.0
v0.9.1
v0.9.0
v0.8.0
This release consists of 2 commits (1269 additions and 12 deletions across 28 files) and introduces :
- Add DooZ scenario protocol V2 messages.
DoozEpochSet
andDoozEpochStatus
are tested on both platforms, whereasDoozScenarioSet
andDoozScenarioStatus
are added in Android version but not used for now (prepare for next release) - Expose
ConfigModelPublicationGet
msg - Use of Nordic's Android SDK v3.1.7
- Use of Nordic's iOS SDK v3.1.5
v0.7.0
This release consists of 3 commits (34 additions and 23 deletions across 7 files) and introduces :
- Extend the API to watch the BLE adapter status via
Stream<BleStatus>
by adding a sync getter for host's last knownBleStatus
- The streamed events during provisioning are now containing the
DiscoveredDevice
on_pr.yml
workflow now targets Flutter 2.5.3
v0.6.0
This release consists of 5 commits (394 additions and 103 deletions across 25 files) and introduces :
- fix bug in adding a provisioner on iOS device
- expose ConfigBeacon API
- negociate MTU before enabling notifications (Fix bug on Android where Secure Network Beacons were truncated)
- Ignore timing criterias to accept an incoming Secure Network Beacon (useful when network has just been loaded from its JSON representation in which the IV Index last transition date is not stored)
searchForSpecificNode
will now return a result if the given String matches the device's id or name