Skip to content

v0.11.1

Compare
Choose a tag to compare
@fhunleth fhunleth released this 26 Oct 00:45
· 188 commits to main since this release
  • Changed
    • The DNS server ordering is more deterministic now. Global DNS servers are
      guaranteed to be listed first and in the order specified. VintageNet will
      also try to preserve the ordering of DNS servers learned through DHCP. This
      isn't always possible, though. This fixes a hard-to-find error where an
      a difference in DNS server orderings between to device locations led to
      different behavior.
    • Use VintageNet.ConnectivityChecker.* in VintageNet. The connectivity
      checker module change was half made in v0.11.0, but the old module name
      was kept in a couple places to avoid breaking unit tests in other VintageNet
      libraries. Now it's completely converted. This doesn't affect runtime. Code
      that references the previous names will still get deprecation warnings like
      in v0.11.0.