Releases: EstebanBorai/local-ip-address
Releases · EstebanBorai/local-ip-address
v0.6.30.59.0
v0.6.20.48.0
What's Changed
- fix(unix): prevent
mobile data
interface by @hzoltan01 in #139
New Contributors
- @hzoltan01 made their first contribution in #139
Full Changelog: v0.6.10.48.0...v0.6.20.48.0
v0.6.10.48.0
What's Changed
- fix(linux): can't get local ip address with libc::ENETUNREACH error by @jsydliuqing in #136
New Contributors
- @jsydliuqing made their first contribution in #136
Full Changelog: v0.6.00.48.0...v0.6.10.48.0
v0.6.00.48.0
What's Changed
- feat(linux):
local_broadcast_ip
function by @JustBobinAround in #134
New Contributors
- @JustBobinAround made their first contribution in #134
Full Changelog: v0.5.70.48.0...v0.6.00.48.0
v0.5.70.48.0
What's Changed
- chore(deps): bump actions/github-script from 5 to 7 by @dependabot in #129
Full Changelog: v0.5.60.48.0...v0.5.70.48.0
v0.5.60.48.0
What's Changed
- feat: iOS Support by @GalaxyShard in #128
New Contributors
- @GalaxyShard made their first contribution in #128
Full Changelog: v0.5.50.48.0...v0.5.60.48.0
v0.5.50.48.0
What's Changed
- chore(deps): bump actions/checkout from 1 to 4 by @dependabot in #125
- fix(linux): do not override interface name by label by @cgzones in #127
Full Changelog: v0.5.40.48.0...v0.5.50.48.0
v0.5.4
What's Changed
- chore(deps): bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #122
- chore(deps): bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #123
Full Changelog: v0.5.3...v0.5.40.48.0
v0.5.3
fix: trim Unexpected \0 in network interface name (#111) build on additional targets and fix musl compatibility (#108) chore(deps): update windows-sys requirement from 0.45.0 to 0.48.0 (#117) chore(deps): bump dependabot/fetch-metadata from 1.1.1 to 1.4.0 (#119) feat: macOS and FreeBSD reuse the same code (#116) chore(deps): bump actions/cache from 2 to 3 (#115) Add interface to get local IPv6 address (#105) linux: use correct message types for requests (#121)
v0.5.2
feat(linux): use `RTM_GETROUTE` before `RTM_GETADDR`