Skip to content

Commit 39141b5

Browse files
committed
1.1.2 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent ca38a91 commit 39141b5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
Version 1.1.2 [2025-01-31]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed `WiFi Session list API endpoint by adding the missing "isnull"
11+
filter. <https://github.com/openwisp/openwisp-monitoring/pull/632>`_
12+
- Fixed `"migrate_timeseries" command to handle writing data when using
13+
UDP. <https://github.com/openwisp/openwisp-monitoring/issues/626>`_
14+
- Fixed `read and delete queries in the "migrate_timeseries" command,
15+
which were failing if the measurement name started with an integer.
16+
<https://github.com/openwisp/openwisp-monitoring/pull/628>`_
17+
418
Version 1.1.1 [2024-11-26]
519
--------------------------
620

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

44

0 commit comments

Comments
 (0)