aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index dc6d0ccb..9bcaa223 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -38,6 +38,15 @@ Legend,
[#v0_61_0]
== pakakeh.go v0.61.0 (2026-xx-xx)
+**🌼 lib/dns: skip caching empty answer only for query type A**
+
+Previously, we did not store response with empty RR answer for all record
+types.
+Meanwhile, some domains still does not have AAAA(28) and HTTPS(65) records
+set, but browser will requesting them.
+So, to minimize traffic for those query we skip caching only for query type
+A and cache the rest of types.
+
**🌼 lib/dns: remove DebugLevelDNS**
The DebugLevelDNS log the error on DNS level, for example empty answer,