-
v5.5.1 protected56f07d84 · ·
[5.5.1] - 2023-02-24 Changed - tests: Refactor helper functions into shared module. - tests: Use tox to run tests and linter checks instead of using deprecated setuptools integration for such tasks. - setup.py: Drop the unnecessary egg suffix in VCS links. - setup.py: Remove obsolete setuptools keywords (`tests_require`, `setup_requires`, `dependency_links`, ...). - tox: Use shared `tox.ini` for foris-controller and modules. Fixed - guest: Use correct guest network bridge name for Turris OS 6.0+, so QoS for guest network will be able to start again. - wan: Do not crash when some of the PPPoE credentials options are missing in uci config.
-
v5.5.0 protected1b5e58fc · ·
[5.5.0] - 2023-01-20 Added - Add new backend "ubus" for querying `/bin/ubus`. - tests: Allow ubus-cli mock to load json data for tests. Changed - lan+wan: refactor querying ubus from lan & wan backends. - networks: Change severity of log message during detection of network bridges from "warning" to "debug". It will no longer spam system log during normal operation of foris-controller with message "WARNING:foris_controller_backends.networks:No anonymous section 'br-<bridge_name>' found among network devices.". - lan: Make fetching dhcpv6 leases more resilient to unexpected values.
-
v5.4.0 protected70964369 · ·
[5.4.0] - 2022-12-15 Added - wifi: Allow disabling Management Frame Protection (IEEE 802.11w) for WPA3 encryption modes (WPA2/3 and WPA3). It might help when wifi clients are having trouble connecting to the wifi Access Point. - wan: Allow setting VLAN ID for WAN interface - networks: Add optional VLAN ID of interface to the json schema Changed - setup: bump turrishw version to 0.10.0 - wan: Reuse shared 'vlan_id' definition in the json schema
-
v5.2.0 protected029ee427 · ·
[5.2.0] - 2022-07-15 Added: * updater: Use type annotations from updater supervisor Fixed: * updater: handling of "reboot is required" from updater supervisor; it is now possible to approve update request in reForis Changed: * setup.py: bump foris-controller-testtools version to 0.12.0
-
v5.1.0 protected1bab494e · ·
[5.1.0] - 2022-06-27 Fixed: * networks: Sort interfaces by port names and disregard order in uci config Changed: * wifi: refactor sorting of htmodes * networks: allow managing of interfaces on Turris 1.x (previously disabled) * setup.py: update turrishw dependency to 0.9.0, so we can tell which ethernet port belongs to which Mox module again on TOS 6.0.
-
v2.1.2 protected8b9155f3 · ·
[2.1.2] - 2022-03-31 Intented as fix release for Turris OS 5.3.x only, as it is already fixed in Turris OS 6.0. Fixed: * wifi: wifi: backport fixes for reading HT modes; it is now possible to save wifi settings on Turris 1.x router or any router with DNXA-H1 wireless card
-
v4.1.0 protectedfbe9c8ba · ·
[4.1.0] - 2022-02-04 Added: * read OpenWrt 21.02 network config, while keeping compatibility with OpenWrt 19.07 config Changed: * mqtt: make advertizments a bit more efficient Fixed: * lan: Disable IPv6 server and ra when DHCP is disabled * networks: fix detection of wifi interfaces * guest: fix guest network firewall rules