File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed
Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11Change log
22==========
33
4- Version 1.2.0 [Unreleased ]
4+ Version 1.2.0 [2025-10-23 ]
55--------------------------
66
7- Work in progress.
7+ Changes
8+ ~~~~~~~
9+
10+ Dependencies
11+ ++++++++++++
12+
13+ - Bumped ``jinja2~=3.1.6 ``.
14+ - Bumped ``jsonschema~=4.25.1 ``.
15+ - Added support for Python ``3.11 ``, ``3.12 ``, and ``3.13 ``.
16+ - Dropped support for Python ``3.8 ``.
17+
18+ Bugfixes
19+ ~~~~~~~~
20+
21+ - Fixed parsing issues with complex bridge VLAN filtering configurations
22+ `#356 <https://github.com/openwisp/netjsonconfig/issues/356 >`_. Added an
23+ example in the documentation showing how to override ``bridge-vlan ``
24+ interfaces.
25+ - Fixed missing ``bridge-vlan `` sections when ``ula_prefix `` was present
26+ `#357 <https://github.com/openwisp/netjsonconfig/issues/357 >`_.
827
928Version 1.1.3 [2025-07-31]
1029--------------------------
Original file line number Diff line number Diff line change 1- VERSION = (1 , 2 , 0 , "alpha " )
1+ VERSION = (1 , 2 , 0 , "final " )
22__version__ = VERSION
33
44
You can’t perform that action at this time.
0 commit comments