Skip to content

v1.1.0 adds 21Vianet support

Compare
Choose a tag to compare
@rhymeswithmogul rhymeswithmogul released this 01 Jun 12:15
· 15 commits to main since this release
53aaffa

Office365DnsChecker version 1.1.0

It's been a while, hasn't it? Here's what I've been working on.

New Features and Enhancements

Bug Fixes and Under-the-Hood Changes

  • On a small number of configurations, DNS resolution would enter an infinite loop. This would happen if you were running macOS or Linux, and had an alternative implementation of Resolve-DnsName. Now, the only cmdlet we'll use is DnsClient (if present) before falling back to the built-in DNS resolver. I first noticed this in v1.0.4, but it may have been present since the beginning.
  • Converted all help files from SAPIEN to platyPS for ease of maintenance.
  • Ignore PSScriptAnalyzer warnings about plural nouns. Our nouns are intentionally plural when appropriate.
  • Renamed the default branch from master to main.

Full Changelog: v1.0.3...v1.1.0