File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed
Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v2.4.0 (2026-01-09)
4+
5+ ### Ci
6+
7+ * increase pytest verbosity to -vv for better test visibility
8+ * add flask dependency to release workflow
9+ * add flask dependency to PyInstaller workflow
10+ ### Documentation
11+
12+ * add objectname example for sslcert command
13+ * link to releases page instead of workflow artifacts
14+ * add information about pre-built binaries
15+ ### Feature
16+
17+ * add mock NITRO API server for integration testing
18+ ### Fix
19+
20+ * fix ruff linting errors
21+ * fix integration tests and command bugs
22+ ### Refactor
23+
24+ * split integration tests into separate files
25+ ### Style
26+
27+ * apply black code formatting
28+ ### Test
29+
30+ * add nsconfig, hwinfo, debug tests
31+ * add above/below threshold command tests
332## v2.3.1 (2026-01-09)
433
534### Fix
Original file line number Diff line number Diff line change 55using the NITRO REST API.
66"""
77
8- __version__ = "2.3.1 "
8+ __version__ = "2.4.0 "
99__author__ = "slauger"
1010__license__ = "MIT"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " check_netscaler"
7- version = " 2.3.1 "
7+ version = " 2.4.0 "
88description = " Nagios/Icinga monitoring plugin for Citrix NetScaler ADC using NITRO REST API"
99readme = " README.md"
1010requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments