Skip to content

1.8.11

Compare
Choose a tag to compare
@bogdanicc bogdanicc released this 06 Sep 20:26
· 6 commits to master since this release

Enhancements

  • Updated speed test methodology.
  • Added support for packet loss measurement for some servers. Added new property packetLoss of type SCPacketLoss to SpeedTestResult.
  • Added InternetSpeedTest.debugLogsEnabled property which enables debug console logs when set to true.
  • Updated BackgroundTest configuration logic (support for additional parameters for background jobs, exclusion of particular time periods and max test frequency).
  • Other under the hood improvements.

Fixed

  • Removed unnecessary print statement.
  • Resolved bug where ispName would be wrong because of deprecated functionality.

Breaking Changes

  • BackgroundTest will not request location permissions anymore. It is left for the user of the SDK to request them at appropriate time.

Deprecations

  • Deprecated func applicationDidEnterBackground(locationManager: CLLocationManager?) and func applicationDidBecomeActive(locationManager: CLLocationManager?) of BackgroundTest. Logic has been moved to internal part of SDK and there is no more need to use these functions.