v0.70.0
labring/sealosv0.70.0Jul 11, 2026by fatedier
AI Summary
This release expands the Frps dashboard API v2 coverage and improves tunnel stability by switching WebSocket payloads to binary frames.
Key Highlights
- Expanded Frps dashboard API v2 migration across Clients, Proxies, Server Overview, and details
- WebSocket and WSS tunnels now sent as binary frames to prevent disconnects through intermediaries
- tls2raw client plugin now writes proxy protocol headers to local raw connections
- frpc now rejects duplicate proxy and visitor names in config files
New Features
- Expanded Frps dashboard API v2 with paginated users/clients/proxies, search, filtering, offline proxy statistics pruning, and server-side pagination
Full Release Notes
## Features * Expanded the frps dashboard API v2 migration across Clients, Proxies, Server Overview, Client Detail, and Proxy Detail, covering paginated users/clients/proxies, detail data, proxy traffic history, server system info, offline proxy statistics pruning, server-side pagination, search, and proxy type filtering. ## Fixes * WebSocket and WSS tunnel payloads are now sent as binary frames, avoiding disconnects through RFC-compliant intermediaries that validate text frames as UTF-8. * The `tls2raw` client plugin now writes the proxy protocol header to the local raw connection when proxy protocol is enabled. * frpc now rejects duplicate proxy and visitor names in config files instead of silently overwriting earlier entries.