Releases: mdlayher/wifi
Releases · mdlayher/wifi
v0.3.1
What's Changed
- build(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in #91
- build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot in #95
- build(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in #98
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- build(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0 by @dependabot in #78
- build(deps): bump golang.org/x/crypto from 0.23.0 to 0.25.0 by @dependabot in #83
- chore(ci): update go versions and pin staticcheck by @flotter in #87
- build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0 by @dependabot in #88
- feat(conn): expose socket timeout methods by @flotter in #86
- build(deps): bump golang.org/x/crypto from 0.25.0 to 0.27.0 by @dependabot in #90
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Enable dependabot by @SuperQ in #47
- build(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 by @dependabot in #48
- build(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in #52
- build(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 by @dependabot in #55
- build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #57
- build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #59
- Add Go 1.21 to test matrix. by @SuperQ in #61
- build(deps): bump golang.org/x/crypto from 0.14.0 to 0.16.0 by @dependabot in #63
- build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #65
- build(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 by @dependabot in #66
- build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #67
- build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #74
- build(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in #76
- Parse BSS Load Information Elements by @lukas-mbag in #64
- Add signal strength average to StationInfo struct by @n-peugnet in #68
- Return an empty slice instead of an error if there is no station by @n-peugnet in #69
New Contributors
- @dependabot made their first contribution in #48
- @lukas-mbag made their first contribution in #64
- @n-peugnet made their first contribution in #68
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- internal/nl80211: initial commit of generated code by @mdlayher in #1
- wifi: initial commit, working on Linux by @mdlayher in #2
- wifi: add stubs for other platforms by @mdlayher in #3
- wifi: close Linux genetlink Conn on error by @mdlayher in #5
- wifi: relax interface type restriction on Client.StationInfo by @mdlayher in #6
- travis: remove OSX, update staticcheck path by @mdlayher in #7
- wifi: implement InterfaceType.String by @mdlayher in #8
- wifi: use genltest for Linux client tests by @mdlayher in #9
- wifi: Fix signal strength scaling (bug #11) by @shellwege in #12
- Add support for multiple stations for Issue #13 by @neiledgar in #15
- Add minimal Connect() implementation by @stapelberg in #25
- remove accidentally added fmt import by @stapelberg in #26
- Wi-Fi WPA-PSK support by @stapelberg in #35
- implement Disconnect() method by @stapelberg in #36
- explicitly specify NL80211_ATTR_AUTH_TYPE when joining an open SSID by @stapelberg in #37
- wifi: best-effort apply netlink options by @mdlayher in #38
- fix connecting to WiFi: SSID is not 0-terminated, revert ATTR_MAC by @stapelberg in #39
- ConnectWPAPSK needs ATTR_AUTH_TYPE, too by @stapelberg in #40
- Update Go modules by @SuperQ in #46
New Contributors
- @mdlayher made their first contribution in #1
- @shellwege made their first contribution in #12
- @neiledgar made their first contribution in #15
- @stapelberg made their first contribution in #25
- @SuperQ made their first contribution in #46
Full Changelog: https://github.com/mdlayher/wifi/commits/v0.1.0