Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
Change log
==========

Version 1.2.0 [Unreleased]
Version 1.2.0 [2025-10-23]
--------------------------

Work in progress.
Changes
~~~~~~~

Dependencies
++++++++++++

- Bumped ``jinja2~=3.1.6``.
- Bumped ``jsonschema~=4.25.1``.
- Added support for Python ``3.11``, ``3.12``, and ``3.13``.
- Dropped support for Python ``3.8``.

Bugfixes
~~~~~~~~

- Fixed parsing issues with complex bridge VLAN filtering configurations
`#356 <https://github.com/openwisp/netjsonconfig/issues/356>`_. Added an
example in the documentation showing how to override ``bridge-vlan``
interfaces.
- Fixed missing ``bridge-vlan`` sections when ``ula_prefix`` was present
`#357 <https://github.com/openwisp/netjsonconfig/issues/357>`_.

Version 1.1.3 [2025-07-31]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion netjsonconfig/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 2, 0, "alpha")
VERSION = (1, 2, 0, "final")
__version__ = VERSION


Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ coveralls
sphinx
openwisp-sphinx-theme~=1.0.2
# commit message style check
openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.2
openwisp-utils[qa]~=1.2.0