trust-dns v0.10.1 Release Notes

  • โž• Added

    • โž• Added From<IpAddr> for Name (reverse DNS) #105
    • ๐Ÿ‘ AppVeyor support #103
    • ๐Ÿ‘ rustls client tls support (separate crate)
    • ๐Ÿ‘ full support for KEY RR in client
    • โšก๏ธ compatibility tests with BIND for SIG0 updates
    • โž• Added full implementation of KEY type

    ๐Ÿ”„ Changed

    • ๐Ÿ“š Updated TLS documentation, added more elsewhere, docs required; fixes #102
    • โฌ†๏ธ Upgraded tokio-core and moved to tokio-io
    • Important Some Server types have been migrated to RFC#344 style. get_field() -> field(); field() -> set_field()
    • ๐Ÿšš Moved native-tls client impl to separate crate
    • 0๏ธโƒฃ Defaulted to OpenSSL for tls implementation

    ๐Ÿ›  Fixed

    • key_tag calculation for DNSKEY and KEY now correct #118 (@jannic)
    • ๐Ÿ›  SIG0 signing fixed to match RFC and BIND #120 (@jannic)