Skip to content

v0.11.3

Compare
Choose a tag to compare
@fhunleth fhunleth released this 21 Dec 03:35
· 176 commits to main since this release
  • Changed
    • Don't downgrade the connection status on DHCP renewals. Previously, if there
      was a DHCP renewal, the connection status could go from "Internet-connected"
      "LAN-connected". The logic was that IP address and router changes may make
      the Internet unreachible. The new logic is to assume that the device is
      still Internet-connected and let the connectivity checker downgrade the
      status should it be necessary. This not only removes a status hiccup, but
      also fixes a race between the connectivity checker upgrading the connection
      and the DHCP notification degrading it.
    • Improve the VintageNet.info error when the :vintage_net application
      stops.