Skip to content

Commit 7ea123d

Browse files
committed
0.8.4 release
1 parent e4a43bf commit 7ea123d

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
Changelog
22
=========
33

4+
Version 0.8.4 [2021-04-09]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed `bug in connection module <https://github.com/openwisp/openwisp-controller/issues/370>`_
11+
that raised ``UnicodeDecodeError``, improved logging and ignored unicode
12+
conversion issues
13+
- Fixed `context loading from default values of templates overwriting system
14+
defined variables <https://github.com/openwisp/openwisp-controller/issues/352>`_
15+
in device admin
16+
- Fixed `default template selection not updating after changing backend field <https://github.com/openwisp/openwisp-controller/issues/354>`_
17+
in device admin
18+
- Fixed JSONSchema widget to enable working with a single schema
19+
- Fixed `related configuration not getting updated after template "default_values" are changed <https://github.com/openwisp/openwisp-controller/issues/352>`_
20+
- Fixed `bug which caused the unsaved changes alert in device admin <https://github.com/openwisp/openwisp-controller/issues/388>`_
21+
when location of device is present
22+
- Fixed `bug replacing manually entered device information with empty string <https://github.com/openwisp/openwisp-controller/issues/425>`_
23+
- Fixed `multiple requests for fetching default template values in device admin <https://github.com/openwisp/openwisp-controller/issues/423>`_
24+
25+
Security
26+
~~~~~~~~
27+
28+
- Patched security bugs in internal HTTP endpoints which allowed to obtain UUID
29+
of other organizations and other sensitive information
30+
431
Version 0.8.3 [2020-12-18]
532
--------------------------
633

openwisp_controller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 8, 3, 'final')
1+
VERSION = (0, 8, 4, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)