v0.70.0
k2-fsa/OmniVoicev0.70.0Jul 11, 2026by fatedier
AI Summary
This release focuses on expanding the frps dashboard API v2 migration and improving protocol stability through binary frame handling and configuration validation.
Key Highlights
- Expanded frps dashboard API v2 migration across Clients, Proxies, and Server Overview
- Fixed WebSocket and WSS tunnel payloads to use binary frames
- Added proxy protocol header writing support for tls2raw client plugin
- Added rejection of duplicate proxy names in config files
New Features
- Comprehensive API v2 migration covering paginated data, search, filtering, and proxy type filtering
- Proxy protocol header writing to local raw connection when enabled
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.