Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnsdist: Add ChangeLog and secpoll entry for DNSdist 1.9.8 #14980

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading