Releases: nerves-networking/vintage_net_ethernet
Releases · nerves-networking/vintage_net_ethernet
v0.11.2
- Changes
- Fix Elixir 1.15 deprecation warning
v0.11.1
- Changes
- Support VintageNet v0.13.0
- Various minor documentation updates
v0.11.0
This release requires Elixir 1.11 or later and VintageNet 0.12.0.
- Changes
- Add
VintageNetEthernet.quick_configure
to easily setup a wired Ethernet
network that uses dynamic addressing.
v0.10.3
- Changes
- Support
vintage_net v0.11.x
as well
v0.10.2
- New features
- Support setting the MAC address via either a string or an MFA that will be
called to read the MAC address. See the :mac_address
parameter.
v0.10.1
- Bug fixes
- Fix new compiler warnings when built with Elixir 1.12
v0.10.0
This release contains no code changes but it has been updated to use
vintage_net v0.10.0
. No changes to applications are needed.
v0.9.0
- New features
- Synchronize with vintage_net v0.9.0's networking program path API update
v0.8.0
- New features
- Support vintage_net v0.8.0's
required_ifnames
API update