Releases: Estimote/iOS-Fleet-Management-SDK
Releases · Estimote/iOS-Fleet-Management-SDK
4.26.2
Features:
ESTMeshGateway
implementsESTMeshGatewayDelegate
protocol. It will make tracking assets easier, as you can retrieve all necessary data from delegate's method.
Improvements:
- Simplified
ESTMeshManager
documentation, so it should be easier to grasp Mesh related concepts. - Better granulation of asking for permissions when using Estimote Monitoring.
Bugfixes:
- Simplified and cleared confirming Mesh Buffer during connecting with Location Beacon,
- Confirming commands when connecting with Location Beacon,
- Minor cleaning and code improvements.
4.26.1
Bugfixes:
- Fix for ESTBeaconDevice crash when using ESTBulkUpdater update functionality.
- Fix for broken save of name, tags and location in Estimote Cloud using operation based mechanism.
4.26.0
Features:
- Gateway can track changes in Mesh network and periodicaly gather scan results, which are sent to Estimote Cloud
- Mesh network's settings can be set through
ESTMeshManager
- connecting with Location Beacon confirms applying commands to Mesh network
Bugfixes:
- geolocation setting synchronises properly with Cloud
- incorrect comparing firmware revisions during the OTA update process
5.0.0-alpha.4
Improvements:
- Estimote Monitoring algorithm that powers Proximity Observer now uses device motion to improve experience.
- Optimized CPU and RAM usage when observing multiple zones.
5.0.0-alpha.3
Bugfixes:
- Fixed issue with CoreBluetooth scanning that caused occasional crashes on iOS 11.
4.25.4
Improvements:
- Fixes for CoreBluetooth crash on iOS 11 devices. Multiple serial queues for CBCentralManager replaced with single one.
- Mesh Advertiser power settings synchronised with Estimote Cloud.
4.25.3
4.25.2
5.0.0-alpha.2
Features:
ESTProximityZone
that allows filtering JSON attachments by key, value pairs. Instances of this class also enable registering callbacks for monitoring events.- Sending Estimote Monitoring analytics events that will be presented in Estimote Cloud's dashboard in upcoming release.
Improvements:
- Optimized resources allocation when starting observation of multiple zones (calling
-[ESTProximityObserver startObservingZones:]
).
4.25.1
Bugfixes:
- We’ve fixed crash on CBPeripheral delegate observer removal. Crash was showing up on iOS 11 only mainly when using ESTBulkUpdater class.