fix(client,testing,build): improve TypeScript compatibility for DNS client parsing and test suite

This commit is contained in:
2026-04-30 12:48:49 +00:00
parent 510801b109
commit 199dfe7ba3
18 changed files with 1944 additions and 3435 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-30 - 7.9.1 - fix(client,testing,build)
improve TypeScript compatibility for DNS client parsing and test suite
- fix TXT record value parsing in the DNS client by normalizing array-based resolver results into strings
- tighten TypeScript configuration with noImplicitAny and explicit Node types
- update tests to use the current tstest server-side API and add stricter null-safe typings for decoded DNS answers and server lifecycle handling
- refresh build and package metadata, including dependency upgrades and published config files
## 2026-02-20 - 7.9.0 - feat(server)
emit query events with questions, answered status, response time and timestamp