|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
4 | | -Version 1.2.0 [Unreleased] |
| 4 | +Version 1.2.0 [2025-10-24] |
5 | 5 | -------------------------- |
6 | 6 |
|
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>`_. |
8 | 55 |
|
9 | 56 | Version 1.1.3 [2025-08-01] |
10 | 57 | -------------------------- |
|
0 commit comments