Skip to content

Commit 357f861

Browse files
committed
changes for 10.2.0
1 parent be38bee commit 357f861

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
### v10.2.0 (2025-08-01)
2+
3+
* dns: add support for extended DNS error (RFC 8914) (#374 @hannesm)
4+
* dns-resolver: instead of querying a single (ip, query), query up to three
5+
(#375 @reynir @hannesm)
6+
* dns-cache: fix metrics (#377 #379 @hannesm @reynir)
7+
* dns-cache: support RFC 8020, if there's a NXDomain, nothing is underneath
8+
(#390 @hannesm)
9+
* dns-trie: canonicalize domain name before insertion, reducing allocations
10+
(#388 @reynir)
11+
* dns-server: make number of tries in cache (for IXFR) configurable
12+
(#387 @reynir)
13+
* dns-resolver: add metrics (#376 #378 @hannesm @reynir)
14+
* dns-resolver: allow update to the primary, and the TLS state (#383 @reynir)
15+
* dns-resolver: heuristics to detect blocked domains (#380 @reynir)
16+
* dns-resolver: report extended DNS error when blocking
17+
(#385 #384 @reynir @hannesm)
18+
* dns-resolver: implement opportunistic TLS (#389 @hannesm)
19+
* dns-resolver: support query name minimisation (RFC 9156) (#391 @hannesm)
20+
* dns-resolver: features via flags (#392 @hannesm)
21+
122
### v10.1.0 (2025-05-24)
223

324
* dns-mirage-resolver: adapt API to prepare for DoH (#373 @dinosaure @PizieDust

0 commit comments

Comments
 (0)