Releases: polarofficial/polar-ble-sdk
Releases · polarofficial/polar-ble-sdk
Polar Ble SDK v.3.2.8
iOS SDK updates:
- No changes
Android SDK updates:
- API documentation enhanced related to BLE device search. The api function backgroundEntered is deprecated. However, the foregroundEntered is still relevant for the SDK.
Polar Ble SDK v.3.2.7
iOS SDK updates:
- Swift Package Manager support added
Android SDK updates:
- Android SDK target changed from 29 to 31
- minor enhancements
Polar Ble SDK v.3.2.6
iOS SDK updates:
- The minimum deployment target is 13 (earlier was 12)
- If the dependency to Polar BLE SDK project is done using the Cocoapods the Pod file on the client side don't need the post_install section anymore
- The new dependency to Swift-Protobuf is required
Android SDK updates:
- No changes
Polar Ble SDK v.3.2.5
Polar Ble SDK v.3.2.4
Polar Ble SDK v.3.2.3
Polar Ble SDK v.3.2.2
Polar Ble SDK v.3.2.1
Polar Ble SDK v.3.2.0
Android SDK updates:
- earlier the usage of the feature FEATURE_POLAR_FILE_TRANSFER required the separate .aar to be included on client application. Now required code is bundled to polar-ble-sdk.aar so there is no need for additional .aar files to be added to the client project. Please see the android-getting-started section on ReadMe.
- earlier the package name of the Polar BLE SDK was
polar.com.sdk
, that is now changed tocom.polar.sdk
to better follow the traditional Java package name conventions. This change requires that client application must fix its import statements.
iOS SDK updates:
- minor enhancements and bug fixes
Polar Ble SDK v.3.1.1
iOS SDK updates:
- fixed issue that data streams were not stop if SDK mode was enabled/disabled.
- other minor changes
Android SDK updates:
- fixed issue that data streams were not stop if SDK mode was enabled/disabled.
- other minor changes