Releases: getditto/DittoSwiftTools
Releases · getditto/DittoSwiftTools
7.0.0
What's Changed
- Add ability to export data from DiskUsage by @texasRanger09 in #147
- Added Mac Catalyst Support by @ErikEverson in #150
- Refactor Initial Screen and Enhance View Encapsulation by @rdas-ditto in #152
- Add Xcode auto-generated XCSchemes to .gitignore by @rdas-ditto in #151
- Update LogExporter to use new DittoLogger.export() api by @texasRanger09 in #157
- Add CODEOWNERS by @bplattenburg in #158
New Contributors
- @rdas-ditto made their first contribution in #152
Full Changelog: v6.0.0...v7.0.0
6.0.0
What's Changed
- Update minimum Ditto SDK version from 4.7.0 to 4.8.0 by @bplattenburg in #138
- Fix deprecation warning in BluetoothManager by @bplattenburg in #140
- Use SingleEntryPoint tool as the main view into all of the tools by @texasRanger09 in #143
- tvOS support by @ErikEverson in #82
- Remove broken macOS support that accidentally got added back in by @bplattenburg in #145
- Add HealthMetrics to DiskUsage Target by @texasRanger09 in #146
- Replace remaining peerKey references with peerKeyString by @bplattenburg in #144
New Contributors
- @ErikEverson made their first contribution in #82
Full Changelog: v5.0.1...v6.0.0
5.0.1
What's Changed
- Remove macOS 11+ from Package.swift as the tools currently don't build for MacOS by @bplattenburg in #111
- Update all tools to not require iOS 15 anywhere by @bplattenburg in #141
Full Changelog: v5.0.0...v5.0.1
5.0.0
What's Changed
- Updates minimum Ditto SDK version to 4.7.0 (was 4.5.0)
- New single point of entry for all tools by @texasRanger09 in #134
- Use peerKeyString by @bplattenburg in #107
Full Changelog: v4.11.0...v5.0.0
4.11.0
What's Changed
- Default DiskUsage HealthMetric unhealthy limit to 500MB instead of 2GB by @bplattenburg in #124
Full Changelog: v4.10.0...v4.11.0
4.8.0-visionos-beta.1
This release adds support for the visionOS
platform.
4.10.0
- Updates the default behavior of the Heartbeat tool to not subscribe to the devices collection
4.9.0
- Extends the DiskUsage tool to be a HealthMetricProvider, usable to monitor Ditto Disk Usage health via the Heartbeat Tool remotely.
This allows the heartbeat tool to be configured not to publish to a DItto collection if users prefer to use only custom callbacks.
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.