Skip to content

Commit 1fe7109

Browse files
atb00kernemesifier
authored andcommitted
0.8.0 release
- 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 Signed-off-by: Ajay Tripathi <ajay39in@gmail.com>
1 parent 92599bc commit 1fe7109

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Version 0.8.0 [unreleased]
4+
Version 0.8.0 [28-06-2020]
55
--------------------------
66

77
- Fix: fixed parsing issue in OpenVPN which caused some node and links to
@@ -15,6 +15,8 @@ Version 0.8.0 [unreleased]
1515
slightly from the previous versions.
1616
Applications using previous netdiff versions will likely need minor adjustments
1717
to their code
18+
- Documentation Improvements
19+
- Added support for openwisp-utils~=0.5.0
1820

1921
Version 0.7.0 [15-01-2020]
2022
--------------------------

netdiff/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 7, 0, 'final')
1+
VERSION = (0, 8, 0, 'final')
22
__version__ = VERSION
33

44

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
nose2[coverage_plugin]>=0.6.5
22
coveralls
33
responses>0.5.0,<0.11.0
4-
openwisp-utils[qa]>=0.5.0
4+
openwisp-utils[qa]~=0.5.0

0 commit comments

Comments
 (0)