File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ Release v1.2.0
2
+ ==============
3
+
4
+ ** Changes**
5
+
6
+ * Added support for NTP extensions by exposing an extension interface.
7
+ Extensions are able to (1) modify NTP messages before being sent to
8
+ the server, and (2) process NTP messages after they arrive from the
9
+ server. This feature has been added in preparation for NTS support.
10
+ * Added support for RFC 8905 symmetric key authentication.
11
+ * Allowed server address to be specified as a "host: port " pair.
12
+ * Brought package into further compliance with IETF draft on client data
13
+ minimization.
14
+ * Declared error variables as part of the public API.
15
+ * Added a Dialer field to QueryOptions. This replaces the deprecated Dial
16
+ field.
17
+ * Added an IsKissOfDeath function to the Response type.
18
+
19
+ ** Deprecated**
20
+
21
+ * Deprecated the Port field in QueryOptions.
22
+ * Deprecated the Dial field in QueryOptions.
23
+
1
24
Release v1.1.1
2
25
==============
3
26
You can’t perform that action at this time.
0 commit comments