Releases: Estimote/iOS-Fleet-Management-SDK
Releases · Estimote/iOS-Fleet-Management-SDK
4.1.0
Features:
- Support of Google Eddystone Ephemeral ID.
Improvements:
- Improved monitoring of firmware stability.
- Missing ESTNearableProtocolDelegate warning fixed.
4.0.0
Features:
- Two brand new management APIs: Convenience API and Advanced API.
- Separate classes for each device setting.
- Support for Estimote Location and Estimote Telemetry packets.
- Multipacket support for next gen beacons - now devices can broadcast multiple packets, with separate powers and advertising intervals independently.
- Motion and temperature notifications support for next gen beacons.
- GPIO support for next gen beacons.
- Dark To Sleep support for next gen beacons.
- ESTDeviceManager class for connectivity packet discovery.
Improvements:
- Using Cloud API v2 under the hood for next gen beacons synchronizes settings with Cloud during connection process.
3.8.2
3.8.2 SDK Release
3.8.1
Improvements:
- Bitcode support fixed (Issue with archiving apps)
- Eddystone stability improvements
3.8.0
Features:
- Internal structure update to support Estimote Indoor SDK 2.0.0
- Request for fetching public beacon information
Improvements:
- Nullability coverage improved
3.7.1
Features:
- Estimote Cloud request to fetch public information about beacons
Improvements:
- Improved performance of Analytics in Secure Beacon Manager
Bugfixes:
- Corrected Eddystone Cloud data parsing
- Corrected Power Modes parsing in settings history
Firmware update for nearables + iOS9 support!
Features:
- Firmware update for nearables
- Reading and writing advertising interval and broadcasting power for nearables.
Improvements:
- iOS 9 support (nullability and bitcode)
3.6.0
Features:
- New Beacon details request with option to request multiple beacons and selective fields
- New request for fetching history of beacon settings changes
- New request canceling pending settings applied in cloud
Improvements:
- Optimized analytics requests. Now sent in batch and locally cached
- Bulk Updated progress contains additional update information
3.5.0
Improvements:
- Strongly improved Estimote Cloud API handling mechanism. ESTCloudManager was deprecated. ESTConfig with direct requests should be used instead.
- ESTSecureBeaconManager supports accuracy based sorting for ranging
3.4.1
Improvements:
- Improvements to memory and network load: SDK won't automatically fetch and cache list of your beacons after invoking
[ESTCloudManager setupAppID:andAppToken:];
- Method
fetchNearableDetails:completion
inESTCloudManager
class allowing you to fetch additional data about nearable. ESTNearableVO
class available