Releases: thombles/netwatcher
Releases · thombles/netwatcher
v0.4.1
v0.4.0
- (breaking API change) Interface information now includes the prefix length (netmask) associated with each IP address. IPs are represented as a
struct IpRecordwhich contains both astd::net::IpAddrand aprefix_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.
v0.3.0
v0.2.0
netwatcher v0.1.0
Initial release includes full support for Windows, Mac, Linux and iOS, and includes basic IP information for each detected interface.