v0.60.0
Version 0.60.0 (February 2026)
Released: February 19, 2026
This release updates the OpenAPI submodule, adds new org/site endpoints, fixes a couple of API paths, and updates the API definitions to match the latest OpenAPI specification (2602.1.1).
1. NEW FEATURES
Org AOS Registration
- Added
getOrgAosRegisterCmd()for AOS registration command retrieval
JSI PBN/SIRT Endpoints
- Added
countOrgJsiPbn()andsearchOrgJsiPbn() - Added
countOrgJsiSirt()andsearchOrgJsiSirt()
Site Assets Image Management
- Added
deleteSiteAssetImage() - Added
attachSiteAssetImageFile()for multipart image uploads
Site Maps Auto-Geofence
- Added
startSiteMapsAutoGeofence()(site-level) - Added
startSiteMapAutoGeofence()(map-level)
MxEdge VM Parameters
- Added
getOrgMxEdgeVmParams()
2. API UPDATES
MxEdge Image Upload and Version Info
addOrgMxEdgeImage()replaced withaddOrgMxEdgeImageFile()using multipart upload- Updated MxEdge versions endpoint to
/mxedges/versions
NAC Client Search Enhancements
- Added
cert_expiry_durationtosearchOrgNacClients()
Ports Search Filters
- Updated org/site ports search filters to align with OpenAPI parameters
- Added LTE identifiers and device-type filters where applicable
- Removed unsupported stats-only filters from search endpoints
3. BUG FIXES
Sites Device Image Paths
- Fixed image API paths to include
/image/{image_number}
Breaking Changes
Potential Breaking Change: addOrgMxEdgeImage() replaced by addOrgMxEdgeImageFile() and now uses multipart uploads. Update any callers to pass file/json parameters instead of a JSON body.