Skip to content

Releases: ohadravid/netstat2-rs

v0.11.2

14 Aug 19:34
22b77d7

Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

13 Dec 05:13
425e660

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

23 Nov 10:16
38c01bd

Choose a tag to compare

What's Changed

  • Replace bespoke netlink impl with one based on the netlink-* crates by @ohadravid in #19

Full Changelog: v0.10.1...v0.11.0

v0.10.1

21 Nov 12:01
6a3d0d0

Choose a tag to compare

What's Changed

  • Improve the build script for cargo zigbuild support by @ohadravid in #18

Full Changelog: v0.10.0...v0.10.1

v0.10.0

21 Nov 11:31
43295af

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0

v0.9.1

18 Nov 18:05
b3c7d20

Choose a tag to compare

  • Add UID to Linux and Android targets, along with some convenience functions by @chengyuhui
  • Add iterate_sockets_info_without_pids to linux by @chengyuhui

v0.9.0

23 Jul 11:27

Choose a tag to compare

  • Added iOS support by @shekohex
  • Added Android support (needs to be tested)
  • Use num-derive instead of enum-primitive-derive by @koushiro

v0.8.1

09 Feb 17:48

Choose a tag to compare

  • Added musl support

v0.8.0

09 Feb 16:34

Choose a tag to compare

  • Forked from the netstat crate by ivxvm.
  • macOS now uses native API calls instead of parsing netstat command output.
  • Added a second API for Windows which uses the older Get{Tcp,Udp}Table functions (which are supported in XP/2003).
  • Moved to the 2018 edition.