Skip to content

Commit fbb5783

Browse files
pandafynemesifier
authored andcommitted
1.1.0 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent 95d1810 commit fbb5783

File tree

2 files changed

+52
-3
lines changed

2 files changed

+52
-3
lines changed

CHANGES.rst

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,59 @@
11
Change log
22
==========
33

4-
Version 1.1.0 [Unreleased]
4+
Version 1.1.0 [2024-11-22]
55
--------------------------
66

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
857

958
Version 1.0.2 [2022-12-02]
1059
--------------------------

netjsonconfig/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 0, 'alpha')
1+
VERSION = (1, 1, 0, 'final')
22
__version__ = VERSION
33

44

0 commit comments

Comments
 (0)