Skip to content

Commit

Permalink
1.1.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
  • Loading branch information
pandafy committed Jan 31, 2025
1 parent e83917b commit 6d1aa2a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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. <https://github.com/openwisp/openwisp-monitoring/pull/632>`_
- Fixed `"migrate_timeseries" command to handle writing data when using
UDP. <https://github.com/openwisp/openwisp-monitoring/issues/626>`_
- Fixed `read and delete queries in the "migrate_timeseries" command,
which were failing if the measurement name started with an integer.
<https://github.com/openwisp/openwisp-monitoring/pull/628>`_

Version 1.1.1 [2024-11-26]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion openwisp_monitoring/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 1, 'final')
VERSION = (1, 1, 2, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 6d1aa2a

Please sign in to comment.