:tags: Improvements
:pullreq: 11958
- Lock record cache entries if enabled by :ref:`record-cache-locked-ttl-perc`.
+ Lock record cache entries if enabled by :ref:`setting-record-cache-locked-ttl-perc`.
.. change::
:tags: Improvements
:tags: Improvements
:pullreq: 11776
- Implement optional Serve stale functionality, enabled by :ref:`serve-stale-extensions`..
+ Implement optional Serve stale functionality, enabled by :ref:`setting-serve-stale-extensions`..
.. change::
:tags: Improvements
:pullreq: 11906
- Implement padding of (DoT) messages to authoritative servers, if set by :ref:`edns-padding-out` (default ``yes``).
+ Implement padding of (DoT) messages to authoritative servers, if set by :ref:`setting-edns-padding-out` (default ``yes``).
.. change::
:tags: Improvements
:pullreq: 11660,11709
:tickets: 11705, 11706
- Use ``systemd-journal`` for structured logging if it is available and set by :ref:`settings-structured-logging-backend`.
+ Use ``systemd-journal`` for structured logging if it is available and set by :ref:`setting-structured-logging-backend`.
.. change::
:tags: Improvements
^^^^^^^^^^^^
- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced.
- The :ref:`setting-serve-stale-extensions` setting to control the new ``Serve Stale`` feature has been introduced.
-- The :ref:`setting record-cache-locked-ttl-perc` setting to control locking of record sets in the record cache has been introduced.
+- The :ref:`setting-record-cache-locked-ttl-perc` setting to control locking of record sets in the record cache has been introduced.
- The :ref:`setting-edns-padding-out` setting to control EDNS padding for outgoing DoT has been introduced.
- The :ref:`setting-structured-logging-backend` setting to control the type of structiured logging to ``journald`` has been introduced.