We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca77683 commit 3fcb2a3Copy full SHA for 3fcb2a3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## v2.5.0 (2026-01-11)
4
+
5
+### Feature
6
7
+* add filter and limit support for perfdata and matches commands (#145)
8
## v2.4.0 (2026-01-09)
9
10
### Ci
check_netscaler/__init__.py
@@ -5,6 +5,6 @@
using the NITRO REST API.
"""
-__version__ = "2.4.0"
+__version__ = "2.5.0"
__author__ = "slauger"
__license__ = "MIT"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "check_netscaler"
-version = "2.4.0"
+version = "2.5.0"
description = "Nagios/Icinga monitoring plugin for Citrix NetScaler ADC using NITRO REST API"
readme = "README.md"
requires-python = ">=3.8"
0 commit comments