|
1 | 1 | # CHANGELOG |
| 2 | +## Version 0.63.0 (June 2026) |
| 3 | + |
| 4 | +**Released**: June 12, 2026 |
| 5 | + |
| 6 | +This release updates generated API bindings from the latest OpenAPI spec, adding new async claim, Marvis client, Marvis configuration, and AP localization workflows while expanding parameter documentation across the SDK. |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +### 1. NEW FEATURES |
| 11 | + |
| 12 | +#### **Org Async Claim APIs** |
| 13 | +Added a new org claims module for asynchronous claim workflows: |
| 14 | +- **`listOrgAsyncClaims()`** |
| 15 | +- **`createOrgAsyncClaim()`** |
| 16 | +- **`getOrgAsyncClaimStatus()`** |
| 17 | + |
| 18 | +#### **Org Marvis Client APIs** |
| 19 | +Added org-level Marvis client insight, event, and statistics operations: |
| 20 | +- **`getOrgMarvisClientInsights()`** |
| 21 | +- **`countOrgMarvisClientEvents()`**, **`searchOrgMarvisClientEvents()`** |
| 22 | +- **`countOrgMarvisClientsStats()`**, **`searchOrgMarvisClientsStats()`** |
| 23 | + |
| 24 | +#### **Site Marvis Configuration Actions** |
| 25 | +Added a new site Marvis configuration module with action search, count, delete, and feedback operations: |
| 26 | +- **`countSiteMarvisConfigActions()`** |
| 27 | +- **`searchSiteMarvisConfigActions()`** |
| 28 | +- **`deleteSiteMarvisConfigAction()`** |
| 29 | +- **`submitSiteMarvisConfigFeedback()`** |
| 30 | + |
| 31 | +#### **AP Localization Data Acceptance** |
| 32 | +Added a site maps operation for accepting AP localization data: |
| 33 | +- **`acceptSiteApLocalizationData()`** |
| 34 | + |
| 35 | +--- |
| 36 | + |
| 37 | +### 2. IMPROVEMENTS |
| 38 | + |
| 39 | +#### **Expanded Query Parameter Coverage** |
| 40 | +Added and refined filters across generated endpoints, including device, client, stats, SLE, alarm, event, VPN, tunnel, NAC, webhook, PSK, and inventory APIs. New coverage includes richer `distinct` count fields, device type and status filters, duration ranges, pagination cursors, sort parameters, and model, hostname, MAC, OS, LLDP, RF, and Mist Edge filters. |
| 41 | + |
| 42 | +#### **Improved Generated Parameter Documentation** |
| 43 | +Updated the OpenAPI generator to preserve parameter descriptions, improving generated docstrings for wildcard matching, comma-separated values, enum meanings, pagination behavior, and conditional filters. |
| 44 | + |
| 45 | + |
| 46 | +--- |
| 47 | + |
2 | 48 | ## Version 0.62.0 (May 2026) |
3 | 49 |
|
4 | 50 | **Released**: May 1, 2026 |
|
0 commit comments