trust-dns v0.20.0-alpha.3 Release Notes

Release Date: 2020-10-25 // over 3 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ— (proto) Set TCP_NODELAY when building a TCP connection (@djc) #1249
    • ๐Ÿ’ฅ (all) BREAKING The UdpSocket trait has grown an associated Time type.
    • ๐Ÿ’ฅ (all) BREAKING The Connect trait has lost its
      Transport associated type, instead relying on the Self type.
    • ๐Ÿ’ฅ (all) BREAKING Introduced a new DnsTcpStream trait, which is now a
      bound for implementing the Connect trait.
    • ๐Ÿ’ฅ (resolver) BREAKING Move CachingClient from lookup_state to caching_client module
    • ๐Ÿ’ฅ (resolver) BREAKING Move ResolverOpts::distrust_nx_responses to NameServerConfig::trust_nx_responses (@djc) #1212
    • (proto) data-encoding is now a required dependency #1208

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ (client) Support reading the root hints file (@mattias-p) #1261

    โž• Added

    • ๐Ÿ†• (util) new Add resolve.rs as CLI for trust-dns-resolver #1208
    • (proto) Added proper zone display to all RData as an impl of Display #1208