Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Releases: openwisp/django-netjsongraph

Version 0.6.3.post1 [2020-06-04]

04 Jun 18:10
0.6.3.post1
6d985b5
Compare
Choose a tag to compare
  • [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]

19 Mar 22:27
0.6.2
6baadc6
Compare
Choose a tag to compare
  • 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]

26 Feb 20:47
0.6.1
Compare
Choose a tag to compare
  • Added settings option TOPOLOGY_RECEIVE_URLCONF & TOPOLOGY_RECEIVE_BASEURL
  • Move from jsonfield2 to jsonfield

Version 0.6.0 [2020-02-07]

06 Feb 20:56
0.6.0
df7605d
Compare
Choose a tag to compare
  • 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]

13 Jan 17:36
Compare
Choose a tag to compare
  • Upgraded dependencies (django and django-rest-framework)
  • Changed implementation of node addresses

0.4.3 [2017-02-24]

24 Feb 20:34
Compare
Choose a tag to compare
  • #62: [bug] Fixed bug related to addresses formatting
  • #77: [admin] Update topology action now ignores topologies with RECEIVE strategy
  • #78: [feature] Added automatic removal of old nodes with NETJSONGRAPH_NODE_EXPIRATION

Thanks a lot to @R9295 for his contributions on #77 and #78.

0.4.2 [2017-02-19]

24 Feb 20:33
0.4.2
a05e2ad
Compare
Choose a tag to compare
  • [requirements] openwisp-utils>=0.2,<0.3

0.4.1 [2017-02-19]

19 Feb 16:37
0.4.1
23b00f2
Compare
Choose a tag to compare
  • #82: [ci] Add JSLint
  • #81: [ci] Add pending migration check
  • #75: [qa] Added JSLint check
  • #73: [models] Added link status up/down time
  • 115066: Added forgotten migration

0.4.0 [2017-12-28]

27 Dec 20:42
0.4.0
a562fa9
Compare
Choose a tag to compare
  • #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.

0.3.4 [2017-08-19]

18 Aug 22:49
0.3.4
dc7400e
Compare
Choose a tag to compare
  • 7ea174: Minor simplification in update_all
  • #51: [templates] Made node template reusable