trust-dns v0.11 Release Notes

  • ๐Ÿ›  Fixed

    • Ignore UDP responses not from target src address #629 #630 #631 (@aep)
    • ๐Ÿ‘Œ Improved NSEC validation of responses #697

    โž• Added

    • ๐Ÿ†• New option to execute queries concurrently, default is 2 #615
    • Lookup::record_iter for listing all records returned in request #674
    • ๐Ÿ‘ NAPTR record data (no additional record processing support) #731

    ๐Ÿ”„ Changed

    • โž• Added option to distrust Nameservers on SERVFAIL responses, continue resolution #613
    • ๐Ÿ’ฅ breaking Record::from_rdata no longer requires RecordType parameter #674
    • LRU cache is now based on Query rather than just name #674