Skip to content
Snippets Groups Projects
Verified Commit 8b7527ad authored by Tomas Krizek's avatar Tomas Krizek
Browse files

doc: update upgrading guide

parent 4c1631cc
Branches
Tags
1 merge request!1090Release 5.2.0
......@@ -21,9 +21,6 @@ newer versions when they are released.
* Going forward DNS-over-HTTP (DoH) will be supported only over HTTP/2 with TLS.
This limitation allows us to provide a new :ref:`more reliable and scalable implementation
of DoH <dns-over-https>` (``kind='doh2'``).
* DoH over HTTP/1 and unencrypted transports is still available in
:ref:`legacy http module <mod-http-doh>` (``kind='doh'``).
This module will not receive receive any more bugfixes and will be eventually removed.
* Command line option ``--forks`` (``-f``) `is deprecated and will be eventually removed
<https://gitlab.nic.cz/knot/knot-resolver/-/issues/631>`_.
Preferred way to manage :ref:`systemd-multiple-instances` is to use a process manager,
......@@ -39,6 +36,9 @@ newer versions when they are released.
Users
-----
* DoH over HTTP/1 and unencrypted transports is still available in
:ref:`legacy http module <mod-http-doh>` (``kind='doh'``).
This module will not receive receive any more bugfixes and will be eventually removed.
* Users of :ref:`control-sockets` API need to terminate each command sent to resolver with newline
character (ASCII ``\n``). Correct usage: ``cache.stats()\n``.
Newline terminated commands are accepted by all resolver versions >= 1.0.0.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment