Skip to content

Releases: OZEO-DOOZ/nrf_mesh_plugin

v0.13.0

16 Oct 20:31
9e2b75b
Compare
Choose a tag to compare

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

26 Apr 06:57
aa9f7e4
Compare
Choose a tag to compare

This release consists of 2 commits (84 additions and 62 deletions across 14 files) and introduces :

  • Use of Nordic Semiconductor's Android SDK v3.2.1
  • Upgraded Gradle version and dependencies
  • Upgraded Dart dependencies

v0.11.0

30 Mar 13:47
d72bbf0
Compare
Choose a tag to compare

This release consists of 3 commits (715 additions and 664 deletions across 32 files) and introduces :

  • Use of Nordic Semiconductor's Android SDK v3.1.8
  • Updated example app
  • Updated readme

v0.10.1

17 Mar 12:03
4207510
Compare
Choose a tag to compare

This release consists of 1 commit (8 additions and 4 deletions across 4 files) and introduces :

  • fix pubspec issue seen by flutter pub publish --dry-run

v0.10.0

16 Mar 16:55
1a2be04
Compare
Choose a tag to compare

This release consists of 2 commit (806 additions and 635 deletions across 64 files) and introduces :

  • add missing documentation
  • remove unused API and dependency
  • refresh example/, ios/ and android/ folders to be up to date with the latest Flutter version (2.10.3)

v0.9.1

23 Feb 13:54
083a94c
Compare
Choose a tag to compare

This release consists of 1 commit (8 additions and 4 deletions across 4 files) and introduces :

  • revert app's manifest changes

v0.9.0

21 Feb 15:42
150737b
Compare
Choose a tag to compare

This release consists of 1 commit (11 additions and 6 deletions across 5 files) and introduces :

  • compile against Android 12 (API 31) and update BLE permissions in app's manifest

v0.8.0

16 Feb 16:18
b5b8041
Compare
Choose a tag to compare

This release consists of 2 commits (1269 additions and 12 deletions across 28 files) and introduces :

  • Add DooZ scenario protocol V2 messages. DoozEpochSet and DoozEpochStatus are tested on both platforms, whereas DoozScenarioSet and DoozScenarioStatus 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

04 Feb 09:23
d8fa7b6
Compare
Choose a tag to compare

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 known BleStatus
  • The streamed events during provisioning are now containing the DiscoveredDevice
  • on_pr.yml workflow now targets Flutter 2.5.3

v0.6.0

14 Jan 13:22
c1e41ed
Compare
Choose a tag to compare

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