DnsClient.NET v1.2.0 Release Notes

Release Date: 2018-08-16 // over 5 years ago
  • ๐Ÿ†• New Features

    • โž• Added support for SSHFP resource records, see #30, thanks @xudonax!
    • The TTL of cached results will now show the correct (actual) time left in cache. There is a new property, InitialTimeToLive, which stores the original TTL value.

    ๐Ÿ”„ Changes

    • ๐Ÿ‘€ The rules for domain names have been changed in a way that DnsClient will behave more relaxed and not so strict anymore, see #31.
    • ๐Ÿง The name server resolving mechanism to fallback to a native implementation has been re-added. As .NET Core still has issues on e.g. Linux...

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed an issue with very large TCP responses which are split into multiple responses by the server, see #32.