Releases: LeoBorai/network-interface
Releases · LeoBorai/network-interface
v0.1.6
What's Changed
- feat: MAC address support for Linux by @subtervisor in #28
New Contributors
- @subtervisor made their first contribution in #28
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- feat: Add interface index (#11) by @YuiYukihira in #25
- fixed imcomplete iface list on macos by @ibigbug in #24
New Contributors
- @YuiYukihira made their first contribution in #25
- @ibigbug made their first contribution in #24
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
What's Changed
- feat: mac address from
AF_LINK
interfaces by @EstebanBorai in #10 - feat: add utility getters to
Addr
by @LeSeulArtichaut in #18
New Contributors
- @EstebanBorai made their first contribution in #10
- @LeSeulArtichaut made their first contribution in #18
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
v0.1.0
What's Changed
- fix: last node of network interfaces is missing in macOS and linux by @JinHaoIsHere in #5
New Contributors
- @JinHaoIsHere made their first contribution in #5
Full Changelog: v0.1.3-beta...v0.1.0
v0.1.3-beta
What's Changed
- windows.rs: Remove debug println calls by @chenxiaolong in #1
- Fix SIGSEGV on Linux by @tindzk in #2
- windows.rs: Try to get IPv4 broadcast address for interface by @njeisecke in #3
New Contributors
- @chenxiaolong made their first contribution in #1
- @tindzk made their first contribution in #2
- @njeisecke made their first contribution in #3
Full Changelog: v0.1.2-beta...v0.1.3-beta
v0.1.2-beta
Fixed: - Fixed issue where `NetworkInterface` is not being exported
v0.1.1-beta
Fixed - Fixed issue where Linked List doesn't advance on Windows