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
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,45 @@
1
1
# CHANGELOG
2
+
## Version 0.60.4 (March 2026)
3
+
4
+
**Released**: March 3, 2026
5
+
6
+
This release updates the OpenAPI submodule to version 2602.1.4, adds the new Map Stacks API, and includes various API improvements and bug fixes.
7
+
8
+
---
9
+
10
+
### 1. NEW FEATURES
11
+
12
+
##### **Site Map Stacks API**
13
+
- Added new `sites/mapstacks.py` module with `listSiteMapStacks()` and `createSiteMapStack()` functions
14
+
15
+
---
16
+
17
+
### 2. CHANGES
18
+
19
+
##### **API Function Updates**
20
+
- Updated `searchOrgInventory()` in `orgs/inventory.py`: Added `model` parameter for device model filtering
21
+
- Updated `searchOrgJsiAssetsAndContracts()` in `orgs/jsi.py`:
22
+
- Replaced `eol_duration` and `eos_duration` with date-based filters: `eol_after`, `eol_before`, `eos_after`, `eos_before`
23
+
- Added `version_eos_after` and `version_eos_before` for software version end-of-support filtering
24
+
- Added `sirt_id` and `pbn_id` for security advisory filtering
25
+
- Updated `searchOrgAlarms()` and `searchSiteAlarms()` documentation with Marvis alarm group details
26
+
27
+
28
+
---
29
+
30
+
### 3. BUG FIXES
31
+
32
+
- Fixed `APIResponse.data` type annotation to support both `dict` and `list` responses
33
+
- Fixed `_check_next()` method to properly handle list responses in pagination
34
+
35
+
---
36
+
37
+
### Breaking Changes
38
+
39
+
-`searchOrgJsiAssetsAndContracts()`: Parameters `eol_duration` and `eos_duration` have been replaced with `eol_after`, `eol_before`, `eos_after`, and `eos_before`
0 commit comments