Skip to content

Commit 24ace0e

Browse files
committed
Release v1.2.0
1 parent f5ef9bf commit 24ace0e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

RELEASE_NOTES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
Release v1.1.1
225
==============
326

0 commit comments

Comments
 (0)