From 31df1c827d4944e58182acc668c921c07903427e Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Tue, 6 Apr 2021 08:35:00 -0400 Subject: [PATCH] v0.10.0 release --- CHANGELOG.md | 19 +++++++++++++++++++ mix.exs | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d29137..5fcefdbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v0.10.0 + +This release is mostly backwards compatible. If you have created your own +VintageNet technology, you may need to update your unit tests. If you are an end +user of VintageNet, your code should continue to work unmodified. + +* Improvements + * The Internet connectivity check logic now supports a list of IP addresses + instead of just one. The default has been updated to include major public + DNS providers. The code checks them in succession until one responds. See + `:internet_host_list` config key in the README.md if you need to change it. + * Only start `udhcpc`/`udhcpd` when the network interface is up. This removes + pointless attempts to get an IP address and their associated logs. It + reduces connection time for wired Ethernet but doesn't affect WiFI. + +* Bug fixes + * Replace Crypto API calls that are no longer included with OTP 24. + * Redact SAE passwords + ## v0.9.3 * Bug fixes diff --git a/mix.exs b/mix.exs index a5479d18..6f5f0ae8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNet.MixProject do use Mix.Project - @version "0.9.3" + @version "0.10.0" @source_url "https://github.com/nerves-networking/vintage_net" def project do