Skip to content

Commit 09a4ca8

Browse files
committed
1.1.3 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent 67245e7 commit 09a4ca8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Changelog
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+
421
Version 1.1.2 [2025-01-31]
522
--------------------------
623

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

44

0 commit comments

Comments
 (0)