Skip to content

Releases: nerves-networking/vintage_net_ethernet

v0.11.2

10 Jun 16:08
Compare
Choose a tag to compare
  • Changes
    • Fix Elixir 1.15 deprecation warning

v0.11.1

23 Jan 18:37
Compare
Choose a tag to compare
  • Changes
    • Support VintageNet v0.13.0
    • Various minor documentation updates

v0.11.0

02 May 19:29
Compare
Choose a tag to compare

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

29 Sep 19:49
Compare
Choose a tag to compare
  • Changes
    • Support vintage_net v0.11.x as well

v0.10.2

29 Jun 00:48
Compare
Choose a tag to compare
  • 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

29 Jun 00:48
Compare
Choose a tag to compare
  • Bug fixes
    • Fix new compiler warnings when built with Elixir 1.12

v0.10.0

09 Apr 20:30
Compare
Choose a tag to compare

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

25 Jul 19:06
Compare
Choose a tag to compare
  • New features
    • Synchronize with vintage_net v0.9.0's networking program path API update

v0.8.0

29 May 21:33
Compare
Choose a tag to compare
  • New features
    • Support vintage_net v0.8.0's required_ifnames API update

v0.7.0

10 Dec 13:27
Compare
Choose a tag to compare

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.