Skip to content

Latest commit

 

History

History
211 lines (166 loc) · 8.93 KB

CHANGES.rst

File metadata and controls

211 lines (166 loc) · 8.93 KB

Changelog

Version 0.8.0 [unreleased]

Version 0.7.0.post1 [2020-07-01]

  • Increased minimum django-netjsonconfig version to 0.12

Version 0.7.0 [2020-07-01]

  • [feature] Added signals: config_status_changed, checksum_requested, config_download_requested
  • [feature] Added the possibility of specifying default values for variables used in templates
  • [feature] Added banner_timeout
  • [feature] Emit signal when DeviceConnection.is_working changes
  • [change] Backward incompatible change: the config_modified signal is not emitted anymore when the device is created
  • [change] VPN files now have 0600 permissions by default
  • [change] Increased minimum netjsonconfig version to 0.8.0
  • [change] Increased minimum paramiko version to 2.7.1
  • [change] Increased minimum celery version to 4.4.3
  • [fix] Avoid errors being hidden by tabs
  • [fix] Fixed clashes between javascript schema validation and variables
  • [fix] Fixed exception when adding device credential without type
  • [fix] Fixed exception when auto adding device credentials to devices which don't have a configuration
  • [fix] Avoid multiple devices having the same management IP address (multiple devices having the same last IP is allowed because last IP is almost always a public address)
  • [docs] Documented SSH timeouts
  • [docs] Update outdated steps in README instructions

Version 0.6.0 [2020-04-02]

  • Added controller view that allows to update the device information (firmware version used)
  • Recover deleted object views in recoverable objects now show latest objects first
  • Added NETJSONCONFIG_HARDWARE_ID_AS_NAME setting

Version 0.5.2 [2020-03-18]

  • [controller] Added NETJSONCONFIG_REGISTRATION_SELF_CREATION
  • [models] Handled accidental duplication of files across templates
  • [controller] Update hardware device info during registration (if the device already exists, the registration will update its info)
  • [admin] Moved hardware_id field in device list admin
  • [bugfix] Fixed broken preview when using hardware_id context var
  • [models] Flagged hardware_id as not unique (it's unique_together with organization)
  • [admin] Hidden device configuration context field into advanced options
  • [models] Removed LEDE from the OpenWRT backend label
  • [docker] Added REDIS_URL to docker-compose.yml and settings.py (for dev and test env)

Version 0.5.1 [2020-02-28]

  • [models] Improved consistent key generation, now a consisten key is generated also when creating devices from the admin interface (or via model API), before it was only done during registration
  • [admin] Fixed unsaved changes JS bug that was triggered in certain cases
  • [deps] Switched back to jsonfield

Version 0.5.0 [2020-02-05]

  • [deps] Upgraded to django 3, upgraded dependencies
  • [deps] Dropped support for python 2
  • [x509] Fixed serial number max length (imported from django-x509)
  • [admin] Fixed bug that caused organization field to be missing when importing a CA or certificate

Version 0.4.0 [2020-01-09]

  • [feature] Added connection module (possibility to SSH into devices)
  • [feature] Added default operator group
  • [feature] Added management IP feature
  • [change] Changed configuration status: running has been renamed to applied
  • [admin] Added NETJSONCONFIG_MANAGEMENT_IP_DEVICE_LIST setting
  • [admin] Added NETJSONCONFIG_BACKEND_DEVICE_LIST setting
  • [x509] Fixed common_name redundancy
  • [admin] Hidden "Download Configuration" button when no config is available
  • [controller] Register view now updates device details
  • [deps] Added support for Django 2.1 and Django 2.2
  • [models] Added support for hardware ID / serial number
  • [device] Add context field to device
  • [bugfix] Show error when the preview is experiencing issues
  • [ux] Group device change form in tabs
  • [ux] Show loading indicator while loading preview
  • [vpn] Add controller views (download & checksum) for VPN config
  • [vpn] Fixed DH params in preview #107
  • [change] Moved urls to admin namespace
  • [feature] Implement copy/clone templates
  • [feature] Added API to get context of device
  • [bugfix] Ensure atomicity of transactions with database during auto-registration

Version 0.3.2 [2018-02-19]

  • [requirements] Updated requirements and added support for django 2.0

Version 0.3.1 [2017-12-20]

  • [pki] Reimplemented serial numbers as UUID integers
  • [pki] Added switcher that facilitates importing certificates
  • [pki] [admin] Removed serial_number from certificate list

Version 0.3.0 [2017-12-17]

  • [feature] Added geographic and indoor mapping module
  • [feature] Aded Dockerfile

Version 0.2.5 [2017-12-02]

  • #21: [admin] Added a link to password reset in login form

Version 0.2.4 [2017-11-07]

  • Added support for django-x509 0.3.0

Version 0.2.3 [2017-08-29]

  • 934be13: [models] Updated sortedm2m __str__ definition
  • b76e4e2: [requirements] django-netjsonconfig>=0.6.3,<0.7.0

Version 0.2.2 [2017-07-10]

Version 0.2.1 [2017-07-05]

  • 0064b98: [device] Added system field
  • c7fe513: [docs] Added "Installing for development" section to README
  • c75fa68: [openwisp-utils] Moved shared logic to openwisp-utils
  • 819cb21: [requirements] django-netjsonconfig>=0.6.2,<0.7.0

Version 0.2.0 [2017-05-24]

  • #3: [feature] Added support for template tags
  • #7: [feature] Added Device model
  • #9: [admin] Load default templates JS logic only when required
  • 298b2a2: [admin] Avoid setting extra_content to mutable object
  • d173c24: [migrations] Squashed 0001 and 0002 to avoid postgres error
  • f5fb628: [migrations] Updated indexes
  • 6200b7a: [Template] Fixed auto_client bug

Version 0.1.4 [2017-04-21]

  • #2: [admin] Added templates in config filter

Version 0.1.3 [2017-03-11]

  • db77ae7: [controller] Added "error: " prefix in error responses

Version 0.1.2 [2017-03-15]

  • 3c61053: [admin] Ensure preview button is present
  • 0087483: [models] Converted OrganizationConfigSettings to UUID primary key

Version 0.1.1 [2017-03-10]

Version 0.1.0 [2017-03-08]

  • added multi-tenancy (separation of organizations) to openwisp2
  • added email confirmation of new users (via django-allauth)