Changelog
Breaking
None for this release.
Changes
- Onchain programs
- Check if
accesspass.owneris equal to system program (malbeclabs/doublezero#2088)
- Check if
- CLI
- Added support for specifying the interface type during interface creation and modification, introducing CYOA and DIA as new possible interface types.
- Improve error message when connecting to a device that is at capacity or has max_users=0. Users now receive "Device is not accepting more users (at capacity or max_users=0)" instead of the confusing "Device not found" error when explicitly specifying an ineligible device.
- Add
link latencycommand to display latency statistics from the telemetry program. Supports filtering by percentile (p50, p90, p95, p99, mean, min, max, stddev, all), querying by link code or all links, and filtering by epoch. Resolves: #1942 - Added
--contributor | -cfilter todevice list,interface list, andlink listcommands. (#1274) - Validate AccessPass before client connection (#1356)
- Client
- Add initial route liveness probing, initially disabled for rollout
- Add route liveness prometheus metrics