Skip to content

Releases: LeoBorai/network-interface

v0.1.6

27 Dec 14:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

01 Dec 13:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

17 Oct 01:29
Compare
Choose a tag to compare

What's Changed

  • add mac_addr support for windows by @hamflx in #21

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

27 Aug 17:25
Compare
Choose a tag to compare

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

Full Changelog: v0.1.2...v0.1.3

v0.1.2

30 Jul 04:28
Compare
Choose a tag to compare

What's Changed

  • feat: migrate from windows crate to winapi by @Tudyx in #9

New Contributors

  • @Tudyx made their first contribution in #9

Full Changelog: v0.1.1...v0.1.2

v0.1.1

06 Jun 00:50
Compare
Choose a tag to compare

What's Changed

  • chore: bump windows crate to 0.37.0 by @nywles in #6

New Contributors

  • @nywles made their first contribution in #6

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 May 01:30
Compare
Choose a tag to compare

What's Changed

  • fix: last node of network interfaces is missing in macOS and linux by @JinHaoIsHere in #5

New Contributors

Full Changelog: v0.1.3-beta...v0.1.0

v0.1.3-beta

09 Feb 23:19
Compare
Choose a tag to compare

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

Full Changelog: v0.1.2-beta...v0.1.3-beta

v0.1.2-beta

05 Oct 01:06
Compare
Choose a tag to compare
Fixed:

- Fixed issue where `NetworkInterface` is not being exported

v0.1.1-beta

04 Oct 23:05
Compare
Choose a tag to compare
Fixed

- Fixed issue where Linked List doesn't advance on Windows