nerves-networking / vintage_net_wizard

WiFi configuration wizard using vintage_net
Apache License 2.0
60 stars 21 forks source link

Bump vintage_net_wifi from 0.12.3 to 0.12.5 #375

Open dependabot[bot] opened 6 months ago

dependabot[bot] commented 6 months ago

Bumps vintage_net_wifi from 0.12.3 to 0.12.5.

Release notes

Sourced from vintage_net_wifi's releases.

v0.12.5

  • Changes
    • Revert support for WPA3 with VintageNetWiFi.quick_configure/2. It caused way too many issues on some Nerves devices. The default is WPA2 like old times. Raspberry Pis, BBBs, and GRiSP2 don't support WPA3 with their built-in WiFi modules so this may not impact you.
    • Support use of WPA3 via an application environment option. See VintageNetWiFi.quick_configure/2 for details.

v0.12.4

  • Changes
    • Added VintageNetWiFi.network_configured?/1 helper function for checking whether a WiFi connection to another computer is possible or just scanning for access points.
    • Added VintageNetWiFi.qr_string/3 to create QR Code-encodable strings for easily sharing network credentials.
    • Added experimental VintageNetWiFi.capabilities/1 to query WiFi driver and wpa_supplicant capabilities. This can be used to check WPA3 compatibility, support for 5 GHz channels and more. It's experimental since the information is currently very raw.
Changelog

Sourced from vintage_net_wifi's changelog.

v0.12.5 - 2024-04-07

  • Changes
    • Revert support for WPA3 with VintageNetWiFi.quick_configure/2. It caused way to many issues on some Nerves devices. The default is WPA2 like old times. Raspberry Pis, BBBs, and GRiSP2 don't support WPA3 with their built-in WiFi modules so this may not impact you.
    • Support use of WPA3 via an application environment option. See VintageNetWiFi.quick_configure/2 for details.

v0.12.4 - 2024-03-31

  • Changes
    • Added VintageNetWiFi.network_configured?/1 helper function for checking whether a WiFi connection to another computer is possible or just scanning for access points.
    • Added VintageNetWiFi.qr_string/3 to create QR Code-encodable strings for easily sharing network credentials.
    • Added experimental VintageNetWiFi.capabilities/1 to query WiFi driver and wpa_supplicant capabilities. This can be used to check WPA3 compatibility, support for 5 GHz channels and more. It's experimental since the information is currently very raw.
Commits
  • 40c8268 v0.12.5 release
  • 0301caf Revert quick_configure/2 to WPA2, but add option
  • d68513f v0.12.4 release
  • a41c705 More QR code string updates to better match spec
  • 4e2d530 Add helper for QR codes
  • b156ca2 Add helper for querying wpa_supplicant and driver capabilities
  • 6a6e392 Add support for sending wpa_supplicant commands
  • 53cc4f2 Rename configured?/1 to network_configured?/1
  • a7bbb73 Add configured?/1
  • c7789eb Add WPA3 buildroot option to README; minor fixes
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)