You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.