Skip to content

Releases: nerves-project-attic/nerves_network

v0.5.5

21 Feb 19:43
Compare
Choose a tag to compare
  • Bug fixes
    • Build C source under the _build directory so that changing targets
      properly rebuilds the C code as well as the Elixir code.

v0.5.4

21 Feb 18:17
Compare
Choose a tag to compare
  • Bug fixes
    • Ensure config coming from system_registry is passed to the interface as
      a keyword list

v0.5.3

16 Jan 18:01
Compare
Choose a tag to compare
Release version 0.5.3

v0.5.2

15 Jan 16:32
Compare
Choose a tag to compare
Release version 0.5.2

v0.4.0

20 Dec 20:40
Compare
Choose a tag to compare

v0.4.0

  • Enhancements
    • Removed WiFi credentials from Logger
    • Support configuration of multiple networks.
      See #72

v0.3.7

30 Aug 19:21
c7244af
Compare
Choose a tag to compare

v0.3.7

  • Add typespecs for all the moving parts.
    • Small refactors relating to this.
  • Run Elixir code formatter.
    • CI will now fail if the formatter fails.
  • Add deprecation warning if users try to setup a network interface with
    an atomized interface instead of a bitstring.
  • Changed setup/2 API to not return delta from SystemRegistry
  • Changed teardown/1 API similarly.
  • Added docs for general usage.

v0.3.7-rc0

06 Mar 20:19
Compare
Choose a tag to compare
v0.3.7-rc0 Pre-release
Pre-release
Bump version prep for rc release

v0.3.6

13 Dec 03:53
Compare
Choose a tag to compare
  • Bug Fixes
    • Fix wired DHCP manager, not claiming ip address.

v0.3.5

10 Dec 21:17
Compare
Choose a tag to compare
  • Enhancements
    • Fix reporting of unhandled DHCP events.

v0.3.4

27 Aug 16:51
Compare
Choose a tag to compare
  • Enhancements
    • Make :dhcp the default ipv4_address_method when unspecified.
    • Return interface status from SystemRegistry instead of querying
      nerves_network_interface. This ensures that all fields are returned.
    • Various documentation improvements