Skip to content

Commit

Permalink
0.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Apr 9, 2021
1 parent e4a43bf commit 7ea123d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
Changelog
=========

Version 0.8.4 [2021-04-09]
--------------------------

Bugfixes
~~~~~~~~

- Fixed `bug in connection module <https://github.com/openwisp/openwisp-controller/issues/370>`_
that raised ``UnicodeDecodeError``, improved logging and ignored unicode
conversion issues
- Fixed `context loading from default values of templates overwriting system
defined variables <https://github.com/openwisp/openwisp-controller/issues/352>`_
in device admin
- Fixed `default template selection not updating after changing backend field <https://github.com/openwisp/openwisp-controller/issues/354>`_
in device admin
- Fixed JSONSchema widget to enable working with a single schema
- Fixed `related configuration not getting updated after template "default_values" are changed <https://github.com/openwisp/openwisp-controller/issues/352>`_
- Fixed `bug which caused the unsaved changes alert in device admin <https://github.com/openwisp/openwisp-controller/issues/388>`_
when location of device is present
- Fixed `bug replacing manually entered device information with empty string <https://github.com/openwisp/openwisp-controller/issues/425>`_
- Fixed `multiple requests for fetching default template values in device admin <https://github.com/openwisp/openwisp-controller/issues/423>`_

Security
~~~~~~~~

- Patched security bugs in internal HTTP endpoints which allowed to obtain UUID
of other organizations and other sensitive information

Version 0.8.3 [2020-12-18]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion openwisp_controller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 8, 3, 'final')
VERSION = (0, 8, 4, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 7ea123d

Please sign in to comment.