trust-dns v0.3.0 Release Notes

Release Date: 2015-09-27 // over 8 years ago
  • โž• Added

    • ๐Ÿ‘ options attempts:N aka ResolverOpts::attempts support, aka retries
    • 0๏ธโƒฃ Google IPv6 nameservers as defaults for ResolverConfig::default
    • ๐Ÿ‘Œ support for domain name search in ResolverConfig and LookupIpFuture
    • ๐Ÿ‘Œ support for search names in ResolverConfig and LookupIpFuture
    • LookupIpFuture type alias to LookupIpFuture<NameServerPool> compatibility

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ breaking LookupIpFuture renamed to LookupIpFuture
    • ๐Ÿ’ฅ breaking LookupIpFuture now takes a generic parameter, generally <NameServerPool>