trust-dns v0.8.0 Release Notes

  • ๐Ÿ”„ Changed

    • โšก๏ธ Updated trust-dns-proto to 0.3, which brings in better Name and Label impls
    • โฌ‡๏ธ Dropped LALRPOP resolv.conf parser in favor of the resolv-conf #335 (@cssivision & @little-dude)
    • ๐Ÿ‘Œ Improved message serialization #311 (@little-dude)
    • Many serialization improvements #317
    • โšก๏ธ Dependencies updated #334 (@oherrala)

    โž• Added

    • ๐Ÿ‘€ Name and Label now support idna, punycode, see Name::from_str
    • ๐Ÿ— Clippy added to build #304! (@neosilky)
    • from_system_conf on now supported on Windows 32bit targets (previously just 64bit) #313 (@liranringel)

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ octal escapes fixed in Name parsing #330
    • NULL record type incorrectly valued at 0 to proper 10 #329 (@jannic)