- Fixed leap indicator values, LastMinuteHas59Seconds and LastMinuteHas61Seconds were swapped
- Fixed formatting of IPv6 addresses
- Reject server replies with stratum greater than 16 and/or leap alarm
- Allow responses from NTPv3 servers
- Possible to use "non-connected" UDP sockets to receive multicast replies
- Fix parsing issue with IPv6 address strings in ToServerAddrs
- Correct typo in SynchronizationError (might break compilation)
- Helper function to check for Kiss-o'-death
- SntpDateTime is now convertible to SystemTime
- Added Default trait implementation for Config struct
- Documentation corrections
- Minor documentation corrections
- Core code made idependent of
chronocrate,chronofeature is added to disable support for that crate - Added support for returning results in
timecrate format
- New configuration API, which allows to set instance config without making it mutable
- Use tokio 1.0
- Proper IPv6 release
- Small documentation improvements
- ToServerAddrs is implmented for (String, u16)
- Fixed error handling cases related to socket handling
- Minor fix,corrected README
- New unified API with extending addressing support
- Methods to set default bind address
- Fix under/overflow on timestamps before 1970
- Fixed versions in documentation
- Method to set timeout, small fixes
- Added optional asynchronous API
- Initial release