All notable changes to this project will be documented in this file.
TrueTime.swift
adheres to Semantic Versioning.
- Changed:
CTrueTime
is now embeded in the project to avoid issues with Carthage.
- Fixed: Resolved race condition crash by removing unnecessary retain/release.
- Changed: Swift 5 support and use of built-in
Result
type.
- Fixed:
EXC_BAD_ACCESS
Crash.
- Added: Swift 4 support.
- Added: Exposed missing methods via Objective-C bridging.
- Fixed: Addressed issue with poll interval not being handled.
- Fixed: Addressed issue with resuming after pausing.
- Changed: Dropped support for Swift 3.
- Changed: Updated pool parameter in
TrueTime.start
to take an explicit string an port instead of a URL.
- Fixed: Addressed issue with poll interval not being handled.
- Fixed: Addressed casting issue with latest Xcode.
- Fixed: Improved compile times when building from scratch.
- Fixed: Exposed uptime interval for reporting.
- Fixed: Updated dependencies to latest versions.
- Fixed: Addressed warning when building with Swift 3.1.
- Fixed: Addressed issue building project with latest swiftlint installed.
- Added: Now posting notification when reference time gets updated
- Fixed: Fixed crash when receiving empty packets from certain hosts.
- Added: Swift 3 support.
- Added: Support for configuring polling interval.
- Changed:
retrieveReferenceTime
has been renamed tofetchIfNeeded
. - Changed: Dropped support for Mac OS 10.9.
- Fixed: Addressed issue building project with latest swiftlint installed.
- Added: Now supporting CocoaPods.
- Added: Now polls at regular intervals and automatically updates reference times.
- Fixed: Addressed assertion getting hit on certain devices when requesting network time.
- Fixed: Addressed memory leak due to long interpolated strings in Swift 2.3.
- Fixed: Updated dispersion check and uptime function for more accurate times.
- Added: Now supporting full NTP integration.
- Fixed: Fixed rare crash when resolving hosts.
- Added: Now supporting Xcode 8 and Swift 2.3.
- Fixed: Fixed bundle identifier for tvOS framework.
- Fixed: Updated guard for outlier server responses to be more stringent.
- Added: IPv6 support.
- Fixed: Addresses issue when cloning submodules.
- Initial release