|
1 | 1 | --- |
2 | 2 | title: WAN Assurance Plugin 3.100 Release Notes |
3 | 3 | sidebar_label: '3.100' |
4 | | - |
5 | 4 | --- |
| 5 | + |
| 6 | +## Release 3.100.1 |
| 7 | + |
| 8 | +**Release Date:** March 10, 2026 |
| 9 | + |
| 10 | +### Resolved Issues |
| 11 | + |
| 12 | +- **WAN-3904 Unclaimed `mist-agent` with 3 month uptime using 5GB** |
| 13 | + |
| 14 | + _**Resolution**_ Fixed a memory leak in `mist-agent` during prolonged disconnect/reconnect cycles by optimizing memory usage and cleanup. |
| 15 | + |
| 16 | +- **WAN-4457 Incorrect VPN Peer Path State reported in MIST stats** |
| 17 | + |
| 18 | + _**Resolution**_ Fixed the VPN peer path state reporting mechanism to ensure accurate status information is fetched for each sample. |
| 19 | + |
| 20 | +- **WAN-4571 Speedtest failed to prepare system to perform test** |
| 21 | + |
| 22 | + _**Resolution**_ Enhanced async API operation handling during speed test execution preparation to improve reliability and test initiation. |
| 23 | + |
| 24 | +- **WAN-4582 Add peer details for Application Path Insights events** |
| 25 | + |
| 26 | + _**Resolution**_ Enhanced Application Path Insights events to include comprehensive peer details for improved troubleshooting and monitoring. |
| 27 | + |
| 28 | +- **WAN-4606 Clean up cached IPs on factory reset** |
| 29 | + |
| 30 | + _**Resolution**_ Enhanced the logic to properly clear cached IPs during system transitions, ensuring cached IPs are used only when DNS resolution is unavailable. |
| 31 | + |
| 32 | +- **WAN-4610 LAN Connectivity test fails on IPv4 environment with an IPv6 error** |
| 33 | + |
| 34 | + _**Resolution**_ Enhanced LAN connectivity checks to correctly handle both IPv4 and IPv6 interfaces, while rejecting IPv6 tests as they are not currently supported. |
| 35 | + |
| 36 | +- **WAN-4611 Extend Mist agent auto fixup logic to all scenarios** |
| 37 | + |
| 38 | + _**Resolution**_ Enhanced Mist agent auto-fixup logic to apply across all scenarios, including automatic updates of the `128T-mist-agent` component during Juniper hardware onboarding with older software versions to improve environment learning and support new use cases. |
| 39 | + |
| 40 | +- **WAN-4638 Update `mist-analytics` to include serial number for optics stats** |
| 41 | + |
| 42 | + _**Resolution**_ Added device serial number information to optics statistics reporting in `mist-analytics` for better device tracking and identification. |
| 43 | + |
| 44 | +- **WAN-4640 DHCP full table event and stats were missing information** |
| 45 | + |
| 46 | + _**Resolution**_ Fixed the GraphQL query to retrieve DHCP data and support functionality across multiple software versions. |
| 47 | + |
| 48 | +- **WAN-4653 SSRs disconnected from AWS and other clouds** |
| 49 | + |
| 50 | + _**Resolution**_ Fixed DNS resolution logic in `mist-agent` to prioritize current DNS resolutions over cached IPs. Cached IPs are now used only as a fallback mechanism when DNS resolution is unavailable, preventing connectivity issues caused by stale address data. |
| 51 | + |
| 52 | +- **WAN-4717 Mist agent not able to connect to Mist with proxy set to learned and with no DNS reachability after factory-reset** |
| 53 | + |
| 54 | + _**Resolution**_ Fixed HTTP client to use custom dialer for OpenSSL with proxy, resolving certificate validation issues. The custom dialer is now properly configured to support HTTP proxy connections for Mist communication. |
| 55 | + |
6 | 56 | ## Release 3.100.0 |
7 | 57 |
|
8 | 58 | #### New Features and Improvements |
|
0 commit comments