|
1 | 1 | Change log |
2 | 2 | ========== |
3 | 3 |
|
4 | | -Version 1.1.0 [Unreleased] |
| 4 | +Version 1.1.0 [2024-11-22] |
5 | 5 | -------------------------- |
6 | 6 |
|
7 | | -Unreleased (Work in progress) |
| 7 | +Features |
| 8 | +~~~~~~~~ |
| 9 | + |
| 10 | +- Added ZeroTier VPN backend |
| 11 | +- Added support for configuring ZeroTier in OpenWrt backend |
| 12 | +- Added support for more WPA EAP client parameters |
| 13 | +- Added support for more WPA Enterprise parameters |
| 14 | +- Added data-ciphers option for OpenVPN |
| 15 | +- Added support for DSA and VLAN 802.1q/802.1ad interfaces |
| 16 | +- Added support for more properties to WireGuard schema |
| 17 | +- Allowed defining VXLAN interface in VXLAN over WireGuard backend |
| 18 | +- Added OWE encryption type |
| 19 | +- Added ``wpa3-personal`` for 802.11s mesh |
| 20 | +- Added support for new wireless radio syntax ``band`` |
| 21 | + |
| 22 | +Changes |
| 23 | +~~~~~~~ |
| 24 | + |
| 25 | +- Updated OpenWrt timezones |
| 26 | +- Update the default values for ``script_security`` to ``2`` and ``log`` |
| 27 | + to ``/var/log/<infname>.log`` in configuration generated by |
| 28 | + ``OpenVpn.auto_client`` |
| 29 | +- Do not add roaming configuration in wireless configuration when roaming |
| 30 | + is disabled |
| 31 | +- Avoid unnecessary options in wireless configurations |
| 32 | +- Do not remove default options in WireGuard configurations |
| 33 | + |
| 34 | +Dependencies |
| 35 | +++++++++++++ |
| 36 | + |
| 37 | +- Bumped ``jinja2~=3.1.4`` |
| 38 | +- Bumped ``jsonschema~=4.23.0`` |
| 39 | +- Added support for Python ``3.10`` |
| 40 | +- Dropped support for Python ``3.7`` |
| 41 | + |
| 42 | +Bugfixes |
| 43 | +~~~~~~~~ |
| 44 | + |
| 45 | +- Fixed parsing routes without a gateway |
| 46 | +- Fixed optional management frame protection |
| 47 | +- Fixed multiple WireGuard peers bug |
| 48 | +- Fixed bridge name in auto-attached wireless interface |
| 49 | +- Fixed unhashable type list error in ``netjsonconfig.utils.merge_list`` |
| 50 | +- Removed device configuration block for ``modemmanager`` interface |
| 51 | +- Fixed automatic attachment of wireless interface to network interface |
| 52 | +- Fixed ZeroTier schema for ``allow_managed`` field |
| 53 | +- Replace dashes with underscores in WireGuard peer interface names in |
| 54 | + OpenWrt configuration |
| 55 | +- Fixed OpenVPN fragment option being removed when set to 0 |
| 56 | +- Updated missing WiFi 5GHz channels on U-NII-2C and U-NII-3 |
8 | 57 |
|
9 | 58 | Version 1.0.2 [2022-12-02] |
10 | 59 | -------------------------- |
|
0 commit comments