Skip to content

Commit

Permalink
Merge pull request #14980 from rgacogne/ddist198-changelog
Browse files Browse the repository at this point in the history
dnsdist: Add ChangeLog and secpoll entry for DNSdist 1.9.8
  • Loading branch information
rgacogne authored Dec 17, 2024
2 parents 1af5744 + 495b10a commit fe75d35
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/secpoll.zone
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024121700 10800 3600 604800 10800
@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024121701 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.

Expand Down Expand Up @@ -577,3 +577,4 @@ dnsdist-1.9.4.security-status 60 IN TXT "1 OK"
dnsdist-1.9.5.security-status 60 IN TXT "1 OK"
dnsdist-1.9.6.security-status 60 IN TXT "1 OK"
dnsdist-1.9.7.security-status 60 IN TXT "1 OK"
dnsdist-1.9.8.security-status 60 IN TXT "1 OK"
41 changes: 41 additions & 0 deletions pdns/dnsdistdist/docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
Changelog
=========

.. changelog::
:version: 1.9.8
:released: 17th of December 2024

.. change::
:tags: Improvements, DNS over TLS, DNS over HTTPS
:pullreq: 14877

Add the ability to load a given TLS tickets key

.. change::
:tags: Bug Fixes, DNS over TLS, DNS over HTTPS
:pullreq: 14878

setTicketsKeyAddedHook: pass a std::string to the hook to avoid luawrapper to truncate content at potential null chars

.. change::
:tags: Improvements
:pullreq: 14887

Add elapsed time to dq object (@phonedph1)

.. change::
:tags: Bug Fixes
:pullreq: 14929

Allow resetting ``setWeightedBalancingFactor()`` to zero

.. change::
:tags: Bug Fixes, DNS over HTTPS
:pullreq: 14977
:tickets: 14959

Fix ECS zero-scope caching with incoming DoH queries

.. change::
:tags: Improvements, Metrics
:pullreq: 14978

Custom metrics: better error messages, small doc improvements

.. changelog::
:version: 1.9.7
:released: 4th of October 2024
Expand Down

0 comments on commit fe75d35

Please sign in to comment.