v0.20.3
This is a small bugfix release.
Bug fixes
- Fix a panic when encoding a name that contains a label longer than 63 bytes. The packet write path now reports an error and skips the offending question or record, instead of asserting. (#484, commit
08362e3)
What's Changed
- fix: Panic in write_utf8 (assert s.len() < 64) by @keepsimple1 in #484
- docs: add RFC 6762 compliance rows for v0.20.2 features by @keepsimple1 in #485
- prepare for release 0.20.3 by @keepsimple1 in #486
Full Changelog: v0.20.2...v0.20.3