trust-dns v0.17.0 Release Notes

  • โž• Added

    • (all) Licenses copied into all crates #832 (@divinerapier)
    • UdpSocket for compatibility with Tokio, when not using non-Tokio executors #824 (@chunyingw)
    • Connect for Tcp connection compatibility with Tokio, when not using non-Tokio executors #794 (@chunyingw)

    ๐Ÿ”„ Changes

    • ๐Ÿ’ฅ breaking (client) TcpClientConnect requires generic stream param #794 (@chunyingw)
    • ๐Ÿ’ฅ breaking (client) UdpClientStream requires generic socket param #824 (@chunyingw)
    • ๐Ÿ’ฅ breaking (proto) UdpStream and UdpClientStream requires generic socket #824 (@chunyingw)
    • ๐Ÿ’ฅ breaking (proto) TcpStream and TcpClientStream require generic stream param #794 (@chunyingw)
    • Algorithm::from_u8 is now infallible #800 (@zackangelo)
    • Algorithm::hash_len now returns Option #800 (@zackangelo)

    โœ‚ Removed

    • byteorder dep dropped in favor of std implementations #844 (@lukaslueg)