Skip to content

Tags: openwisp/netdiff

Tags

1.1.0

Verified

This tag was signed with the committer’s verified signature.
pandafy Gagan Deep
version 1.1.0

1.0.0

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 1.0.0 [28-04-2022]

- [deps] Updated dependencies and dependency monitoring badge
- [change] Added compatibility for latest OLSRd1 jsoninfo format

0.9.0

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.9.0 [28-07-2020]

- **Backward incompatible change for OpenVPN Parser**:
  switched to use common name as netjson ID to avoid duplicate nodes when
  multiple nodes are behind the same public IP, for more information
  see `Specialized features: OpenVPN <https://github.com/openwisp/netdiff#openvpn>`_

0.8.0

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.8.0 [28-06-2020]

- Fix: fixed parsing issue in OpenVPN which caused some node and links to
  be missed if the OpenVPN nodes had same IP but different ports
- Feature: detect changes in nodes and links
- Change: Added/remove/changed nodes/links are now sorted
- Change: Unspecified fields like node's label and link's ``cost_text`` are now always
  shown as empty string if they are not specified
- Change: Parse ``cost_text`` field from links
- **Backward incompatible change**: the output of ``diff`` in this release differs
  slightly from the previous versions.
  Applications using previous netdiff versions will likely need minor adjustments
  to their code
- Documentation Improvements
- Added support for openwisp-utils~=0.5.0

0.7.0

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.7.0 [15-01-2019]

--------------------------

- Dropped support for python 2

0.6.1

Version 0.6.1 [10-01-2019]

--------------------------

- Added ``DiGraph`` support for NetJsonParser
- Updated networkx version
- [openvpn] Ignore UNDEF nodes

0.6.0

Verified

This tag was signed with the committer’s verified signature.
rohithasrk Rohith ASRK
Version 0.6.0 [27-12-2017]

--------------------------

- `2283d6d <https://github.com/ninuxorg/netdiff/commit/2283d6d>`_:
  [openvpn] Convert node properties to integer
- `6b72dab <https://github.com/ninuxorg/netdiff/commit/6b72dab>`_:
  [openvpn] Avoid failing if data is empty
- `#56 <https://github.com/ninuxorg/netdiff/pull/56>`_:
  Updated networkx to 2.0

0.5.2

Verified

This tag was signed with the committer’s verified signature.
rohithasrk Rohith ASRK
Version 0.5.2 [26-12-2017]

--------------------------

- `#55 <https://github.com/ninuxorg/netdiff/pull/55>`_:
  Added a label in OpenvpnParser output
- `#52 <https://github.com/ninuxorg/netdiff/pull/52>`_:
  Added a label in NetjsonParser output
- `#49 <https://github.com/ninuxorg/netdiff/pull/49>`_:
  Added support to TAP mode in OpenVPN parser

0.5.1

Verified

This tag was signed with the committer’s verified signature.
rohithasrk Rohith ASRK
Version 0.5.1 [29-09-2017]

--------------------------

- `#47 <#47>`_:
  Added OpenVPN parser

0.5.0

Version 0.5.0 [30-08-2017]

--------------------------

- `#40 <https://github.com/ninuxorg/netdiff/issues/40>`_:
  implemented stricter input (**backward incompatible**)