Skip to content

Commit 46a2788

Browse files
committed
1.1.1 release
1 parent 32ffd04 commit 46a2788

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

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

4+
Version 1.1.1 [2024-11-26]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed a backward compatibility issue with custom health status labels:
11+
previously, if customized health status labels
12+
(``OPENWISP_MONITORING_HEALTH_STATUS_LABELS``) were used and the new
13+
"deactivated" status label was missing after an upgrade, the application
14+
would crash during startup. In this version, a default set of valid
15+
labels is always available, which is then overridden by custom labels as
16+
needed.
17+
418
Version 1.1.0 [2024-11-22]
519
--------------------------
620

openwisp_monitoring/__init__.py

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

44

0 commit comments

Comments
 (0)