- Changes
- Fix Elixir 1.15 deprecation warning
- Changes
- Support VintageNet v0.13.0
- Various minor documentation updates
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.
- Add
- Changes
- Support
vintage_net v0.11.x
as well
- Support
- 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.
- Support setting the MAC address via either a string or an MFA that will be
called to read the MAC address. See the
- Bug fixes
- Fix new compiler warnings when built with Elixir 1.12
This release contains no code changes but it has been updated to use
vintage_net v0.10.0
. No changes to applications are needed.
- New features
- Synchronize with vintage_net v0.9.0's networking program path API update
- New features
- Support vintage_net v0.8.0's
required_ifnames
API update
- Support vintage_net v0.8.0's
Initial vintage_net_ethernet
release. See the vintage_net v0.7.0
release
notes
for upgrade instructions if you are a vintage_net v0.6.x
user.