Skip to content

Commit

Permalink
v0.11.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 18, 2021
1 parent f818c39 commit 4014f17
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.11.3] - 2021-11-18

* 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.

## [v0.11.2] - 2021-10-25

* Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule VintageNet.MixProject do
use Mix.Project

@version "0.11.2"
@version "0.11.3"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 4014f17

Please sign in to comment.