Skip to content

Latest commit

 

History

History
121 lines (92 loc) · 4.62 KB

CHANGES.rst

File metadata and controls

121 lines (92 loc) · 4.62 KB

Changelog

Version 0.5.1 [2020-11-25]

Version 0.5.0 [2020-09-18]

Features

Changes

  • Backward incompatible: API and visualizer views now require authentication by default. This can be changed through the new OPENWISP_NETWORK_TOPOLOGY_API_AUTH_REQUIRED setting
  • Upgraded openvpn nodes to netdiff 0.9
  • Automatically manage organization of Node and Link
  • Changed API URL: /api/v1/receive/{id}/ -> /api/v1//topology/{id}/receive/ (old URL kept for backward compatibility)

Bugfixes

  • Fixed link status bug introduced in 0.4
  • Fixed exceptions during update of data
  • Do not save status_changed, modified, created in link properties
  • Fixed Topology admin for users who do not have delete permission

Version 0.4.0 [2020-06-28]

  • [refactoring] Merged code of django-netjsongraph in openwisp-network-topology
  • [breaking change]: URLS at /api/ moved to /api/v1/
  • [docs] Reordered & Improved docs
  • [add] Requirement swapper~=1.1
  • [docs] Added tutorial for extending openwisp-network-topology
  • [feature] Upgrader script to upgrade from django-netjsongraph to openwisp-network-topology
  • [change] Requirement netdiff~=0.8.0

Version 0.3.2 [2020-06-02]

  • [add] Support for openwisp-utils~=0.5.0
  • [fix] swagger API fix for serializer

Version 0.3.1 [2020-02-26]

  • bumped min openwisp-utils 0.4.3
  • bumped django-netjsongraph 0.6.1

Version 0.3.0 [2020-02-06]

  • Dropped support python 3.5 and below
  • Dropped support django 2.1 and below
  • Dropped support openwisp-users below 0.2.0
  • Dropped support openwisp-utils 0.4.1 and below
  • Dropped support django-netjsongraph below 0.6.0
  • Added support for django 3.0

Version 0.2.2 [2020-01-13]

  • Updated dependencies
  • Upgraded implementation of node addresses (via django-netjsongraph 0.5.0)

Version 0.2.1 [2018-02-24]

  • fe9077c:
    [models] Fixed related name of Link.target

Version 0.2.0 [2018-02-20]

  • cb7366:
    [migrations] Added a migration file for link_status_changed and openvpn_parser
  • #22: Added support to django 2.0
  • d40032: [qa] Fixed variable name error
  • de45b6: Upgraded code according to latest django-netjsongraph 0.4.0 changes
  • #17: Integrated topology history feature from django-netjsongraph

Version 0.1.2 [2017-07-22]

  • #13: Fixed the fetch and receive API bugs
  • #15: Imported admin tests from django-netjsongraph
  • #16: Added more tests by importing all from django-netjsongraph

Version 0.1.1 [2017-07-10]

Version 0.1 [2017-06-29]