v0.60.4
Version 0.60.4 (March 2026)
Released: March 3, 2026
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.
1. NEW FEATURES
Site Map Stacks API
- Added new
sites/mapstacks.pymodule withlistSiteMapStacks()andcreateSiteMapStack()functions
2. CHANGES
API Function Updates
- Updated
searchOrgInventory()inorgs/inventory.py: Addedmodelparameter for device model filtering - Updated
searchOrgJsiAssetsAndContracts()inorgs/jsi.py:- Replaced
eol_durationandeos_durationwith date-based filters:eol_after,eol_before,eos_after,eos_before - Added
version_eos_afterandversion_eos_beforefor software version end-of-support filtering - Added
sirt_idandpbn_idfor security advisory filtering
- Replaced
- Updated
searchOrgAlarms()andsearchSiteAlarms()documentation with Marvis alarm group details
3. BUG FIXES
- Fixed
APIResponse.datatype annotation to support bothdictandlistresponses - Fixed
_check_next()method to properly handle list responses in pagination
Breaking Changes
searchOrgJsiAssetsAndContracts(): Parameterseol_durationandeos_durationhave been replaced witheol_after,eol_before,eos_after, andeos_before
Version 0.60.3 (February 2026)
Released: February 21, 2026
This release add a missing query parameter to the searchOrgWanClients() function.
1. CHANGES
API Function Updates
- Updated
searchOrgWanClients()and related functions inorgs/wan_clients.py.