Skip to content

Commit c531ab6

Browse files
pandafynemesifier
authored andcommitted
1.2.0 release
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent f00f047 commit c531ab6

File tree

2 files changed

+50
-3
lines changed

2 files changed

+50
-3
lines changed

CHANGES.rst

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,57 @@
11
Changelog
22
=========
33

4-
Version 1.2.0 [Unreleased]
4+
Version 1.2.0 [2025-10-24]
55
--------------------------
66

7-
Work in progress.
7+
Features
8+
~~~~~~~~
9+
10+
- Added logging for execution time of monitoring checks `#658
11+
<https://github.com/openwisp/openwisp-monitoring/issues/658>`_.
12+
- Added `WiFi Clients check
13+
<https://openwisp.io/docs/dev/monitoring/user/checks.html#wifi-clients>`_
14+
to monitor AP load and inactivity.
15+
16+
Changes
17+
~~~~~~~
18+
19+
Other changes
20+
+++++++++++++
21+
22+
- Updated ``netjsongraph.js`` to fix overlapping map clusters on the geo
23+
view.
24+
- Optimized logic for detecting when thresholds are crossed `#667
25+
<https://github.com/openwisp/openwisp-monitoring/issues/667>`_.
26+
- Adjusted `default alert tolerances
27+
<https://openwisp.io/docs/dev/monitoring/user/alerts.html>`_ to reduce
28+
unnecessary alert noise.
29+
- Added metric names to signal chart labels `#311
30+
<https://github.com/openwisp/openwisp-monitoring/issues/311>`_.
31+
- Improved critical state evaluation `#566
32+
<https://github.com/openwisp/openwisp-monitoring/issues/566>`_. Devices
33+
are now marked as critical only when all metrics defined in
34+
`OPENWISP_MONITORING_CRITICAL_DEVICE_METRICS
35+
<https://openwisp.io/docs/dev/monitoring/user/settings.html#openwisp-monitoring-critical-device-metrics>`_
36+
are unhealthy.
37+
- Recovery detection now triggers only for critical checks `#642
38+
<https://github.com/opnwisp/openwisp-monitoring/issues/642>`_.
39+
40+
Dependencies
41+
++++++++++++
42+
43+
- Bumped ``openwisp-controller~=1.2.0``.
44+
- Bumped ``django-nested-admin~=4.1.4``.
45+
- Added support for Django ``5.x``.
46+
- Added support for Python ``3.11``, ``3.12``, and ``3.13``.
47+
- Dropped support for Django ``3.2`` and ``4.1``.
48+
- Dropped support for Python ``3.8``.
49+
50+
Bugfixes
51+
~~~~~~~~
52+
53+
- Fixed issue where alerts were not sent for passive metrics `#670
54+
<https://github.com/openwisp/openwisp-monitoring/issues/670>`_.
855

956
Version 1.1.3 [2025-08-01]
1057
--------------------------

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, 2, 0, "alpha")
1+
VERSION = (1, 2, 0, "final")
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)