Skip to content

Releases: openwisp/netdiff

1.1.0 [14-08-2024]

14 Aug 18:33
1.1.0
Compare
Choose a tag to compare

Features

  • Added parser for WireGuard
  • Added parser for ZeroTier

Changes

Dependencies:

  • Bumped networkx>=2.6,<3.4
  • Added support for Python 3.10
  • Dropped support for Python 3.7

1.0.0 [28-04-2022]

28 Apr 20:28
1.0.0
Compare
Choose a tag to compare
  • [deps] Updated dependencies and dependency monitoring badge
  • [change] Added compatibility for latest OLSRd1 jsoninfo format

0.9.0 [28-07-2020]

28 Jul 18:05
0.9.0
Compare
Choose a tag to compare
  • 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

0.8.0 [28-06-2020]

28 Jun 20:28
0.8.0
Compare
Choose a tag to compare
  • 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 [15-01-2020]

15 Jan 11:22
0.7.0
Compare
Choose a tag to compare
  • Dropped support for python 2

0.6.1 [10-01-2019]

10 Jan 17:34
Compare
Choose a tag to compare
  • Added DiGraph support for NetJsonParser
  • Updated networkx version
  • [openvpn] Ignore UNDEF nodes

0.6.0 [27-12-2017]

27 Dec 04:45
0.6.0
770d5cc
Compare
Choose a tag to compare
  • 2283d6d: [openvpn] Convert node properties to integer
  • 6b72dab: [openvpn] Avoid failing if data is empty
  • #56: Updated networkx to 2.0

Thanks to @AZtheAsian for his contribution with upgrading networkx.

0.5.2 [26-12-2017]

25 Dec 20:25
0.5.2
8e39e05
Compare
Choose a tag to compare
  • #55: Added a label in OpenvpnParser output
  • #52: Added a label in NetjsonParser output
  • #49: Added support to TAP mode in OpenVPN parser

0.5.1 [29-09-2017]

29 Sep 17:37
0.5.1
5afe0d6
Compare
Choose a tag to compare
  • #47: Added OpenVPN parser

0.5.0 [30-08-2017]

30 Aug 10:42
Compare
Choose a tag to compare
  • #40: implemented stricter input (backward incompatible)