fix(client,testing,build): improve TypeScript compatibility for DNS client parsing and test suite
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user