From 6d1aa2a76f1e0267fc0a66a48e54ff449c23f51b Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Fri, 31 Jan 2025 18:11:15 +0530 Subject: [PATCH] 1.1.2 release Signed-off-by: Gagan Deep --- CHANGES.rst | 14 ++++++++++++++ openwisp_monitoring/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3f566b79..3820e2fe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,20 @@ Changelog ========= +Version 1.1.2 [2025-01-31] +-------------------------- + +Bugfixes +~~~~~~~~ + +- Fixed `WiFi Session list API endpoint by adding the missing "isnull" + filter. `_ +- Fixed `"migrate_timeseries" command to handle writing data when using + UDP. `_ +- Fixed `read and delete queries in the "migrate_timeseries" command, + which were failing if the measurement name started with an integer. + `_ + Version 1.1.1 [2024-11-26] -------------------------- diff --git a/openwisp_monitoring/__init__.py b/openwisp_monitoring/__init__.py index 5327dc4c..d29ee7ad 100644 --- a/openwisp_monitoring/__init__.py +++ b/openwisp_monitoring/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 1, 'final') +VERSION = (1, 1, 2, 'final') __version__ = VERSION # alias