Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beevik committed Jul 13, 2023
1 parent f5ef9bf commit 24ace0e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Release v1.2.0
==============

**Changes**

* Added support for NTP extensions by exposing an extension interface.
Extensions are able to (1) modify NTP messages before being sent to
the server, and (2) process NTP messages after they arrive from the
server. This feature has been added in preparation for NTS support.
* Added support for RFC 8905 symmetric key authentication.
* Allowed server address to be specified as a "host:port" pair.
* Brought package into further compliance with IETF draft on client data
minimization.
* Declared error variables as part of the public API.
* Added a Dialer field to QueryOptions. This replaces the deprecated Dial
field.
* Added an IsKissOfDeath function to the Response type.

**Deprecated**

* Deprecated the Port field in QueryOptions.
* Deprecated the Dial field in QueryOptions.

Release v1.1.1
==============

Expand Down

0 comments on commit 24ace0e

Please sign in to comment.