This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
Releases: openwisp/django-netjsongraph
Releases · openwisp/django-netjsongraph
Version 0.6.3.post1 [2020-06-04]
- [bug] fixed broken testcase in 0.6.3 release
- [change] minor changes handle post-releases in
get_version()
Version 0.6.2 [2020-03-19]
- Renamed api setting
TOPOLOGY_RECEIVE_BASEURL
->TOPOLOGY_API_BASEURL
- Renamed api setting
TOPOLOGY_RECEIVE_URLCONF
->TOPOLOGY_API_URLCONF
Version 0.6.1 [2020-02-26]
- Added settings option TOPOLOGY_RECEIVE_URLCONF & TOPOLOGY_RECEIVE_BASEURL
- Move from jsonfield2 to jsonfield
Version 0.6.0 [2020-02-07]
- Dropped Python 3.5 and below
- Dropped django 2.1 and below
- Dropped netdiff 0.6 and below
- Dropped openwisp-utils 0.3 and below
- Moved
ReceiveUrlAdmin
&get_random_key
logic to openwisp-utils - Moved from jsonfield to jsonfield2 3.X.X
- Added Django 3.0 support
- Added netdiff 0.7 support
- Added openwisp-utils 0.4 support
0.5.0 [2020-01-13]
- Upgraded dependencies (django and django-rest-framework)
- Changed implementation of node addresses
0.4.3 [2017-02-24]
0.4.2 [2017-02-19]
- [requirements] openwisp-utils>=0.2,<0.3
0.4.1 [2017-02-19]
0.4.0 [2017-12-28]
- #72: [requirements] Upgrade netdiff to 0.6.0
- e67286: [topology] Add labels when creating nodes
- #70: Added support to Django 2.0
- #67: [QA] Fixed flake8 errors in Travis build
- #64: [requirements] Updated rest framework version
- #60: [netdiff] Added support to OpenVPN parser
- #53: Improved the UI of the way back machine
- #49: Added Topology history feature
Thanks to @phyxkal and @AZtheAsian for their valuable first contributions.