Skip to content

Commit

Permalink
v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 9, 2021
1 parent 9e33104 commit 31df1c8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.9.3"
@version "0.10.0"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 31df1c8

Please sign in to comment.