Skip to content

1.4.0

Compare
Choose a tag to compare
@MichaCo MichaCo released this 15 Feb 11:15
· 16 commits to master since this release

New

  • Support for parsing TLSA, RRSig, DS, NSEC, DnsKey and SPF records (PRs #71, #86, #87)
  • New configuration option to allow the client to cache failed responses (this is opt-in, default is no cache), see #80
  • Updated System.Buffers reference to the latest version (from 4.4.0 to 4.5.1)
  • The request and response Id check is now a warning log instead of a hard error, see #74
    (still investigating if there is an actual issue under Linux with async socket usage....)

Bugfixes

  • Added validation for using ANY address as a nameserver, see #74, #83
  • Fixing incorrect product assembly version in released NuGet, see #92