Skip to content

1.2.0 [2025-10-24]

Latest

Choose a tag to compare

@pandafy pandafy released this 24 Oct 13:27
· 2 commits to master since this release
1.2.0

Features

  • Added logging for execution time of monitoring checks #658.
  • Added WiFi Clients check to monitor AP load and inactivity.

Changes

Other changes

  • Updated netjsongraph.js to fix overlapping map clusters on the geo view.
  • Optimized logic for detecting when thresholds are crossed #667.
  • Adjusted default alert tolerances to reduce unnecessary alert noise.
  • Added metric names to signal chart labels #311.
  • Improved critical state evaluation #566. Devices are now marked as critical only when all metrics defined in OPENWISP_MONITORING_CRITICAL_DEVICE_METRICS are unhealthy.
  • Recovery detection now triggers only for critical checks #642.

Dependencies

  • Bumped channels-redis~=4.3.0.
  • Bumped django-nested-admin~=4.1.1.
  • Bumped django-redis~=6.0.0.
  • Bumped freezegun~=1.5.2.
  • Bumped openwisp-controller~=1.2.0.
  • Added support for Django >=5.1,<5.3 and Python >=3.12, 3.14 #645.
  • Bumped version to 1.2.0a.

Bugfixes

  • Fixed issue where alerts were not sent for passive metrics #670.