Skip to content

v0.4.0

Latest

Choose a tag to compare

@thombles thombles released this 11 Aug 04:18
  • (breaking API change) Interface information now includes the prefix length (netmask) associated with each IP address. IPs are represented as a struct IpRecord which contains both a std::net::IpAddr and a prefix_len.
  • Apple platforms will now detect interface changes more reliably due to using a different API.
  • Android minimum version has improved from 8.0 to 5.0 by switching to an alternative DEX class loader.
  • All platform-specific code for listing and watching is now being tested in CI. This will give much higher confidence that all platforms work and continue to work.