File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 1.1.3 [2025-08-01]
5+ --------------------------
6+
7+ Bugfixes
8+ ~~~~~~~~
9+
10+ - Fixed `issue causing alerts to be triggered when devices uploaded
11+ historical data.
12+ <https://github.com/openwisp/openwisp-monitoring/issues/666> `_
13+ - Fixed `potential performance issues in data migrations by replacing use
14+ of "Model.objects.all()" with "Model.objects.iterator().
15+ <https://github.com/openwisp/openwisp-monitoring/commit/2e7af02f5b110099079b48912a0cb92e34819c88> `_.
16+ - Fixed `dashboard map issue where east/west map coordinates were not
17+ correctly handled.
18+ <https://github.com/openwisp/openwisp-monitoring/commit/a6a48e84d5bc218ec6f5a5292f7c9e5818aeb72e> `_.
19+ - Fixed code examples in the documentation.
20+
421Version 1.1.2 [2025-01-31]
522--------------------------
623
Original file line number Diff line number Diff line change 1- VERSION = (1 , 1 , 2 , 'final' )
1+ VERSION = (1 , 1 , 3 , 'final' )
22__version__ = VERSION # alias
33
44
You can’t perform that action at this time.
0 commit comments