You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,33 @@
1
1
Changelog
2
2
=========
3
3
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
0 commit comments