Releases: Estimote/iOS-Fleet-Management-SDK
Releases · Estimote/iOS-Fleet-Management-SDK
4.32.2
4.31.2
4.31.1
4.31.0 (TOW Deprecations)
Time for the final release of Estimote Fleet Management 4.x
Next version of Estimote Fleet Management SDK will support (as its name would suggest) only managing devices at scale (i.e. connect and sync/update).
Stay tuned for EFM 5.x! 🖖
Fixed
- Failing
ESTDeviceManager
when it scanned Estimote Secure Monitoring enabled frames.
Deprecated
- Ranging devices. If you need to scan for all sorts of Estimote packets please use
Estimote Bluetooth Scanning
. - Monitoring for devices. Monitoring is what you need? Don't hesitate to use
Proximity SDK
. ESTBeaconConnection
alongside withESTBulkUpdater
(the one for old beacons, up to D3.4). If you would need for any reason to connect and/or changes settings you need this SDK in 4.x version.- Sending telemetry readings to Cloud - if needed please use
Proximity SDK
. - Sending analytics to Cloud.
Important
- Many requests were updated, and even more deprecated. Please read https://cloud.estimote.com/docs/ if you haven't so far for more information.
- This is as well last version of Estimote Fleet Management not using
Estimote Bluetooth Scanning
.
4.30.0
Renaming the SDK - Estimote Fleet Management SDK
Renaming!
Starting with version 4.29.0 this SDK will be named Estimote FleetManagement SDK
, but don't worry - no API changes!
We've updated the name of the SDK to better reflect its purpose.
4.28.0
Features:
- Added "TemperatureOffset" setting.
You can use this setting to calibrate the beacon's temperature sensor. For example, if you measure that the sensor in the beacon is off by 1.2 degree C (shows 21.2 instead of 20.0), set the temperature offset to -1.2.
4.27.0
Features:
- Some classes have new initializers with queue for dispatching events of a
CBCentralManager
, see:ESTDeviceManager
,ESTMeshManager
. ESTDeviceManager
has a new delegate's method returning error for device discovery failure (see:- (void)deviceManager:(ESTDeviceManager *)manager didFailDiscoveryWithError:(NSError *)error;
. Previous callback is deprecated since 4.27.0).
Bugfixes:
- Issue with overwriting generic advertisers' indexes is a thing of the past.
5.0.0-alpha.5
Improvements:
- Estimote Cloud's Analytics events are cached and sent in batches.
ESTProximityObserver
's error block is invoked with error object having domain & error codes defined inESTProximityObserver.h
.- Renamed
ESTProximityZone
'sonEnterBlock
,onExitBlock
,onChangeBlock
toonEnterAction
,onExitAction
,onChangeAction
for better compatibility with Android Proximity SDK.
Bugfixes:
- Fixed a bug where Estimote Monitoring would ignore use motion detection.