Releases: getditto/DittoSwiftTools
4.8.3
Updates to correctly list iOS 14 as the minimum supported version instead of iOS 11 (because the Ditto SDK made this bump in 4.5.0)
4.8.2
Fixes the BluetoothManager
's HealthMetricProvider
implementation to not report all iOS simulators as unhealthy because Bluetooth is unsupported. Simulators are now treated as special cases, and the managerState
is not considered part of the health check.
4.8.1
Fixes HealthMetrics in the Heartbeat tool to properly update current status on the configured heartbeat interval
4.8.0
Heartbeat:
- Update the default collection name to
dittotools_devices
- Adds the ability to collect and report custom
HealthMetric
s via the Heartbeat Tool by implementing variousHealthMetricProvider
s and adding them to your Heartbeat Config.
This release is compatible with DittoSwift version 4.5.0 and above.
4.8.0-experimental-visionos-support
🥽 Experimental visionOS Support
This release adds support for the visionOS
platforms.
4.7.4
Heartbeat: Update to config class and DittoHeartbeatInfo data model
This release is compatible with DittoSwift version 4.0.0 and above.
4.7.3
This release is compatible with DittoSwift version 4.0.0 and above.
4.7.2
This release is compatible with DittoSwift version 4.0.0 and above.
4.7.1
Adds sdk info when calling startHeartbeat()
This release is compatible with DittoSwift version 4.0.0 and above.
4.7.0
Additional functionality to the Heartbeat tool.
This release is compatible with DittoSwift version 4.0.0 and above.