Skip to content

Latest commit

 

History

History
183 lines (147 loc) · 7.13 KB

CHANGES.rst

File metadata and controls

183 lines (147 loc) · 7.13 KB

Changelog

Version 0.4.4 [unreleased]

WIP

Version 0.4.3 [2017-02-24]

  • #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

Version 0.4.2 [2017-02-19]

  • [requirements] openwisp-utils>=0.2,<0.3

Version 0.4.1 [2017-02-19]

  • #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

Version 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

Version 0.3.4 [2017-08-19]

  • 7ea174: Minor simplification in update_all
  • #51: [templates] Made node template reusable

Version 0.3.3 [2017-07-22]

  • #42: Made test-api, topology update function and update command reusable
  • #44: Made test-utils reusable
  • #45: Made test-admin reusable
  • e5642c: [admin] Added search for Topology model
  • #48:
    Moved all the reusable tests to tests.base and separated into files

Version 0.3.2 [2017-07-10]

  • #39: Upgraded to django 1.11
  • 891e58: [admin] Moved submit_line.html to openwisp_utils

Version 0.3.1 [2017-06-22]

  • fefbce5: [visualizer] Provided base classes to improve reusability
  • a0c4cc7: Added netjsongraph.js visualization to admin site

Version 0.3.0 [2017-05-31]

  • #24: Provided base classes to improve reusability
  • #27: [link] Added link_status_changed signal
  • #15: Added NETJSONGRAPH_VISUALIZER_CSS setting and instructions to override default templates

Version 0.2.3 [2017-05-18]

  • #17: Updated django-rest-framework version requirement
  • #22: Added support for Django 1.11
  • #18: [QA] Added flake8 and isort checks to travis-ci build
  • #9: Added a way to easily copy API endpoint URL when using RECEIVE strategy

Version 0.2.2 [2016-12-14]

  • #16: added support for django 1.10.x
  • 9ce1b15: [JS] Updated d3 to 3.5.17

Version 0.2.1 [2016-05-20]

  • f3fa59f: [admin] fixed name mismatch in "Links to other nodes"
  • #10: fixed visualizer: removed accidental ignore of d3.js

Version 0.2.0 [2016-01-24]

  • #5: added support for receiving topology from nodes
  • #6: avoid failures if addresses field is too long
  • #7: stricter lookups in get_from_address, get_from_nodes, count_address

Version 0.1.3 [2016-01-09]

  • #4: pevented ValueError in topology_detail view

Version 0.1.2 [2016-01-04]

  • 19a1f6a: added NETJSONGRAPH_TIMEOUT
  • 365509c: avoided possible 500 internal server error when updating topology from admin action
  • 7fa86db: added failure message when updating topology from admin
  • 56066e8: added get_absolute_url() method to Topology model
  • f90c639: added "Links to other nodes" section in Node admin
  • d6fff61: added NETJSONGRAPH_LINK_EXPIRATION days setting
  • #3, b246669: minor improvements to visualizer

Version 0.1.1 [2015-12-27]

  • added possibility to unpublish topologies
  • added admin actions for topology admin: unpublish, publish and update
  • update topology attributes (protocol, version, metric) when latest data is retrieved
  • improved update method of Topology model

Version 0.1 [2015-12-23]

  • topology collector
  • HTTP API
  • visualizer
  • admin