Skip to content

1.6.0

Compare
Choose a tag to compare
@MichaCo MichaCo released this 30 Jan 19:56
· 13 commits to dev since this release
828c463

New / Change

In 1.5, the DNS response ID validation was lifted to just log warnings.
This mechanic has been reverted to throw an error but with a bit better handling and retrying the request thanks to @JamesKovacs. See #140

Bug Fixes

  • Until this version, UDP sockets were reused in favor of performance. That did cause some issues though and all kind of pooling has been removed. See #132
  • See #136, removed a case where the response was null and might have caused some errors in some cases
  • When run in Azure Functions, the Name Resolution policy feature we added in 1.5 threw a Platform not Supported exception, although we did check for IsOSPlatform(OSPlatform.Windows). Seems that was not enough. See #133