You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.11.2] - 2026-02-26
10
+
### Fixed
11
+
-**`limit` and `offset` parameter types (v2.3.7.9, v3.1.3.0)**: Changed `limit` and `offset` query parameters from `str` to `int` type in `check_type` validations and docstrings across multiple modules, matching the corrected types already applied in v3.1.6.0. Affected modules:
12
+
-`application_policy` (v2.3.7.9, v3.1.3.0)
13
+
-`devices` (v2.3.7.9, v3.1.3.0)
14
+
-`lan_automation` (v2.3.7.9, v3.1.3.0)
15
+
-`sda` (v2.3.7.9, v3.1.3.0)
16
+
-`sites` (v2.3.7.9, v3.1.3.0)
17
+
-`wireless` (v2.3.7.9, v3.1.3.0)
18
+
-**Validator schema types (v2.3.7.9, v3.1.3.0)**: Fixed `limit` and `offset` JSON schema types from `"number"` to `"integer"` in `GetDeviceInterfaceStatsInfoV2` and `RogueAdditionalDetails` request validators.
19
+
9
20
## [2.11.1] - 2026-02-25
10
21
### Fixed
11
22
-**Validator `required` fields (v3.1.6.0)**: Removed incorrectly added `required` blocks from v3.1.6.0 validators that were not present in the stable v3.1.3.0 baseline, preventing false validation failures on valid optional fields.
0 commit comments