Skip to content

v0.13.0

Compare
Choose a tag to compare
@fhunleth fhunleth released this 22 Jan 23:06
· 60 commits to main since this release

This release has a breaking change if you're using the UdhcpcHandler
behaviour. This should be a rare use case. Use the "dhcp_options" property
now.

  • Changed
    • Add "dhcp_options" to interface properties. This lets applications use
      information provided by DHCP servers in an easy way. It removes the need to
      process events from udhcpc directly, and therefore, the UdhcpcHandler
      behaviour is now a private API and may be removed in the future.
    • Fix some references to iodata that should have been chardata.