Skip to content

v0.60.0

Choose a tag to compare

@tmunzer-AIDE tmunzer-AIDE released this 19 Feb 10:28
· 15 commits to main since this release
0a73857

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() and searchOrgJsiPbn()
  • Added countOrgJsiSirt() and searchOrgJsiSirt()
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 with addOrgMxEdgeImageFile() using multipart upload
  • Updated MxEdge versions endpoint to /mxedges/versions
NAC Client Search Enhancements
  • Added cert_expiry_duration to searchOrgNacClients()
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.