New
1.8.0
What's Changed
- Dropping netstandard1.3, net45 and net5.0 target. by @MichaCo in https://github.com/MichaCo/DnsClient.NET/pull/206
- Add CERT resource record support by @JoeShook in https://github.com/MichaCo/DnsClient.NET/pull/203
- Reduce allocations by @antonfirsov in https://github.com/MichaCo/DnsClient.NET/pull/216
- ArgumentOutOfRangeException on payloads above 4096bytes by @MichaCo in https://github.com/MichaCo/DnsClient.NET/pull/217
- Thread safe ID generation by @antonfirsov in https://github.com/MichaCo/DnsClient.NET/pull/218
- [Breaking Change] Removed obsolete LookupClient configuration properties by @MichaCo in https://github.com/MichaCo/DnsClient.NET/pull/221
- Fixing string format, see #227 by @MichaCo in https://github.com/MichaCo/DnsClient.NET/pull/228
- Reflection-free compatibility changes by @RatherLogical in https://github.com/MichaCo/DnsClient.NET/pull/214
New Contributors
- @JoeShook made their first contribution in https://github.com/MichaCo/DnsClient.NET/pull/203
- @antonfirsov made their first contribution in https://github.com/MichaCo/DnsClient.NET/pull/216
- @RatherLogical made their first contribution in https://github.com/MichaCo/DnsClient.NET/pull/214
Full Changelog: https://github.com/MichaCo/DnsClient.NET/compare/1.7.0...1.8.0