v0.19.1
Version 0.19.1 (2026-04-19)
This is a bugfix release.
Bug fixes
- When responding to a query, pick a source IP that matches the querier's subnet, so responses are reachable on multi-homed hosts. (#460, commit
d210372) - Validate TXT property length in the
ServiceInfoconstructor, catching oversized properties at registration time instead of at send time. (#458, commitcc81eec)
What's Changed
- fix: check TXT property length in ServiceInfo constructor by @keepsimple1 in #458
- fix: use a source IP matching the querier's subnet when responding by @keepsimple1 in #460
- prepare for release 0.19.1 by @keepsimple1 in #461
Full Changelog: v0.19.0...v0.19.1