Skip to content

Commit 47ec8a5

Browse files
committed
changes for 10.2.3
1 parent 610f6fd commit 47ec8a5

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### v10.2.3 (2025-11-30)
2+
3+
* DNS: fix port encoding in HTTPS and SVCB records, add tests
4+
(#399 @nickbetteridge)
5+
* Dns_resolver_root.reserved_zone_records: add private networks, extend with
6+
IPv6 networks from RFC 6303 (#401 #402 @hannesm)
7+
* Dns_resolver_root.reserved_zones: type is now Rr_map.t Domain_name.Map.t
8+
(#402 @hannesm)
9+
* resolver: use Dns_resolver_root.reserved_zones to not lookup private zones
10+
in the authoritative nameservers (#403 @hannesm)
11+
* resolver, stub: guard the usage of Dns_resolver_root.reserved_zones behind the
12+
boolean flag `add_reserved` (#404 @hannesm)
13+
* stub: also record clients (if `record_clients` is provided, default is true)
14+
(#405 @hannesm)
15+
* stub, resolver: add a stream (Lwt_condition.t) of query_info to display the
16+
live queries in a web interface (#407 @reynir @hannesm)
17+
118
### v10.2.2 (2025-10-20)
219

320
* Expose a module type insotead of a module for Dns_mirage_resolver_shared.S,

0 commit comments

Comments
 (0)